]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(before_line_breaking): do not return
[lilypond.git] / ChangeLog
1 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/tuplet-bracket.cc (before_line_breaking): do not return
4         SCM_UNDEFINED to Scheme.
5
6 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
7
8         * lily/book.cc: remove Book::to_stencil().
9         (process): whoops. Score::book_rendering returns vector, not list.
10
11         * scripts/convert-ly.py (conv): remove \notes.
12         apply to input examples.
13         
14         * lily/paper-outputter.cc (output_stencil): don't use
15         smobify_self() but self_scm()
16
17         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
18         from smobify_self().
19
20         * lily/paper-book.cc (output): load framework module
21         scm_c_resolve_module().
22
23         * python/lilylib.py (exit): exit with argument i.
24
25 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
26
27         * scm/framework-gnome.scm (output-framework-gnome): Try loading
28         gnome modules from non-toplevel.
29
30         * lily/ly-module.cc (ly:import-module): Export to ly:.
31
32         * lily/paper-score.cc (process): Do not show progress newline.
33
34         * lily/paper-book.cc (output, classic_output): Show progess
35         newline after score.
36
37 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
38
39         * buildscripts/lilypond-words.py: add ly/vlaams.ly
40
41 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
42
43         * lily/score.cc (ly:run-translator): Do not crash on empty music
44         list.
45
46         * lily/book.cc (process): Do not render score when systems is empty.
47
48         * input/simple-song.ly: Down one octave.
49
50         * scm/output-gnome.scm: Remove script again; re-add modules fix
51         (CVS conflict resolve?)
52
53         * lily/stencil.cc (ly:interpret-stencil): Was:
54         interpret_stencil_expression.
55
56 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
57
58         * buildscripts/guile-gnome.sh: New file.
59
60         * scm/output-gnome.scm: White background, better window size, sane
61         canvas size.  Cleanups.
62
63 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
64
65         * VERSION: release 2.3.4
66
67         * Documentation/user/invoking.itexi (Invoking the lilypond
68         binary): document --safe.
69
70         * scm/output-gnome.scm: set PATH in script.
71
72         * scm/page-layout.scm (default-page-make-stencil): don't stretch
73         if there is too few systems on a page.
74
75         * lily/parser.yy (relative_music): start at middle C without pitch
76         argument.
77
78         * Documentation/user/changing-defaults.itely (Page layout): new node.
79         (Paper size): rename node
80         (Page breaking): new node.
81         (Titling): move from invoking.
82         (File structure): new node.
83
84         * lily/parser.yy (score_body): allow \header and music anywhere in
85         \score body.
86
87 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
88
89         * scm/lily.scm (ly:load): Remove page-breaking.scm.
90
91 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
92
93         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
94
95         * lily/include/paper-line.hh: rename to Paper_system.
96
97         * lily/include/paper-book.hh: doc class.
98
99         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
100
101         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
102         (plain-header): add instrument-name.
103         (default-page-make-stencil): bugfixes.
104
105         * lily/parser.yy (book_body): allow \header anywhere in \book{}
106
107         * lily/paper-book.cc: remove copyright & tagline. Remove
108         interactions with Page
109
110         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
111         here, 
112         (default-page-make-stencil): new function
113         (default-page-music-height): new function
114         (page-headfoot): new function
115         (ly:optimal-page-breaks): generate stencils directly from here
116
117         * scm/titling.scm: new file, group titling functions
118
119 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
120
121         * scm/output-gnome.scm: Handle multiple pages.
122
123         * scm/framework-gnome.scm: Do not load output-gnome.
124         (framework-gnome): Invoke output-gnome::header and
125         output-gnome::end-output as faked stencils.  Fixes experimental
126         gnome output.
127
128 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
129
130         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
131         octavation compatibility fixes. Backportme. 
132
133         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
134         pages.
135         (ly:optimal-page-breaks): combine-penalties: no shortcut for
136         negative. Now we handle negative penalties (ie. \pageBreak)
137         correctly.
138
139         * lily/system.cc (get_line): extract page-penalty from the left
140         bound.
141
142         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
143
144 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
145
146         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
147
148 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
149
150         * scm/output-gnome.scm: Update script.  Move development to
151         lilypond_2_3_2 branch for now.
152
153 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
154
155         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
156         negative penalties.
157         cleanups.
158
159         * Documentation/user/changing-defaults.itely (Creating contexts):
160         index entries
161
162         * scm/page-breaking.scm (ly:optimal-page-breaks): new
163         file. Rewrite function. 
164
165         * lily/paper-book.cc (pages): new interface: page-breaking returns
166         list of line-list.
167
168         * lily/page.cc (Page): take lines argument.
169
170         * scm/document-translation.scm (all-engravers-doc): link to user man
171
172         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
173
174         * Documentation/user/notation.itely (Relative octaves): typo.
175
176         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
177
178 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
179
180         * scm/output-gnome.scm: Update build script.
181
182 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
183
184         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
185         gnome backend.
186
187         * scm/framework-gnome.scm: New file.
188
189         * scm/lily.scm: Use it.
190
191         * lily/paper-outputter.cc: Janitorial cleanups.
192         (ly:outputter-dump-string): Remove unreachable statement.
193
194         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
195         (ice-9): Bugfix: Add srfi-1.
196
197         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
198
199 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
200
201         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
202         in do_quit()
203         
204 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
205
206         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
207
208 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
209
210         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
211         override of Beam::position-callbacks. Why would grace beams not be
212         quantized? Fixes: weird-stem-size-grace. 
213
214         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
215         warning only once. Backportme.
216
217         * lily/accidental-engraver.cc (number_accidentals_from_sig):
218         bugfix, 2nd try. Backportme.
219
220         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
221
222 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
223
224         * Documentation/user/notation.itely (Instrument transpositions):
225         Correct the name of the instrumentTransposition property.
226
227 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
228
229         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
230
231 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
232
233         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
234         and postLilyPondExample are called when defined.
235
236 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
237
238         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
239         This fixes setting notenames with `\include "nederlands.ly" '
240
241         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
242         new function.
243
244 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
245
246         * scm/page-layout.scm: don't do piece, it should be in score-title
247         only.
248
249         * lily/lexer.ll: lex \score separately.
250
251         * lily/paper-book.cc: junk stencil2line.
252
253         * lily/paper-line.cc (Paper_line): construct from Stencil
254         directly. No futzing with the dimensions.
255
256         * lily/include/paper-line.hh (class Paper_line): 
257
258         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
259         takes arbitrary number of arguments.
260
261         * input/test/markup-score.ly (tuning): simplify example. 
262
263 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
264
265         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
266
267         * scm/define-markup-commands.scm (score): define score-markup
268
269         * lily/parser.yy (markup): use score-markup.
270
271         * lily/score.cc: add ly:score? 
272
273 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
274
275         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
276         fret-parse-string so it prepares for calls to fret-diagram-verbose
277         Changed display constants to props so they are available for
278         \override.
279         
280 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
281
282         * VERSION: release 2.3.3
283
284         * stepmake/stepmake/generic-vars.make: unset LANG.
285
286         * input/regression/tuplet-nest.ly: bugfix.
287
288         * lily/tie-performer.cc (stop_translation_timestep): reset
289         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
290
291         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
292         clear repeat_ directly after setting stem_tremolo_. Fixes:
293         tremolo-repeat.ly
294
295         * input/regression/span-bar-break.ly: new file.
296
297         * scm/define-grobs.scm (all-grob-descriptions): remove
298         break-visibility from SpanBar. Fixes: piano-repeat.ly
299
300 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
301
302         * python/lilylib.py (make_ps_images): only compute bbox when needed.
303
304         * scripts/lilypond-book.py (process_snippets): use lily -f ps
305         files for generating pngs. (failed experiment)
306
307         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
308         file with PFA fonts included.
309
310         * lily/score.cc (default_rendering): put header in too.
311
312         * lily/paper-line.cc (LY_DEFINE): change function to
313         ly:paper-line-extent
314
315         * scm/page-layout.scm (default-book-title): only add lines for
316         non-nil fields.
317         (default-score-title): idem.
318
319         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
320
321         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
322
323         * lily/include/paper-book.hh (class Paper_book): remove height_
324         member.
325
326         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
327
328         * lily/ly-module.cc (LY_DEFINE): bugfix.
329
330         * lily/paper-book.cc (book_title): separate function for the book
331         title.
332
333         * scm/page-layout.scm (default-book-title): only account for
334         markup fields.
335
336         * scm/framework-ps.scm: new file. Move high level interface from
337         output-ps.scm
338
339         * scm/music-functions.scm (def-grace-function): move macros from
340         ly/music-functions-init.ly
341
342         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
343         framework-tex.scm
344
345         * scm/framework-tex.scm (dump-line): new file. High level
346         interface for output (pages, systems, header). 
347
348         * lily/include/page.hh (class Page): add is_last_ field.
349
350         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
351
352         * lily/paper-book.cc (split_string): new function
353         (output): output multiple formats, i.e. --format=ps,tex
354
355         * scm/output-ps.scm (output-scopes): dump variables directly.
356         (define-fonts): rewrite for new interface
357
358         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
359
360         * lily/paper-outputter.cc (Paper_outputter): take format argument.
361
362         * lily/main.cc (parse_argv): don't set extension for output.
363
364         * lily/clef-engraver.cc (create_clef): remove
365         Staff_symbol_referencer::set_position() call. 
366
367 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
368
369         * ly/music-functions-init.ly (addlyrics): set the 'origin property
370         with the location argument in music function definitions.
371
372 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
373
374         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
375         staffsymbol dependency.
376
377         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
378         cleanups.
379
380         * lily/book.cc (process): return Paper_book
381         (to_stencil): use Book::process().
382
383         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
384         header_ field. Store in $globalheader
385
386         * lily/parser.yy (book_body): book header is initted to
387         $globalheader.
388         
389
390 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
391
392         * input/test/fill-a4.ly: removed.
393
394         * lily/parser.yy (output_def): push scope of parent_ Output_def
395         too.
396
397 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
398
399         * scm/output-gnome.scm: Update info.
400
401 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
404
405         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
406         than 1 module.
407
408         * lily/include/ly-module.hh (ly_use_module): rename is_module to
409         ly_c_module_p.
410
411         * scm/page-layout.scm (default-book-title): move Scheme titling
412         functions to here.
413
414         * lily/parser.yy (book_paper_block): remove scope too.
415
416         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
417
418         * lily/rest.cc: add direction to rest properties.
419
420         * lily/include/output-def.hh: new file, move from
421         music-output-def.hh
422
423 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
424
425         * scm/output-gnome.scm: Describe feta-cork hack.
426
427 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
428
429         * lily/include/book-paper-def.hh: derive from Output_def 
430
431         * lily/include/paper-def.hh: move all functionality out of class.
432         Junk header.
433
434         * lily/include/music-output-def.hh: rename Music_output_def to
435         Output_def.
436
437         * input/wilhelmus.ly: only set space for Paper formatting. 
438
439         * lily/include/midi-def.hh: remove file, remove class.
440         Move functions to Music-output-def.
441
442         * lily/music-output-def.cc (Music_output_def): remove separate
443         translator table. Lookup translators in scope directly. This
444         obviates Context suffix for context identifiers, i.e.
445
446         \context {
447           \Staff
448           .. 
449           }
450
451
452         will work.
453         
454
455         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
456
457         * Documentation/user/changing-defaults.itely (Horizontal spacing):
458         document spacing override hack.
459
460 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
461
462         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
463         installation info.  Support point-and-click.  Add +/- zoom
464         keybindings.
465
466 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
467
468         * VERSION: 2.3.2 released
469         
470         * lily/parser.yy (book_body): set default bookpaper.
471
472         * scm/output-tex.scm (header): kludge: hard code linewidth. 
473
474         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
475
476 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
477
478         * lily/score.cc (default_rendering): scale outputdef before
479         starting.
480
481 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
482
483         * scm/fret-diagrams.scm: Add header.
484
485         * scm/output-gnome.scm: Hello world :-)
486
487 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
488
489         * scripts/lilypond.py (run_dvips): only add papersize if present.
490
491         * lily/accidental-engraver.cc (update_local_key_signature): new
492         function, fold code from initialize() and process_music().
493         (update_local_key_signature): use deep copy. This fixes one
494         problem from custom-key-signatures.ly.
495         (number_accidentals_from_sig): tighter check for
496         accidental-too-old.
497
498         * ly/engraver-init.ly: remove localKeySignature
499         definition from ChoirStaff, StaffGroup, Score.
500         
501         * lily/percent-repeat-engraver.cc (try_music): add moments for
502         barlines too. Fixes: skipbars-percent-repeat.ly.
503
504 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
505
506         * lily/context-def.cc (filter_performers): don't go to cdrloc if
507         skipping last pair. Fixes: crash-bar-number.
508
509         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
510         D. Sorensen)
511
512         * input/test/fret-diagram.ly: new file.
513
514         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
515         (scale-paper): divide by scale.
516
517 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
518
519         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
520         case.
521
522 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
523
524         * scm/stencil.scm (fontify-text): reinstate function
525
526         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
527
528         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
529
530         * lily/parser.yy (book_paper_head): \bookpaper {} 
531
532         * python/midi.c: remove config.h
533
534 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
535
536         * scm/output-gnome.scm: Update.
537
538 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
539
540         * scm/output-gnome.scm: New file.
541
542         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
543
544 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
545
546         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
547         (find_scaled_font): move from Paper_def
548
549 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
550
551         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
552         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
553
554         * po/fr.po: update po.
555
556         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
557
558         * lily/book-paper-def.cc (print_smob): new file.
559
560 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
561
562         * buildscripts/lilypond-words.py: search words also from
563         music-functions-init.ly.
564
565 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
566
567         * ly/music-functions-init.ly (def-music-function): new helper
568         macro for defining music functions. \addlyrics \appoggiatura
569         \acciaccatura \grace \partcombine \autochange \applycontext
570         \applyoutput and \breathe are now defined here thanks to it.
571
572         * lily/parser.yy: 
573         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
574         \grace \partcombine \autochange \applycontext \applyoutput and
575         \breathe keywords removed from the parser.
576
577         * lily/parser.yy: 
578         * lily/music-function.cc (ly_make_music_function): 
579         * lily/lexer.ll (music_function_type): added a case for 0-arg
580         music functions.
581
582 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
583
584         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
585         refering to a music expression can be used in lily-inside-scheme:
586         #{ $music #}
587
588         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
589         and ly:parser-define, and change ly:parser-parse-string in order
590         to make #{ $music #} work.
591
592         * scm/new-markup.scm (compile-markup-expression): when an argument
593         is a string, use `make-simple-markup'.
594
595 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
596
597         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
598
599 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
600
601         * scripts/convert-ly.py (FatalConversionError.func): handle + in
602         font-size. (backportme)
603
604 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
605
606         * lily/paper-outputter.cc (output_stencil): dump font definitions
607         before each stencil.
608
609         * lily/include/paper-book.hh (struct Score_lines): new
610         struct. Collect info per Paper-score.
611
612         * lily/include/page.hh (class Page): to_stencil() returns Stencil
613         everywhere.
614
615         * lily/stencil.cc (find_expression_fonts): new function
616
617         * lily/paper-outputter.cc (output_stencil): use
618         interpret_stencil_expr
619
620         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
621         (interpret_stencil_expr): new function. Generic stencil
622         interpretation.
623
624         * lily/paper-def.cc (find_scaled_font): divide lookup
625         magnification by outpuscale for non-virtual fontmetrics. This
626         fixes ludicrously long font definitions for text
627         fonts. (backportme)
628
629         * lily/score-engraver.cc: remove
630         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
631
632 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
633
634         * input/test/markup-score.ly: Remove \notes.
635
636         * lily/parser.yy (book_body): Grok Composite_music and \header.
637         (markup): Push NOTES mode before score_block.
638
639         * VERSION: release 2.3.1
640         
641         * mf/feta-klef.mf: 
642         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
643
644         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
645
646         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
647
648 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
649
650         * scm/output-tex.scm (output-tex-string): tighten safe security.
651
652         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
653
654         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
655         allowed ly functions.
656
657         * lily/ly-module.cc (ly_module_define): only define variable if
658         bound.
659         (ly_make_anonymous_module): take safe option.
660
661 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
662
663         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
664
665 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
666
667         * input/regression/newaddlyrics.ly: Fix.
668
669         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
670         \score \notes.
671
672 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
673
674         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
675
676 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
677
678         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
679
680         * lily/paper-line.cc (Paper_line): don't store list of stencils,
681         but convert to single Stencil immediately.
682
683         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
684
685 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
686
687         * scm/output-sodipodi.scm: Resurrect sodipodi output.
688
689 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
690
691         * elisp/lilypond-mode.el: Changed the way defaults are created for
692         LilyPond-command-master.  LilyPond-mode will now check the
693         timestamps of the files to see which command has to run next.
694
695 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
696
697         * scm/bass-figure.scm (format-bass-figure): don't set
698         number-markup for strings. This fixes string in bass
699         figure. (backportme)
700
701         * lily/parser.yy (bass_number): insert number-markup into figure
702         definition.
703
704         * scm/define-music-properties.scm (all-music-properties): make
705         'figure a markup.
706
707         * scripts/convert-ly.py (conv): \apply -> \applymusic
708
709 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
710
711         * elisp/lilypond-mode.el: changed the order of some commands
712         ("Midi" after "2Midi"), use the user-defined
713         LilyPond-command-default as default instead of "LilyPond"
714
715         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
716         to set the master file for the next command.
717
718         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
719         with font-lock-reference-face.
720
721 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
722
723         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
724
725         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
726
727 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
728
729         * ly/music-functions-init.ly (TODO): new file.
730
731         * lily/parser.yy (Generic_prefix_music_scm): add more
732         music_function symbols.
733         (Prefix_composite_music): change \apply to music-function   
734
735         * lily/include/music-function.hh: rename to music-function
736
737 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
738
739         * lily/music-head.cc (LY_DEFINE): change order of args.
740
741         * input/regression/music-head.ly (texidoc): new file.
742
743         * lily/parser.yy (Generic_prefix_music): allow generic
744         music-transformation functions. 
745
746         * lily/include/music-head.hh (is_music_head): new file.
747
748         * lily/music-head.cc (get_music_head_transform): new file.
749
750 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
751
752         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
753         empty extent. This fixes ottava brackets on rests. (backportme)
754
755         * make/lilypond.redhat.spec.in (Group): ln png files for info.
756
757         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
758
759         * cygwin/lily-wins.py: update for the lily-wins.py script.
760
761 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
762
763         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
764         code. This will obviate typeset_grob () in the future.  The effect
765         of this is that improperly written spanner handling will result in
766         invalid spanner bounds.
767         (announce_grob): add to elems_ from here
768         (typeset_grob): comment out.  
769
770         * lily/include/engraver.hh (make_spanner): new calling interface
771         for make_{item,spanner}. This obviates most calls to
772         announce_grob().
773                 
774         * scm/music-functions.scm (set-accidental-style): use GrandStaff
775         iso. PianoStaff for piano styles.
776
777 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
778
779         * Documentation/user/music-glossary.tely: add segno after d.s.
780
781 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
782
783         * lily/include/audio-column.hh: remove unused variables.
784         (patch by Michael Welsh Duggan)
785
786         * flower/include/axes.hh (other_axis): inline Axes function
787         (thanks to David Brandon).
788
789 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
790
791         * cygwin/mknetrel: Install image links (backportme).
792
793         * Documentation/user/GNUmakefile (local-install-info): Activate
794         actual installing of image links (backportme).
795
796 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
797
798         * Documentation/user/notation.itely (Measure repeats): Removed
799         unnecessary (and confusing) \context Voice{.
800
801 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
804
805         * lily/page.cc (Page): Do not use ly_scheme_function for
806         volatile/configurable variables (FIXME: better name).
807
808         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
809         get_scmvar).
810
811 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
812
813         * scripts/convert-ly.py (FatalConversionError.subst): use
814         \transposition.
815
816 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
817
818         * lily/include/page.hh (class Page): Declare left_margin ().
819
820         * lily/page.cc: Remove paper var caching.
821
822 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
823
824         * Documentation/user/music-glossary.tely: Add name to @top node.
825         Remove comment from @table definitions (workaround for makinfo
826         bug).
827
828         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
829         ly:stencil-get-expr).  Update callers.
830         (ly:stencil-align-to!):  Return stencil too.
831
832         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
833         stencil.  Remove looped line-based page output.
834         (output_line): Use line stencil.  Remove looped stencil-based line
835         output.
836
837         * lily/page.cc (ly:page-paper-lines): New function.
838
839         * input/test/markup-score.ly: New file.
840
841         * scm/define-markup-commands.scm (stencil): New markup.
842
843         * lily/book.cc (to_stencil): New method.
844
845         * lily/parser.yy (markup): Use it to grok \score.
846
847 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
848
849         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
850
851         * lily/paper-book.cc (pages): Change signature.  Update callers.
852
853         * lily/include/page.hh:
854         * lily/page.cc: New file.
855
856         * lily/paper-line.cc (to_stencil): New method.
857         
858         * lily/paper-outputter.cc (output_stencil): New method.
859
860         * lily/paper-outputter.cc (output_line): Use them.
861
862         * lily/warn.cc: Remove.
863
864         * lily/my-lily-parser.cc (distill_inname): Remove.
865
866         * flower/include/file-name.hh: 
867         * flower/file-name.cc: New file.  Update users.
868
869         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
870         (find): New method of same name.
871
872         * lily/my-lily-parser.cc (ly:parse-file): Use it.
873
874         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
875         constant error message.
876
877 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
878
879         * input/test/{blank-notes.ly,staff-container.ly}: typos.
880
881 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
882
883         * Documentation/user/music-glossary.tely: @table @strong' replaced
884         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
885         (backportme).
886
887 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
888
889         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
890
891         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
892         #{ lily music expression #} that returns an equivalent scheme
893         music expression by parsing the string.
894
895 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
896
897         * lily/my-lily-parser.cc:
898         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
899         SCM string (foo.ly/toto.scm support).
900
901 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
902
903         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
904
905 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
906
907         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
908
909         * scripts/lilypond-book.py: LY code that includes \header is
910         not assumed to be a fragment.
911
912 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
915         tremolo beams up.
916
917         * lily/stem.cc (chord_start_y): Return 0 if no heads.
918         (get_default_stem_end_position): No tremolo head juggling if no
919         heads.  Fixes tremolo crash on rests (backportme).
920
921         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
922
923 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
924
925         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
926         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
927
928         * lily/lexer.ll: Allow \encoding in NOTES mode.
929
930         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
931         for lyrics, not for commands.
932
933         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
934         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
935
936         * input/regression/newaddlyrics.ly: New file.
937
938         * Documentation/topdocs/NEWS.texi: Update.
939
940         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
941         (Music_list): Allow embedded scm.
942
943         * lily/score.cc (ly:score-bookify): New function.
944
945         * lily/music.cc (ly:music-scorify): Idem.
946
947         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
948         (ly:parser-print-score): Idem.
949
950         * scm/lily.scm (default-toplevel-book-handler): Idem.
951         (default-toplevel-music-handler): Idem.
952         (default-toplevel-score-handler): Idem.
953
954         * ly/declarations-init.ly: Set default toplevel handlers.
955
956         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
957
958         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
959         printer for score at toplevel.
960
961 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
962
963         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
964         Fix for simple case: input/simple-song.ly, more complex stuff
965         does not work yet.
966
967 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
968
969         * lily/parser.yy (Prefix_composite_music): split Composite_music
970         in Prefix_composite_music and Grouped_music_list.
971         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
972
973 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
974
975         * scm/lily.scm (toplevel-expression): New define.
976
977         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
978
979         * lily/parser.yy (toplevel_expression): Use it.
980
981         * lily/include/my-lily-parser.hh: Smobbify.
982
983         * lily/my-lily-parser.cc (parse_string): New method.
984         
985         * lily/my-lily-parser.cc (ly:parse-string): New function.
986
987         * Documentation/user/lilypond.tely: Add comment and workaround for
988         gs-8.01 crash.  Fixes make web.
989
990         Simplification of toplevel music.
991         
992         * lily/lexer.ll, lily/parser.yy:
993
994         * In LYRICS mode, return LYRICS_STRING.  This fixes one
995         shift/reduce problem.
996
997         * Use NOTES mode at start of maininput.
998
999         * Grok toplevel composite music expression, put in score and book.
1000
1001         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1002
1003         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1004
1005         * input/simple.ly: New file.
1006         
1007         * input/simple-song.ly: Idem.
1008
1009 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1010
1011         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1012         Sandberg.
1013
1014 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1015
1016         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1017
1018 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1019
1020         * input/regression/accidental-octave.ly: doc automatic showing
1021         of note names.
1022
1023 2004-04-16  Heikki Junes <janneke@gnu.org>
1024
1025         * po/fi.po: do "make po && make -C po po-update" at top-level,
1026         then "cp po/out/fi.po po/fi.po" and update fields.
1027
1028         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1029
1030 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1031
1032         * Documentation/user/introduction.itely (About this manual): Fix
1033         templates and regression urls (backportme).
1034
1035 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1036
1037         * ly/engraver-init.ly (Score:graceSettings): Increase
1038         beamed-lengths, especially for 32nd notes.
1039
1040         * Documentation/user/notation.itely (Grace notes): Correct the
1041         syntax for add-grace-property example.
1042
1043 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1044
1045         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1046         `Generated' tag.
1047
1048         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1049         Severely broken (the Debian package, at least).
1050
1051 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1052
1053         * lily/context.cc (find_create_context): assign to lvalue.
1054
1055 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1056
1057         * lily/include/translator.hh (class Translator): rename
1058         get_parent_context() to context () to avoid confusion.
1059
1060         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1061
1062         * lily/lexer.ll: change is_string -> ly_c_string_p 
1063
1064         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1065
1066         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1067
1068         * VERSION: release 2.3.0
1069
1070         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1071
1072         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1073         if nonempty.
1074
1075         * lily/include/context.hh (class Context): make members protected.
1076         (children_contexts): new accessor function.
1077
1078         * lily/include/translator.hh (class Translator): make
1079         daddy_context_ protected.
1080         (class Translator): clean up. 
1081
1082         * lily/include/context.hh (class Context): make daddy_context_
1083         private.
1084
1085         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1086         higher for finding Voice. (backportme)  
1087
1088         * lily/include/context.hh (class Context): remove
1089         find_context_below() as a method.
1090
1091         * Documentation/user/notation.itely (The Lyrics context): add note
1092         about manual durations
1093
1094         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1095         encoding.
1096
1097         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1098
1099 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1100
1101         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1102         \usepackage{inputenc}
1103
1104         * lily/paper-book.cc (classic_output): don't advance Offset for
1105         TeX output.
1106
1107         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1108         ec-sauter.map in rules
1109
1110         * mf/ecb.mf (font_identifier): new file, based on ecbx
1111
1112         * mf/ecb10.mf (gensize): new file.
1113
1114         * Documentation/topdocs/NEWS.texi (Top): document some more new
1115         features.
1116
1117         * ly/declarations-init.ly: run convert-ly
1118
1119         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1120         from input-file-results. Remove input-file-results.* 
1121
1122 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1123
1124         * scm/output-ps.scm (font-command): Fix, again.
1125
1126         * input/test/title-markup.ly: Add \noPagebreak test.
1127
1128         * lily/score-engraver.cc (try_music): Bugfix.
1129
1130 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1131
1132         * lily/main.cc (main_with_guile): excise dependency options -M and
1133         --dep-prefix
1134
1135         * lily/input-file-results.cc: excise Makefile dependency code
1136
1137         * Documentation/user/invoking.itexi (Invoking the lilypond
1138         binary): remove dep doco
1139         
1140         * lily/main.cc (main_with_guile): call lilypond-main
1141         
1142         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1143
1144         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1145         exception.
1146
1147         * lily/my-lily-parser.cc: remove paper_description function
1148
1149         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1150         new function.
1151
1152         * lily/main.cc: remove global_score_count.
1153
1154         * lily/book.cc (process): don't take header from global_input_file.
1155
1156         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1157
1158         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1159
1160         * lily/music-output-def.cc (LY_DEFINE): new function
1161         ly_output_description. This function does the bulk for  setting,
1162         parsing and breaking down of an input file.
1163
1164         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1165         anonymous modules globally. Let's hope they get GCd
1166
1167         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1168
1169 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1170
1171         * scm/output-ps.scm (header): Papersize from paper.
1172
1173         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1174         for classic output.
1175
1176         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1177         lilypondclassic is defined.
1178         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1179
1180         * input/regression/between-systems.ly: Remove.
1181
1182         * python/lilylib.py (get_bbox): Fix regular expression
1183         for bounding box.
1184
1185         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1186
1187         * scm/output-tex.scm (stop-page): Use it.
1188
1189         * scm/output-ps.scm (define-fonts): Bugfix.
1190
1191         * lily/grob.cc: Add penalty to interface.
1192
1193         * lily/include/paper-line.hh (class Paper_line): New member
1194         var penalty_.
1195
1196         * lily/system.cc (get_line): Initialise Paper_line with
1197         page-penalty's from original grobs.
1198
1199         * scm/define-music-properties.scm (all-music-properties): Add
1200         page-penalty.
1201
1202         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1203
1204         * lily/score-engraver.cc (try_music): Handle page-penalty.
1205
1206         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1207
1208 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1209
1210         * ly/declarations-init.ly (melismaEnd): typo
1211
1212         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1213
1214         * scm/output-ps.scm (text): split string into spaces, use moveto
1215         for setting space. 
1216         
1217 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1218
1219         * po/nl.po: Update.
1220
1221         * scm/font.scm (add-cmr-fonts): Typo.
1222
1223 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1224
1225         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1226         font-encoding.
1227
1228         * scm/define-grobs.scm (all-grob-descriptions): idem.
1229
1230         * lily/time-signature.cc (numbered_time_signature): idem.
1231
1232         * scm/font.scm (add-cmr-fonts): use real encoding names for
1233         font-encoding.
1234
1235 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1236
1237         * lily/paper-book.cc (classic_output): 
1238         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1239         Fixes classic output.
1240         (lilypondstart):
1241         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1242         kludge.
1243
1244         * scripts/old-lilypond-book.py: Remove.
1245
1246         Page layout for SCOREs enclosed in a BOOK:
1247
1248         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1249         layout tweaking.
1250
1251         * input/les-nereides.ly (theScore): Add \book.
1252         
1253         * input/test/title-markup.ly: Add \book.
1254
1255         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1256         only if 'verbose.
1257
1258         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1259
1260         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1261
1262         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1263         * scm/output-tex.scm (start-system): Update for page layout by
1264         LilyPond.
1265
1266         * scm/output-ps.scm (start-system): Previously (new-start-system).
1267
1268         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1269         passed to define-fonts.
1270
1271         * lily/paper-column.cc: 
1272         * lily/system.cc (get_line):
1273         * ly/property-init.ly (newpage): 
1274         * scm/define-grob-properties.scm:
1275         * scm/output-ps.scm: 
1276         * scm/output-tex.scm: Remove between-system-string kludge.
1277
1278         * scm/output-ps.scm (define-fonts, font-command,
1279         font-load-encoding): Handle ENCODING = #f.
1280
1281         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1282
1283         * scm/define-markup-commands.scm (fill-line): Use
1284         make-simple-markup (WAS: unexisting make-word-markup).
1285
1286         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1287         ENCODING, MARKUP parameters for interpret_string.
1288
1289         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1290
1291         * lily/score.cc (book_rendering): New method.
1292         (default_rendering): Create Paper_book helper locally, dump
1293         output.
1294
1295         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1296
1297         * lily/parser.yy: Handle \book.
1298
1299         * lily/include/book.hh: 
1300         * lily/book.cc: New file.
1301
1302 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1303
1304         * lily/text-item.cc (interpret_string): new file, select font with
1305         encoding.
1306
1307         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1308
1309         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1310
1311         * lily/parser.yy (markup): take encoding from lexer.
1312
1313 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1314
1315         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1316
1317         * scm/output-ps.scm: Remove some cruft.
1318
1319 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1320
1321         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1322
1323         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1324
1325 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1326
1327         * scm/font.scm (add-century-schoolbook-fonts):
1328         (make-century-schoolbook-tree): New function.
1329
1330         * input/test/title-markup.ly: Use Century Schoolbook font.
1331
1332 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1333
1334         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1335         to Erik Sandberg) 
1336
1337         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1338
1339         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1340
1341         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1342
1343         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1344
1345 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1346
1347         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1348         solo-state (at end of solo), we can set the solo status
1349         too. (backportme.)
1350
1351         * input/regression/part-combine-solo-end.ly: new file.
1352
1353 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1354
1355         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1356         flavour abc files.  Really ignore unknown keys (backportme).
1357
1358 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1359
1360         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1361         magnification_ when looking up in orig_.
1362
1363         * scm/output-tex.scm (text): switch off char-mapping.
1364
1365         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1366         because AFM's encoding field cannot have spaces.
1367
1368 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1369
1370         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1371
1372 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1373
1374         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1375
1376         * mf/cmr.enc: new file, without hi-bit ascii info. 
1377
1378         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1379         width. This removes the 'hook' at the end of a long slur.
1380
1381         * buildscripts/mf-to-table.py (parse_logfile): don't append
1382         encoding to fontname.
1383
1384 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1385
1386         * scm/output-ps.scm (define-fonts): Load .enc only once.
1387
1388         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1389         too.
1390
1391 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1392
1393         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1394         encoding field.
1395
1396         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1397
1398         * ly/portuges.ly (pitchnames): new file.
1399
1400         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1401         Michael Welsh Duggan
1402
1403         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1404
1405         * ly/nederlands.ly: add comment about digits.
1406
1407         * lily/scaled-font-metric.cc (derived_mark): idem.
1408
1409         * scm/encoding.scm (make-encoding-mapping): change permutation to
1410         mapping.
1411
1412         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1413         (Modified_font_metric): make alist for coding_description_
1414         (LY_DEFINE): remove coding-name.
1415
1416         * scm/output-tex.scm (text): remove debugging code.
1417
1418         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1419
1420         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1421         from infile.
1422
1423         * mf/feta-generic.mf: move fet_beginfont into generic code.
1424         use fetaMusic (without space) as encoding
1425
1426         * mf/feta-autometric.mf: take encoding argument
1427
1428         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1429
1430         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1431         use.
1432
1433         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1434         name.
1435
1436 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1437
1438         * input/test/title-markup.ly: Set inputencoding.
1439
1440         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1441
1442         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1443
1444         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1445         function.
1446         (coding-alist): Also hold filename, command.
1447         (read-encoding-file): Return symbols.
1448
1449 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1450
1451         * scm/output-tex.scm: remove fontify; text and char take a font
1452         argument.
1453
1454         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1455
1456         * lily/scaled-font-metric.cc (text_dimension): init
1457         coding_{permutation,table}_ too 
1458         (LY_DEFINE): ly:font-encoding, new function return
1459
1460         * lily/paper-def.cc (find_scaled_font): take input coding from
1461         inputcoding paper var.
1462
1463         * lily/performance.cc (output): remap modulo 16.
1464
1465         * lily/text-item.cc (interpret_markup): whoops, variable
1466         shadowing fixed.
1467
1468 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1469
1470         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1471         symbols, not symbols to strings.
1472         
1473         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1474         symbols, not symbols to strings.
1475
1476 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1477
1478         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1479         (ly:kpathsea-gulp-file): New function.
1480
1481         * scm/encoding.scm (read-encoding-file): Use it.
1482
1483 2004-04-06  Werner Lemberg  <wl@gnu.org>
1484
1485         * scm/encoding.scm (coding-alist): Fix typo.
1486
1487 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1488
1489         * lily/scaled-font-metric.cc (text_dimension): move function from
1490         Font_metric
1491         (make_scaled_font_metric): init coding_scheme_ to TeX
1492         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1493
1494         * lily/include/scaled-font-metric.hh (struct
1495         Modified_font_metric): rename from Scaled_font_metric
1496
1497         * scm/encoding.scm (read-encoding-file): split up large function,
1498         leave caching to (delay)
1499
1500         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1501
1502 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1503
1504         * lily/my-lily-lexer.cc (set_encoding): New method.
1505
1506         * lily/lexer.ll: Grok \encoding.
1507
1508         * lily/font-metric.cc (get_encoded_index): New function.
1509
1510         * lily/include/font-metric.hh (coding_scheme): New method.
1511
1512         * scm/encoding.scm: New file.
1513
1514         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1515
1516 2004-04-05  Werner Lemberg  <wl@gnu.org>
1517
1518         * Documentation/user/tutorial.itely: Revised (finished).
1519
1520         * Documentation/user/macros.itexi (@separate): Removed.
1521
1522 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1523
1524         * scm/output-ps.scm (define-fonts): fix scaling.
1525
1526         * lily/scaled-font-metric.cc (design_size): add function.
1527
1528         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1529         partial cut&paste of ly:font-magnification.
1530
1531 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1532
1533         * scm/output-ps.scm (define-fonts):
1534         (fontify): Update.
1535
1536 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1537
1538         * po/fr.po: update. (backportme).
1539
1540         * po/nl.po: update. (backportme). 
1541
1542         * mf/feta-beugel.mf: document why design size is not fixed.
1543
1544         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1545
1546 2004-04-04  Werner Lemberg  <wl@gnu.org>
1547
1548         * Documentation/user/tutorial.itely: Revised (continued).
1549
1550 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1551
1552         * po/nl.po: Update (backportme).
1553
1554 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1555
1556         * po/de.po: update. (backportme).
1557
1558         * scm/output-tex.scm (font-command): use ly: functions to
1559         construct name.
1560         (define-fonts): don't use alist, just dump \font definitions.
1561         (font-load-command): calculate proper scaling by taking
1562         outputscale from paper argument.
1563
1564         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1565         expression.
1566
1567         * lily/paper-outputter.cc (output_header): pass paper arg to
1568         define-fonts
1569
1570         * lily/paper-def.cc (font_descriptions): dump list of
1571         Scaled_font_metrics
1572         (find_scaled_font): take Font_metric argument, store
1573         Scaled_font_metrics in hash-table containing (size ->
1574         Scaled_font_metrics) alist.
1575         (get_dimension): rename from get_realvar
1576
1577         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1578         ly:font-magnification, ly:font-name: new functions
1579
1580 2004-04-03  Werner Lemberg  <wl@gnu.org>
1581
1582         * Documentation/user/dedication.itely,
1583         Documentation/user/preface.itely,
1584         Documentation/user/introduction.itely,
1585         Documentation/user/tutorial.itely: Revised.
1586         Removing leading spaces which distorts output if info files are read
1587         with stand-alone info.
1588         Removing superfluous inter-word spaces which also distorts output
1589         for stand-alone info.
1590         Using ` and ' instead of `` and '' everywhere to improve
1591         legilibility with stand-alone info
1592         Using @samp for single-letter input items and data which contains
1593         spaces, @code for other things.
1594
1595         * lily/grob-interface.cc: Adding copyright.
1596         (check_interfaces_for_property): Improve format of warning message.
1597
1598 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1599
1600         * lily/include/font-metric.hh (struct Font_metric): add
1601         design_size () method.
1602
1603         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1604
1605         * lily/afm.cc (read_afm_file): read design size.
1606
1607         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1608
1609         * scm/music-functions.scm (unfold-repeats): handle dots too.
1610
1611 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1612
1613         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1614         (backportme)
1615
1616 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1617
1618         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1619         lyric indent.  Revert melismaBusyProperties using \unset.
1620
1621 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1622
1623         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1624
1625         * lily/parser.yy (command_element): allow redefinition of |
1626         meaning.
1627
1628         * lily/break-align-engraver.cc (acknowledge_grob): construct
1629         LeftEdge where the first cause for alignment is coming from.
1630         This makes \override Staff.LeftEdge work as expected.
1631
1632         
1633         * lily/slur-performer.cc (Slur_performer): add inits
1634
1635         * lily/beam-performer.cc (Beam_performer): add inits
1636
1637 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1638
1639         * VERSION (PACKAGE_NAME): release 2.2.0
1640
1641         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1642
1643 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1644
1645         * lily/cluster.cc (height): Fix warning.
1646
1647         * lily/parser.yy: Janitorial cleanups.
1648
1649         * Documentation/user/tutorial.itely (Tutorial): Typo.
1650
1651 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1652
1653         * lily/change-iterator.cc (process): search at multiple context
1654         levels. This fixes 
1655
1656         
1657         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1658         not voice-state index for tie state. This fixes a partcombine
1659         problem with ties.
1660
1661         * Documentation/user/tutorial.itely (Commenting input files): add
1662         note about convert-ly.
1663
1664         * input/test/cadenza-skip.ly:  new file.
1665
1666 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1667
1668         * po/nl.po: Spelling fixes.
1669
1670         * autogen.sh (srcdir): Regenerate.
1671
1672         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1673         autogen.sh.
1674
1675         * configure.in: Use C++ to check for C++ header.
1676
1677         * po/nl.po: Update.
1678
1679         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1680
1681         * lily/event.cc (to_relative_octave): Translatable sentence should
1682         be one string.
1683
1684         * python/lilylib.py (warranty): Year range is not translatable.
1685         It's 2004 already!
1686
1687         * flower/warn.cc (non_fatal_error, warning, programming_error):
1688         Remove whitespace from translated string.
1689
1690 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1691
1692         * VERSION: release 2.1.37.
1693
1694 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1695
1696         * configure.in: check for C language.
1697
1698         * lily/source-file.cc: include strstream without h.
1699
1700         * scm/documentation-generate.scm (string-append): use name without
1701         .texi.
1702
1703         * autogen.sh (srcdir): SUSE fix.
1704
1705         * Documentation/user/notation.itely (Ancient clefs): idem.
1706
1707         * Documentation/user/lilypond-book.itely (Integrating HTML and
1708         music): idem.
1709
1710         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1711
1712         * lily/change-iterator.cc (process): use find_existing_context().
1713
1714         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1715
1716         * input/regression/repeat-unfold-tremolo.ly: new file.
1717
1718         * scm/music-functions.scm (unfold-repeats): undo music compression
1719         too.
1720
1721         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1722         (LY_DEFINE): ly:music-compress new function.
1723
1724         * scm/part-combiner.scm (determine-split-list): split for voice
1725         crossings
1726
1727         * input/regression/part-combine-cross.ly: new file.
1728
1729         * scm/part-combiner.scm (make-part-combine-music): don't do
1730         relative inside partcombine arguments.
1731
1732         * scm/music-functions.scm (make-non-relative-music): new function.
1733
1734         * Documentation/user/notation.itely (Automatic part combining):
1735         add note about \relative.
1736
1737         * lily/part-combine-iterator.cc (construct_children): add
1738         start_moment_ member.
1739
1740         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1741         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1742
1743         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1744
1745         * Documentation/user/changing-defaults.itely (Which properties to
1746         change): fixes.
1747
1748 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1749
1750         * po/fr.po: update.
1751
1752 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1753
1754         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1755
1756         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1757         Reinstate old code that issues warning.  Fixes --srcdir build.
1758
1759 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1760
1761         * input/wilhelmus.ly: New file.
1762
1763         * Documentation/user/notation.itely: 
1764         * Documentation/user/introduction.itely:
1765         * Documentation/user/tutorial.itely: Use quote ly-option instead
1766         of explicit @quotation.  This fixes too long lilypond linewidths
1767         resulting in overful hboxes.
1768
1769         * scripts/lilypond-book.py: Add ly-option: `quote'.
1770
1771 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1772
1773         * tex/titledefs.tex: Avoid that the first score line is extra
1774         indented if instrument is defined but not piece.
1775
1776 2004-03-30  Werner Lemberg  <wl@gnu.org>
1777
1778         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1779         `lilypond/' to info file name.
1780         (@usermanref) [info]: New variant.
1781
1782         * scm/documentation-generate.scm: Fix definition of @usermanref
1783         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1784         to info file name.
1785
1786 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1787
1788         * VERSION: release 2.1.36
1789         
1790         * Documentation/user/changing-defaults.itely (Interpretation
1791         contexts): rewrite introduction.
1792
1793 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1794
1795         * scm/define-markup-commands.scm: Use TeX accents instead of
1796         straight iso-8859-1 encoding in the doc string.
1797
1798 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1799
1800         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1801         space after dotted duration.
1802
1803 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1804
1805         * Documentation/user/introduction.itely: 
1806         * Documentation/user/notation.itely:
1807         * Documentation/user/tutorial.itely: Up all relative examples.
1808         Enclose @lilypond displays in @quotation.  Typos and corrections.
1809
1810         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1811
1812 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1813
1814         * scm/music-functions.scm (make-voice-props-revert): Revert also
1815         MultiMeasureRest staff-position in oneVoice.
1816
1817 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1818
1819         * Documentation/user/changing-defaults.itely, 
1820         Documentation/user/lilypond.tely: few fixes. Place no comma between
1821         two options: a and b, but commas between three options: a, b, and c.
1822         By this manner, grouping is possible: a and b, and c and d.
1823
1824 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1825
1826         * Documentation/user/GNUmakefile: add rule for .nexi
1827
1828 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1829
1830         * Documentation/user/music-glossary.tely: move glossary direntry
1831
1832         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1833         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1834
1835 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1836
1837         * stepmake/aclocal.m4: Verify that gettext configure check with
1838         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1839
1840 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1841
1842         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1843         glob.glob for .png filenames. This catches multipage pngs.  
1844
1845         * Documentation/user/changing-defaults.itely (Determining the grob
1846         property): fix references.
1847
1848         * lily/staff-symbol.cc (print): only add extent if non empty.
1849         This fixes staff-container.ly.
1850
1851         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1852         starting with a mmrest also works.
1853
1854         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1855         PNG for texinfo too.
1856
1857         * po/lilypond.pot: update translation strings.
1858
1859         * VERSION: 2.1.35 released
1860         
1861         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1862         context argument too.
1863
1864         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1865
1866         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1867
1868         * python/lilylib.py (command_name): don't return 1st path
1869         component.
1870
1871         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1872         .png case separately.
1873
1874         * python/lilylib.py (system): typo.
1875         
1876 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1877
1878         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1879         run indent-region.
1880
1881         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1882         Fixes compile.
1883
1884         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1885         Add header.
1886
1887 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1888
1889         * vim/lilypond-indent.vim: small fixes.
1890
1891 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1892
1893         * Documentation/user/notation.itely (Entering lyrics): Add example
1894         with correct english double quotes (at least for LaTeX output,
1895         maybe not a good idea if we switch to PS as the default output
1896         format).
1897
1898 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1899
1900         * lily/staff-performer.cc (create_audio_elements): play instrument
1901         changes before notes arrive. This fixes instrument of the first
1902         note in a score.
1903
1904         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1905         to 1.9.0 conversion.
1906
1907         * lily/mark-engraver.cc: doc string.
1908
1909         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1910
1911         * Documentation/user/introduction.itely (Introduction): new node.
1912
1913 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1914
1915         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1916
1917         * input/regression/spacing-ragged-last.ly: new file.
1918
1919         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1920         spacing.
1921
1922         * scm/font.scm: rewrite using GOOPS.
1923         
1924         * lily/context-def.cc (filter_engravers): derefence pointer.
1925
1926         * lily/lily-guile.cc (type_check_assignment): use
1927         ly_scheme_function iso. scm_primitive_eval where possible.
1928
1929         * lily/performance.cc (output): limit channels at 15. This fixes
1930         percussion inadvertently showing up in large scores.
1931
1932 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1933
1934         * input/regression/tuplet-gap.ly: new file.
1935
1936         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1937         (print): compute gap length from number size, include italic
1938         correction.
1939
1940         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1941         tuplet-bracket
1942
1943         * scm/paper.scm (set-default-paper-size): new function, to be
1944         called at toplevel.
1945         (set-paper-size): new function, to be called inside \paper {}
1946         (set-default-paper-size): new function, to be called at toplevel.
1947
1948         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1949
1950         * lily/beam-performer.cc (process_music): idem.
1951
1952         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1953         
1954         * tex/titledefs.tex: remove scshape for piece.
1955
1956         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1957         font-family
1958
1959         * lily/time-signature.cc (special_time_signature): font-encoding
1960         not family.
1961
1962         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1963         dynamic to head. This fixes p placement in morgenlied.
1964
1965 2004-03-23  Werner Lemberg  <wl@gnu.org>
1966
1967         * stepmake/stepmake/generic-targets.make (help): Improve text.
1968
1969 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1970
1971         * VERSION: 2.1.34 released
1972         
1973         * lily/main.cc (main_with_guile): switch debugging.
1974
1975         * lily/system.cc (get_line): plug leak.
1976
1977         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1978         and contents.
1979         (stencil2line): plug leak.
1980
1981         * Documentation/user/changing-defaults.itely (Determining a grob
1982         property):  new node.
1983         (Layout interfaces): new node.
1984         (Navigating the program reference): new node.
1985
1986         * lily/accidental-engraver.cc (acknowledge_grob): add property
1987         harmonicAccidentals
1988
1989         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1990         general cleanups.
1991         
1992         * input/les-nereides.ly (middleDynamics): resurrect Les
1993         nereides. Remove pedal hack.
1994
1995 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1996
1997         * input/regression/property-grace-polyphony.ly: new file.
1998
1999         * lily/translator-property.cc (execute_pushpop_property): only pop
2000         one instance of the property. This fixes << \\ >> together with
2001         \grace.
2002
2003         * lily/break-align-interface.cc (ordered_elements): we cannot
2004         modify the #'elements property, so return reordered array.
2005
2006 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2007
2008         * buildscripts/lilypond.words.py: remove.
2009         * buildscripts/lilypond-words.py: add new, renamed file. 
2010         Give generated targets and dirs explicitly in arguments.
2011
2012         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2013         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2014         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2015         
2016         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2017
2018         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2019
2020         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2021         orders.
2022
2023         * vim/GNUmakefile: add local-uninstall target.
2024
2025         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2026         
2027         * vim/vimrc: add a one-liner file.
2028
2029         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2030         vimrc in EXTRA_DIST_FILES.
2031
2032         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2033
2034 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2035
2036         * config.make.in: add vimdir.
2037
2038         * vim/GNUmakefile: add local-install.
2039
2040 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2041
2042         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2043         with \lilypondifundefined{blabla}. Solves problem with multiple
2044         titles in the same lilypond-book document.
2045
2046 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2047
2048         * scm/document-backend.scm (interface-doc): sort grob list for
2049         interface.
2050
2051         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2052         pre/post break align-order.
2053
2054         * spelling patch courtesy Edward Sutton.
2055
2056         * Documentation/user/changing-defaults.itely (Changing context
2057         default settings): new node.
2058         (Defining new  contexts): new node.
2059
2060         * scripts/lilypond-book.py (is_derived_class): use numbers
2061         iso. booleans.
2062
2063         * python/lilylib.py (make_ps_images): add margin to PS images.
2064
2065         * scripts/lilypond-book.py (is_derived_class): new function. Take
2066         class arg iso. object.
2067         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2068         for bug in GS/dvips.
2069
2070         * lily/text-item.cc (interpret_markup): idem.
2071
2072         * scm/define-markup-commands.scm: remove split around-space hack.
2073
2074         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2075         function, fold WL's fixes into one function.
2076
2077 2004-03-22  Werner Lemberg  <wl@gnu.org>
2078
2079         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2080         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2081         (Note_column::head_position_interval): Do proper rounding for
2082         calls to Staff_symbol_referencer::get_position.
2083
2084 2004-03-21  Werner Lemberg  <wl@gnu.org>
2085
2086         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2087         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2088         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2089         (My_lily_parser::parse_file): Improve formatting progress indication
2090         sent to stdout.
2091
2092 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2093
2094         * VERSION: 2.1.33 released.
2095
2096         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2097
2098         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2099
2100         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2101         warning is issued about dummy.dep.
2102
2103         * scm/new-font.scm: fix design sizes of nummer
2104
2105 2004-03-21  Werner Lemberg  <wl@gnu.org>
2106
2107         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2108         some annoying warnings from mkdir during `make install'.
2109
2110 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2111
2112         * lily/performer-group-performer.cc (do_announces): call
2113         Performer_group_performer::create_audio_elements () too.
2114
2115         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2116
2117         * scm/define-grobs.scm (all-grob-descriptions): add property
2118         break-align-orders
2119
2120         * lily/global-context.cc (get_default_interpreter): new
2121         function. Override from base class, so no new Score contexts are
2122         created.
2123
2124         * lily/include/stencil.hh (class Stencil): document origin field.
2125
2126         * lily/staff-symbol.cc (print): span staff-symbol on column
2127         extents for non-broken columns. 
2128
2129         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2130         key-signature.
2131
2132         * tex/titledefs.tex: don't use smallcaps for piece.
2133
2134         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2135         translated stencils in the output.
2136
2137         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2138
2139 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2140
2141         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2142         and init ties_created_
2143
2144         * VERSION: release 2.1.32
2145
2146         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2147         doc string from IMPLEMENT_CTOR_CALLBACK().
2148
2149         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2150         that engraver is in a performer hierarchy.
2151
2152 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2153
2154         * vim/lilypond-ftdetect.vim: new file.
2155
2156 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2157
2158         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2159         (compose_ly): default octave should be middle C.
2160
2161         * Documentation/user/changing-defaults.itely (Layout tunings
2162         within contexts): new node.
2163
2164         * lily/include/smobs.hh: document C++ smob interface.
2165
2166         * lily/function-documentation.cc: don't doc functions without
2167         docstring.
2168
2169 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2170
2171         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2172         direntry, so that `info lilypond' goes to Top.
2173
2174         * scm/output-ps.scm (polygon): Fix: add spaces.
2175
2176         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2177         solutions are now optimal too.
2178
2179         * input/test/page-breaks.ly: New file.
2180
2181         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2182         functions into safe module.
2183
2184         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2185         end, prepend zeros.
2186
2187         * scm/output-*.scm: Use ly:number->string rather than
2188         number->string.  Makes for saner output.
2189
2190         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2191         Fixes feta-nummer, feta-din scaling.
2192
2193 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2194
2195         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2196
2197         * scm/music-functions.scm (descend-to-context): new
2198         function. Similar to context-spec-music.
2199         (make-time-signature-set): specify Score as descend-only. This
2200         fixes the polymetric.ly example.
2201
2202         * lily/context-specced-music-iterator.cc (construct_children): add
2203         support for descend-only context spec.
2204
2205         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2206         determine ez-notation letter. 
2207
2208         * lily/system.cc (get_line): start with dumping layer 3. This
2209         fixes ez notation.
2210
2211 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2212
2213         * input/test/title-markup.ly: Stress breaking harder.
2214
2215         * scm/page-layout.scm (height-score): Overfull page scores twice
2216         as bad as underfull (was: by a power).
2217         (walk-lines): Omit first walk-path round (breaking after new node,
2218         without lines).
2219
2220         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2221         diff values are negative.
2222         (output): Bugfix: treat negative vfill differently.
2223
2224         * Documentation/user/lilypond.tely (direntry): Add note about why
2225         `info lilypond' brings up `Invoking LilyPond' node.
2226
2227 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2228
2229         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2230
2231         * lily/paper-book.cc: Remove cruft.
2232         (output): Bugfix: put vfill between lines.
2233         (pages): Bugfix: set page vars needed for filling.
2234
2235         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2236         (was: @ar).
2237
2238         * scm/page-layout.scm: Further development.
2239
2240         * ly/declarations-init.ly (paper): Define page-breaking.
2241
2242 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2243
2244         * lily/note-head.cc (brew_ez_stencil): add note-names
2245         property. Provides internationalization for note names.
2246
2247         * Documentation/user/changing-defaults.itely (Creating contexts):
2248         new node.
2249
2250         * lily/grace-iterator.cc (process): descend to child for \grace.
2251
2252         * lily/timing-translator.cc (initialize): Timing_translator adds
2253         Timing alias by itself.
2254
2255         * lily/context.cc (add_alias): new function.
2256
2257         * scm/lily.scm (tex-output-expression): new function, eval within
2258         drawing API. Guards against eval vulnerabilities.
2259
2260         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2261
2262         * scm/output-ps.scm (scm): export lily drawing API.
2263
2264         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2265         throughout.
2266
2267 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * scm/page-layout.scm (optimal-page-breaking): New function.
2270         
2271         * lily/paper-book.cc (pages): Use it.
2272
2273 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2274
2275         * lily/include/paper-line.hh (class Paper_line): Full smob.
2276
2277 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2278
2279         * lily/global-context.cc (run_iterator_on_me): fix grace note
2280         nesting by initting measurePosition.
2281
2282         * lily/timing-translator.cc (initialize): do no init
2283         measurePosition
2284         
2285         * lily/include/music-output-def.hh (class Music_output_def): add
2286         input_origin_ field.
2287
2288         * Documentation/user/changing-defaults.itely (Changing context
2289         properties on the fly): new node.
2290
2291         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2292         function. Only have smobbed_copy (), and do not provide
2293         smobbed_copy() for non-simple smobs. Changes throughout.
2294
2295 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2296
2297         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2298         start_moment_. Fix by Doug A. Linhardt.
2299
2300 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2301
2302         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2303         accidentals for harmonic notes.
2304
2305         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2306         of different style. (Thanks to Doug Linhardt).
2307
2308         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2309         new node.
2310
2311 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2312
2313         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2314
2315         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2316         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2317         vim/lilypond-indent.vim: doc targets and deps in comments.
2318
2319 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2320
2321         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2322
2323         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2324
2325         * lily/include/paper-line.hh:
2326         * lily/include/paper-line.cc: New file.
2327
2328 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2329
2330         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2331
2332         * GNUmakefile.in: remove stray make out=www
2333
2334         * input/test/bagpipe.ly (gcdg): octave fixes.
2335
2336         * scm/define-markup-commands.scm (number): use font-encoding
2337         iso. font-family
2338
2339         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2340         font-encoding.
2341         
2342 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2343
2344         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2345         `output_format_global' and `PAGE_LAYOUT'.
2346
2347 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2348
2349         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2350         lily functions in safe mode.
2351
2352         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2353         Print filename for HTML, LATEX, before texidoc.
2354
2355         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2356         instructions in output-ps module.
2357
2358         * scm/lily.scm: Do not load output-ps module.
2359
2360         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2361         safe mode.
2362
2363 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2364
2365         * lily/span-dynamic-performer.cc (process_music): remove spurious
2366         warning.
2367
2368         * lily/context-def.cc (Context_def): init name to ""
2369
2370         * lily/font-interface.cc: add font-encoding property.
2371
2372         * scm/lily.scm (chain-assoc-get): bugfix.
2373
2374         * lily/paper-book.cc (stencil2line): protect static SCM.
2375
2376         * lily/font-interface.cc (text_font_alist_chain): rename function,
2377         and use text-font-defaults. 
2378
2379         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2380
2381         * scm/paper.scm (paper-set-staff-size): use new function.
2382
2383         * scm/new-font.scm (make-font-tree): new function.
2384
2385 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2386
2387         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2388
2389         * scm/lily.scm (get-output-module): New function.
2390         (output-alist): Remove ,ps-output-expression.
2391
2392         * scm/output-tex.scm (ps-output-expression): New function.
2393
2394         * scm/output-ps.scm (ps-output-expression): Remove.
2395         (header, start-page): Output page metadata.
2396
2397         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2398         initialise output_module_.  Do not write part of header.
2399         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2400         (output_header): Output full header.
2401
2402         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2403         FIXME.
2404
2405 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2406
2407         * scm/new-font.scm: new file. Tree based font lookup.
2408
2409         * scm/lily.scm (assoc-get): take default argument. Remove
2410         assoc-get-default.
2411         (chain-assoc-get): use chain-assoc-get everywhere.
2412
2413         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2414         autobeamsettings conversion bug.
2415
2416         * lily/include/global-context.hh (Context): clean-up data hiding.
2417
2418         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2419         data hiding.
2420
2421         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2422
2423         * input/regression/stem-shorten.ly: add chord case.
2424
2425         * lily/stem.cc (get_default_stem_end_position): shorten stems
2426         triggered by note-head positions, not by forced-direction. This
2427         fixes a bug with too short stems.  
2428  
2429 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2430
2431         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2432         Lilypond_snippet.output_latex): Always call output_print_filename.
2433
2434         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2435         expand pages.
2436
2437 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2438
2439         * scm/part-combiner.scm (make-autochange-music): switch rests
2440         before switched notes too.
2441
2442         * lily/figured-bass-engraver.cc (process_music): change calling
2443         convention.
2444
2445         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2446
2447         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2448         command.
2449
2450         * lily/include/stencil.hh (class Stencil): add origin field.
2451
2452         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2453         function.
2454
2455         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2456
2457         * lily/lexer.ll: remove support for \$ and $ in identifiers
2458
2459         * lily/sequential-iterator.cc: remove copy_grace_fixups
2460         (get_grace_fixup): slight abstraction of fixup code.
2461
2462         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2463
2464 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2465
2466         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2467         in insert-mode. add indenting rules.
2468
2469 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2470
2471         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2472         protect hack.
2473
2474         * scm/page-layout.scm:
2475         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2476         layout and titling should now match external latex based version.
2477
2478         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2479         header fields.
2480
2481         * ps/lilyponddefs.ps: Remove automatic page layout.
2482
2483         * scm/output-ps.scm (new-start-system): New interface function.
2484
2485         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2486
2487         * lily/paper-book.cc (output): Bugfix.
2488
2489 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2490
2491         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2492         
2493 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2494
2495         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2496         direntries.
2497
2498         * ps/lilyponddefs.ps: Bugfix.
2499
2500         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2501
2502 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2503
2504         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2505         cause. This should fix warnings.
2506
2507         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2508
2509         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2510         prevent aligned 6ths.
2511
2512         * lily/custos.cc (print): remove adjust-if-on-staffline.
2513
2514 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2515
2516         * lily/paper-book.cc: Do header and footer.
2517
2518 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2519
2520         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2521
2522         * scm/paper.scm (lineheight): Remove
2523         (head-sep, foot-sep): Add.
2524
2525 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2526
2527         * mf/feta-schrift.mf: reduce portato thickness.
2528
2529         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2530
2531         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2532         programming_error ().
2533
2534         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2535         bracket to last command column.
2536
2537         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2538         continues on next/prev system.
2539
2540         * input/regression/pedal-end.ly: new file.
2541
2542 2004-03-10  Werner Lemberg  <wl@gnu.org>
2543
2544         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2545         Remove pmx2ly stuff.
2546         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2547
2548 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2549
2550         * scm/page-layout.scm: New file.
2551
2552         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2553         settings.
2554         (Lilypond_snippet.is_outdated): Also check for PNG file.
2555         Workaround for interrupted (web) builds.
2556
2557         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2558
2559         * ps/lilyponddefs.ps: Use only very small top-marging.
2560         (init-paper): Also pop page size string.
2561         (start-page, stop-page): New function.
2562
2563         * scm/output-ps.scm (header-end): Remove stray exec commands.
2564
2565 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2566
2567         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2568
2569         * lily/score.cc (default_rendering): clean protection.
2570
2571         * lily/paper-book.cc (mark_smob): implement smob marking.
2572
2573         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2574
2575         * Documentation/user/*.itely: user manual edits. 
2576
2577 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2578
2579         * Documentation/user/converters.itely (Invoking musedata2ly):
2580         remove pmx2ly.
2581
2582         * scripts/pmx2ly: remove script.
2583         
2584 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2585
2586         * lily/score.cc (default_rendering): Protect paper-book members.
2587
2588         * lily/paper-def.cc (smobbed_copy): New method.
2589
2590         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2591         switch runtime.
2592
2593         * lily/include/music-output.hh (process): Change signature to
2594         return SCM.
2595
2596         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2597         method.
2598
2599         * lily/paper-score.cc (process): Return stencils rather than
2600         outputting directly.  Remove paper-book kludge.  Delete grobs.
2601         (output): Remove.
2602
2603         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2604
2605         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2606
2607         * lily/score.cc (default_rendering)
2608         (ly_render_output): Move adding paper-score two levels up.
2609
2610         * lily/system.cc (get_line):
2611         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2612
2613 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2614
2615         * scm/font.scm (paper20-font-vector): add more design sizes for
2616         number.
2617
2618         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2619         feta-nummber{5,7,11,13}.
2620
2621         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2622         for 12pt design size. 
2623
2624 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2625
2626         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2627
2628 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2629
2630         * lily/font-select.cc (properties_to_font_size_family): Fix
2631         warning message.
2632
2633         * Experimental PostScript latin1 encoding:
2634         
2635         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2636
2637         * scm/output-ps.scm: Experimental encoding using reencode-font.
2638         * scm/font.scm: Add latin1 `font-shape'.
2639         
2640         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2641
2642         * ps/lilyponddefs.ps (reencode-font): New function.
2643
2644         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2645
2646         * scm/output-tex.scm (start-page):
2647         (stop-page): New interface function.
2648
2649 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2650
2651         * lily/paper-outputter.cc (output_expr):
2652         (output_header):
2653         (output_line): New method.
2654
2655         * lily/system.cc (get_line):
2656         (get_lines): New method.
2657         (output_scheme):
2658         (output_line): Remove.
2659
2660         * scm/lily.scm (make-title): New function.
2661
2662         * lily/paper-book.cc: 
2663         * lily/include/paper-book.hh: New file.
2664
2665         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2666         ly-modules.hh).
2667
2668         * lily/ly-module.cc (ly_modules_lookup): New function.
2669
2670         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2671
2672         * scm/output-ps.scm (make-title): Remove.
2673         (output-scopes): Junk header-title test.
2674
2675 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2676
2677         * mf/feta-schrift.mf: thicker dot for portato.
2678
2679         * lily/accidental-placement.cc (position_accidentals): bugfix in
2680         offset, this fixes right-padding of AccidentalPlacement.
2681
2682         * lily/[h-z]*.cc: () formatting.
2683
2684         * Documentation/user/tutorial.itely (An orchestral part): more
2685         fixes for the tutorial.
2686
2687         * scm/translation-functions.scm (fraction-tuplet-formatter):
2688         reverse fraction.
2689
2690         * lily/parser.yy (context_def_spec_block): use \context instead of
2691         \translator.
2692
2693         * lily/[a-g].cc: () style cleanup.
2694
2695         * Documentation/user/tutorial.itely (Automatic and manual beams):
2696         editing of tutorial.
2697
2698 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2699
2700         * buildscripts/mf-to-table.py (base): write encoding name.
2701
2702 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2703
2704         * Documentation/user/GNUmakefile (local-install-info): Issue
2705         warning (for packager, ie, if not installing in /usr or /usr/local).
2706
2707         * lily/stencil-scheme.cc: 
2708         * lily/staff-symbol-referencer.cc: 
2709         * lily/script-column.cc: 
2710         * lily/pitch.cc: 
2711         * lily/music.cc: 
2712         * lily/grob-pq-engraver.cc: 
2713         * lily/font-interface.cc: 
2714         * lily/music-output-def.cc: 
2715         * lily/duration.cc: 
2716         * lily/grob-scheme.cc:
2717         * lily/context-scheme.cc: Put scheme name on first line in
2718         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2719         style cleanups.
2720
2721         * stepmake/stepmake/scm-vars.make: 
2722         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2723         Rename and split TAGS_FILES.
2724
2725         * GNUmakefile.in (ALL-TAGS): Remove.
2726         
2727         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2728         deeper TAGS files.  Fixes regexp tags in TOP dir.
2729
2730 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2731
2732         * VERSION: 2.1.29 released.
2733         
2734         * Documentation/user/changing-defaults.itely (Changing defaults):
2735         new file.
2736
2737         * Documentation/user/notation.itely (Notation manual): rename from 
2738         refman.itely
2739
2740         * Documentation/user/notation-appendices.itely (The Feta font):
2741         new file.
2742
2743         * Documentation/user/advanced.itely: add aborted attempt for
2744         advanced topics manual.
2745
2746 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2747
2748         * scm/new-markup.scm: display Markups in sane format. Patch by
2749         Nicolas Sceaux.
2750
2751 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2752
2753         * lily/main.cc: Cleanups.
2754         (setup_localisation): New function.
2755         (sane_putenv): Remove.
2756         (main_with_guile): New name (Was: main_prog).  Remove musings
2757         about possible preparation for GUILE heavy memory usage and
2758         practical uselessness.  Do not set environment variables
2759         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2760         name juggling.
2761         (parse_argv): New function.
2762         (copyright): New function.  It's 2004 already.
2763
2764         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2765         (distill_inname): Move from main.
2766
2767 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2768
2769         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2770
2771         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2772
2773         * Documentation/user/running.itely: new file.
2774
2775         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2776
2777         * lily/score-performer.cc (finish): call Translator::finalize ().
2778
2779 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2780
2781         * lilypond-ftpplugin.vim: renamed to the following file.
2782         * lilypond-ftplugin.vim: new file.
2783
2784         * GNUmakefile.in: update VIM_FILES.
2785
2786 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2787
2788         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2789         props.
2790
2791         * input/test/tie-sparse.ly: remove.
2792
2793         * lily/tie-performer.cc (try_music): copy & paste from
2794         Tie_engraver.
2795
2796         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2797         variable_ref twice.
2798
2799         * lily/key-performer.cc (create_audio_elements): use
2800         alterations-in-key.
2801
2802         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2803
2804 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2805
2806         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2807         handle also quarter tones (not shown as tests). test also flats.
2808
2809         * Documentation/index.html.in: small fixes.
2810
2811 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2812
2813         * input/regression/new-markup-scheme.ly: Typo.
2814
2815         * scm/define-markup-commands.scm (fill-line): New markup.
2816
2817         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2818         (output-paper-def): Fix alignment.
2819         (make-title): Fix height/width scaling.
2820
2821         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2822
2823         * input/test/title-markup.ly: Add remaining titles.  Layout and
2824         font size fixes.  Add simplistic latin1 test.
2825
2826 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2827
2828         * input/test/nested-groups.ly: remove. move content (to next). 
2829         * input/test/staff-bracket.ly: replace content (from prev), this 
2830         has been already in templates.
2831
2832 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2833
2834         * stepmake/autogen.sh: Only issue warning about running configure
2835         without arguments when autogen.sh will actually be running
2836         configure.
2837
2838 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2839
2840         * scm/new-markup.scm (stack-stencil-line): robustness.
2841
2842         * scm/define-markup-commands.scm (simple): robustification of
2843         simple-markup.
2844
2845         * Documentation/user/music-glossary.tely (Top): change central C
2846         to middle C.
2847
2848         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2849
2850 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2851
2852         * input/test/title-markup.ly (spaceTest): Add.
2853
2854         * lily/text-item.cc (interpret_markup): Make line markup from
2855         multi word markup.
2856
2857         * scm/define-markup-commands.scm (word): New markup command.
2858         (simple): Use it.
2859
2860         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2861
2862 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2863
2864         * vim/ftplugin/lilypond.vim:
2865         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2866         show matching paren in insert mode.
2867
2868 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2869
2870         * scm/output-ps.scm (make-title, output-scopes): Further
2871         development.
2872
2873         * input/test/title-markup.ly: New file.
2874
2875         * ps/lilyponddefs.ps: Disable PostScript titling.
2876
2877         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2878
2879 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2880
2881         * lily/arpeggio.cc (width_callback): remove padding.
2882  
2883         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2884
2885         * scm/define-music-types.scm: remove make-music-by-name.
2886
2887         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2888
2889 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2890
2891         * lily/paper-score.cc (process): Output titles using make-title.
2892
2893         * scm/output-ps.scm (output-stencil): Display directly instead of
2894         constructing string.
2895         (make-title): New function.
2896
2897 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2898
2899         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2900         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2901         Move documentation of LaTeX packages for latin1 characters to the
2902         lilypond-book manual.
2903
2904 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2905
2906         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2907
2908         * vimrc: add menu in console and shortcut <F10> for it.
2909
2910         * vim/:
2911         * vim/compiler/:
2912         * vim/syntax/:
2913         * vim/indent/:
2914         * vim/ftplugin/: new directories.
2915         
2916         * vim/filetype.vim: new file.
2917
2918         * lilypond.vim: remove files (see next).
2919         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2920
2921         * vimrc: remove file (see next).
2922         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2923
2924         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2925         add header. apply bindings only locally.
2926
2927         * vim/indent/lilypond.vim: new file.
2928
2929         * vim/ftplugin/lilypond.vim: remove errorformat.
2930         * vim/compiler/lilypond.vim: new file for errorformats.
2931
2932         * Documentation/topdocs/INSTALL.texi: give easier orders.
2933
2934         * ROADMAP: add vim/
2935
2936 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2937
2938         * Documentation/user/introduction.itely (Introduction): Use @image
2939         iso @html <img...>.  Add workaround for images in columns in info.
2940
2941         * stepmake/aclocal.m4: Store computed version in variable.
2942
2943         * configure.in: Export MAKEINFO_VERSION.
2944
2945         * config.make.in (MAKEINFO_VERSION): Add.
2946
2947         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2948
2949         * Documentation/user/GNUmakefile: Only build info with images when
2950         building web.
2951
2952         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2953
2954         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2955         stuff from documentation-targets.make
2956
2957 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2958
2959         * VERSION: 2.1.28 released
2960         
2961         * scripts/convert-ly.py (conv): 
2962
2963 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2964
2965         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2966         \arpeggioBoth. redefine \arpeggioBracket.
2967
2968         * Documentation/user/refman.itely: document new arpeggio
2969         functions.
2970
2971         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2972
2973         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2974
2975         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2976
2977 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2978
2979         * Documentation/user/introduction.itely (Automated engraving):
2980         rewrite introduction using website text.
2981
2982 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2983
2984         * scm/*.scm: make-music-by-name is replaced by make-music, which
2985         also accept music property settings, eg:
2986           (make-music 'TextScriptEvent 'direction DOWN 'text
2987               (make-simple-markup x))
2988
2989         Patch courtesy Nicolas Sceaux
2990
2991         * lily/beam-quanting.cc: cleanup, separate counts for left and
2992         right beam ends.
2993
2994         * lily/side-position-interface.cc (quantised_position): also
2995         quantize staccato position for forced stem directions. 
2996
2997 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2998
2999         * scm/*.scm: Patch by Nicolas Sceaux: 
3000
3001         * scm/music-functions.scm: ly:grob-property and ly:music-property
3002         are made procedure with setters.
3003
3004         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3005         
3006 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3007
3008         * input/test/[t-v]*.ly: finish rewriting texidocs.
3009
3010         * input/test/vaticana.ly: remove.
3011         * input/test/ligature-vaticana.ly: new, renamed file name.
3012
3013         * input/test/stem-centered.ly: remove.
3014         * input/test/mensural-note-heads.ly: new file. take content from
3015         removed file stem-centered.ly.
3016
3017         * input/test/scales-greek.ly: simplify.
3018
3019         * input/test/s*.ly: reformulate texidocs.
3020         
3021         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3022         of missing features.
3023
3024 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3025
3026         * input/test/[j-o]*.ly: update texidocs.
3027
3028 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3029
3030         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3031
3032         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3033         images.
3034
3035         * Documentation/user/lilypond.tely (@direntry): Update.
3036
3037         * stepmake/stepmake/documentation-targets.make
3038         (install-info,uninstall-info): Install into $(package_infodir).
3039         Install images.  Run install-info to update dir.
3040
3041         * config.make.in (package_infodir): Add.
3042
3043         * Documentation/user/GNUmakefile (info-with-images,
3044         local-install-info, local-uninstall-info): New target.
3045
3046 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3047
3048         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3049         gap/threshold.
3050
3051         * lily/beam-quanting.cc (score_slopes_dy): remove
3052         ROUND_TO_ZERO_SLOPE kludge.
3053
3054         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3055
3056         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3057
3058         * lily/global-context.cc (Global_context): alway accept Score
3059         (run_iterator_on_me): cast Context to Score_context, not
3060         Context_def.
3061
3062         * Documentation/user/refman.itely: documentation patch by Edward
3063         Sanford Sutton.
3064
3065         * mf/GNUmakefile: unset sauter-fonts.
3066
3067 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3068
3069         * scripts/lilypond-book.py (output_texinfo): Output @image
3070         descriptions for info too.
3071
3072         * input/test/chord-names-jazz.ly: 
3073         * input/test/embedded-scm.ly: Clarify.
3074
3075         * input/test/cautionaries.ly: Typo.
3076
3077         * lily/input-smob.cc (ly_input_location): Compile fix.
3078
3079 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3080
3081         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3082
3083         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3084         fixes problems with system defaults being reverted with \override
3085         on Score level.
3086
3087         * lily/global-context.cc (Global_context): apply property-ops to
3088         Global_context too. 
3089
3090 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3091
3092         * scm/output-ps.scm (stencil->string): Rewrite.
3093
3094 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3095
3096         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3097         impersonal style.
3098
3099 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3100
3101         * lily/input-smob.cc (ly_input_location: New function.
3102
3103         * scm/define-markup-commands.scm (upright): New markup command.
3104
3105         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3106
3107         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3108
3109         * scm/output-ps.scm (output-stencil): New function.
3110
3111         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3112         of snippet types; fixes @ignore and @verbatim blocks.
3113
3114 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3115
3116         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3117         to a file in printed documentation, instead, refer either to a 
3118         syntax or to an output.
3119
3120 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3121
3122         * input/regression/beam-center-slope.ly: Add test.
3123
3124 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3125
3126         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3127         (SAUTER_FONTS): Reinstate.
3128
3129         * scm/define-markup-commands.scm (caps): New markup command.
3130
3131         * scm/output-ps.scm (output-scopes): Experimental markup output.
3132
3133         * scm/: Add missing headers.
3134
3135         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3136
3137         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3138
3139 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3140
3141         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3142         Stray style cleanups.
3143
3144 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3145
3146         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3147         no dot combination.
3148
3149         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3150         substitute \override Staff.autoBeamSettings too
3151
3152         * Documentation/user/tutorial.itely: proofreading fixes by David
3153         Bobroff
3154
3155 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3156
3157         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3158
3159         * ps/music-drawing-routines.ps: 
3160         * ps/lilyponddefs.ps: Add end markers.
3161
3162 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3163
3164         * VERSION: 2.1.27 released.
3165         
3166         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3167
3168         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3169         obey documentation.
3170
3171 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3172
3173         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3174
3175         * scm/output-ps.scm: Resurrect.
3176         
3177         * scm/output-tex.scm: Minimal cleanups.
3178
3179         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3180
3181         * make/ly-rules.make: Remove any broken lily-*.tex files before
3182         lilypond-book run.
3183
3184         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3185         comment.
3186
3187         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3188         Enabled by default, may save 10% compile time.
3189
3190 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3191
3192         * lily/lyric-phrasing-engraver.cc: remove
3193         
3194         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3195         longer necessary. 
3196
3197         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3198         so lyric-phrasing-engraver is no longer necessary.
3199
3200         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3201         Grob_pq_engraver from Staff.
3202
3203         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3204         busyGrobs directly.
3205
3206         * input/regression/quote-transposition.ly: new file.
3207
3208         * lily/recording-group-engraver.cc (stop_translation_timestep):
3209         store instrumentTuning too. 
3210
3211         * lily/quote-iterator.cc (process): transpose events using
3212         instrumentTuning.
3213
3214         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3215         -> \tuning <pitch>
3216
3217         * lily/parser.yy (command_req): add \tuning command for setting
3218         instrument tuning of staff.
3219
3220         * Documentation/user/GNUmakefile
3221         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3222
3223         * Documentation/user/refman.itely (Customized accidental rules):
3224         typo.
3225
3226 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3227
3228         * Documentation/user/music-glossary.tely: remove the missing norwegian
3229         translation; they can be put in later properly.
3230
3231 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3232
3233         * lily/recording-group-engraver.cc (start_translation_timestep):
3234         init Recording_group_engraver twice.
3235
3236 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3237
3238         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3239         stray style cleanups:
3240
3241         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3242         -Wmissing-prototypes.
3243
3244         * flower/include/killing-cons.tcc (Killing_cons): Add template
3245         specifier for car_.
3246
3247         * flower/include/parray.hh (binsearchs): Add template specifier
3248         for maxkey.
3249
3250         * flower/include/interval.hh: Declare elem () with template specfier.
3251
3252 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3253
3254         * elisp/lilypond-indent.el (get-buffer-size): add customization
3255         groups for several variables (Reuben Thomas).
3256
3257 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3258
3259         * Documentation/user/invoking.itexi (Point and click): add index
3260         entry.
3261
3262         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3263         go under beam.
3264
3265         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3266         sarabande beam. 
3267
3268         * flower/warn.cc (programming_error): cross fingers not thumbs.
3269
3270         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3271         staff-position is set.
3272
3273         * VERSION: release 2.1.26 
3274         
3275         * scm/chord-entry.scm (construct-chord): process transposition
3276         after processing explicit-11.  
3277
3278 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3279
3280         * lily/parser.yy (add_quote): add syntax for adding quotes:
3281         \addquote "id-string" Music
3282
3283         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3284
3285         * scripts/convert-ly.py (conv): add rules for name changes.
3286
3287         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3288         music/context/grob property functions. Internally, use
3289         get_property() and set_property() for both.
3290
3291 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3292
3293         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3294         for Emacs <= 20 (Laurent Martelli).
3295
3296 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3297
3298         * lily/parser.yy (command_element): extract quoted vector in
3299         parser.
3300
3301         * input/regression/quote.ly: new file.
3302
3303         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3304
3305         * lily/parser.yy (command_element): \quote DURATION NAME: support
3306         cue notes. 
3307
3308         * lily/quote-iterator.cc (class Quote_iterator): new file.
3309
3310 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3311
3312         * lily/auto-beam-engraver.cc (try_music): accept and process
3313         beam-forbid-event.
3314
3315         * input/regression/auto-beam-no-beam.ly: new file.
3316
3317 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3318
3319         * lily/accidental.cc (print): Change font-relative-size ->
3320         font-size. Fixes cautionary-style = smaller.
3321
3322 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3323
3324         * lily/system-start-delimiter.cc (staff_brace): remove
3325         font-relative-size
3326
3327         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3328         forgotten with scm_list_n. Fixes spurious coredumps.
3329
3330         * lily/accidental-engraver.cc (stop_translation_timestep): move
3331         update of localKeySignature to stop_translation_timestep (). This
3332         makes sure that all ties are noticed at the right moment.
3333         (stop_translation_timestep): clear tie only when right-side
3334         notehead was seen.
3335         (number_accidentals_from_sig): cleanup. 
3336
3337         * input/regression/accidental-tie.ly (mus): new file
3338
3339         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3340         these longish tests.
3341
3342 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3343
3344         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3345
3346         * THANKS: update bugreporter list.
3347
3348         * lily/beam.cc (print): broken beams last until end of staff.
3349         (print): broken beams start from prefatory matter.
3350
3351         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3352
3353         * lily/paper-score.cc (process): dump header only once.
3354
3355         * lily/paper-outputter.cc (Paper_outputter): move logic into
3356         Scheme.
3357
3358         * scm/output-tex.scm (output-scopes): new function.
3359         (output-paper-def): new function
3360         (tex-string-def): new function
3361         (symbol->tex-key): new function
3362
3363         * scripts/convert-ly.py (conv): add rule for | ~
3364
3365 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3366
3367         * input/regression/{many}.ly: refresh, trying to guess how
3368         it was designed.
3369
3370 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3371
3372         * VERSION: release 2.1.25
3373
3374         * scm/define-translator-properties.scm
3375         (all-user-translation-properties): add printOctaveNames
3376
3377         * ly/engraver-init.ly: remove Note_event_swallower from
3378         NoteNamesContext.
3379
3380         * lily/note-name-engraver.cc (process_music): new property
3381         printOctaveNames
3382
3383         * lily/context.cc (find_existing_context): remove support for
3384         Current.
3385
3386         * scm/music-functions.scm (set-accidental-style): new function;
3387         duplicate accidental macros.
3388
3389         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3390
3391         * lily/note-name-engraver.cc (process_music):
3392         process_acknowledged_grobs () -> process_music ()
3393
3394         * scm/part-combiner.scm (determine-split-list): robustification.
3395
3396 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3397
3398         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3399         lines for falling into beam-gap.
3400         (score_forbidden_quants): check all staff lines for falling in
3401         beam gaps.
3402
3403         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3404         key/clef/time signatures. 
3405
3406         * input/test/ossia.ly: revise example.
3407
3408         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3409         cleanup.
3410         
3411         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3412         comply to Scheme standard.  Remove ly:get-paper-variable
3413
3414 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3415
3416         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3417
3418 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3419
3420         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3421         properties from Voice context. This fixes accidental size for
3422         staff-switches during grace contexts.
3423
3424         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3425         if necessary. Else, simply wipe dots.
3426
3427         * input/test/beam-alternate.ly: new file
3428
3429         * input/test/piano-staff-distance.ly: new file.
3430
3431         * lily/translator-group.cc (recurse_down_translators): use
3432         Direction for bottom-up/top-down.
3433
3434         * lily/include/translator.hh (class Translator): add
3435         process_music() and do_announces(). This obviates
3436         recurse_down_{engravers,performers}.
3437
3438         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3439         \melisma and \melismaEnd
3440
3441         * lily/melisma-engraver.cc (process_music): change to
3442         Melisma_translator, unify with performer. Accept
3443         ManualMelismaEvent.
3444
3445         * ly/engraver-init.ly: add Font_size_engraver.
3446
3447 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3448
3449         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3450         it hara-kiri.
3451
3452         * input/regression/{many}.ly: improve descriptions trying to figure
3453         out what is tested.
3454
3455 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3456
3457         * lily/slur.cc (broken_trend_offset): robustness fix.
3458
3459         * VERSION: release 2.1.24
3460
3461         * lily/context.cc (find_create_context): go to Score if it exists.
3462
3463         * lily/context-scheme.cc: new file.
3464
3465         * lily/score-translator.cc (get_output): new file.
3466
3467         * lily/include/grob-info.hh: origin_contexts() now does not
3468         include the originating engraver
3469
3470         * lily/translator-group.cc (translator_each): clean up contents,
3471         remove superfluous stubs. Engraver_group_engraver and
3472         Performer_group_performer are the only classes using multiple
3473         inheritance.
3474
3475         * lily/include/score-context.hh (class Score_context): interface
3476         between Score_{engraver,performer} and Global_context.
3477
3478         * lily/include/global-context.hh (Context): change from
3479         global-translator. This is the entry point for contexts; it is not
3480         tweakable using \translator{}. Score is no longer the top context,
3481         but sits underneath Global.
3482
3483         * lily/include/context.hh (class Context): brain surgery: split
3484         out Context functionality from Translator_group. Context is now a
3485         separate type from Translator.
3486
3487 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3488
3489         * lily/include/translator.hh (class Translator): make
3490         get_score_context() and get_global_translator (), and use the one
3491         which is appropriate.
3492
3493         * lily/context.cc: partially put functionality of Translator_group
3494         into Context.
3495
3496         * lily/include/context.hh (Translator): new class: put between
3497         Translator and Translator_group. 
3498
3499         * lily/new-accidental-engraver.cc: remove file.
3500
3501 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3502
3503         * input/regression/{many}.ly: improve descriptions: use complete 
3504         sentences, try to describe what is tested, avoid `we´, do not use 
3505         don't, ... 
3506
3507 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3508
3509         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3510         is at EOL.
3511
3512         * Documentation/user/lilypond.tely: declare the topmost node only
3513         once; removes empty line in @contents.
3514
3515         * Documentation/user/music-glossary.tely: really add Finnish author.
3516         Draw more beatiful `->´ arrow in html: &rarr;
3517
3518 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3519
3520         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3521
3522         * scripts/convert-ly.py (conv): add ly:music-list  change.
3523
3524         * lily/grob.cc: edit doc string.
3525
3526         * scm/define-grob-properties.scm (all-user-grob-properties):
3527         proofreading, editing of doc strings.
3528
3529         * input/regression/tablature-string-tunings.ly: new file.
3530
3531         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3532         listen to stringTunings
3533
3534         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3535         for self-alignment-[XY] code.
3536  
3537 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3538
3539         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3540         cond) into function. Cleanup.
3541
3542         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3543         
3544         * VERSION (PACKAGE_NAME): 2.1.23 released
3545
3546 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3547
3548         * Documentation/user/{refman,internals}.itely: small fixes.
3549
3550 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3551
3552         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3553         accidentals for harmonic notes
3554
3555         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3556         for harmonic notes.
3557
3558         * scm/document-backend.scm (interface-doc): prune Grob
3559         documentation: don't duplicate interface information.
3560
3561         * lily/*.cc: lots of updates of doc strings.
3562
3563 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3564
3565         * input/test/ac-extra-voice.ly (accompany): remove file.
3566
3567         * input/test/maximum-rest-count.ly: remove file.
3568
3569         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3570         conversion rule for \translator { }. Apply everywhere.  
3571
3572         * lily/parser.yy (music_property_def): set property for \once in
3573         the PropertyMusic itself, not the ContextSpec.
3574         (property_operation): change syntax within \translator { }
3575
3576         * scm/define-music-properties.scm (all-music-properties): clean up.
3577
3578         * lily/auto-beam-engraver.cc (test_moment): use
3579         updated_grob_properties() to retrieve autoBeam settings.
3580
3581         * lily/spacing-spanner.cc: bound shortest_playing_len by
3582         measure_length
3583
3584         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3585         multi-measure events for spacing computation.
3586
3587         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3588         elliptical, to 1.49.
3589
3590         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3591         vertical positioning for polyphony, without RestCollision object.
3592
3593         * lily/note-column.cc (add_head): prevent rests & note heads on
3594         one stem.
3595
3596         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3597         (do_shift): rewrite only-rests case: use common refpoints: the
3598         routine will have sensible results when other rest-translations
3599         have taken place.
3600
3601         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3602         < 0 case. 
3603
3604         * VERSION: 2.1.22 released
3605         
3606         * input/GNUmakefile (SUBDIRS): remove ascii-art
3607
3608 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3609
3610         * input/: Convert ly files that still had \property.  Fixes make
3611         web.  Remove exta spaces around '='. 
3612
3613         * scripts/convert-ly.py (conv): Redundant space fixes.
3614
3615         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3616
3617 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3618
3619         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3620         create scalable PS and PDFs  for input/{test,template,regression}.
3621
3622         * lily/context.cc (is_alias): move function.
3623         (is_alias): add Bottom as context alias. 
3624         (find_create_translator): add Bottom as a context alias for creation.
3625
3626         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3627
3628         * lily/parser.yy (music_property_def): new syntax for property
3629         assignments:
3630
3631         \set A.B = #C , \unset A.B
3632         \override A.B #C = #D, \revert A.B #C 
3633
3634         * lily/my-lily-lexer.cc: remove \property
3635
3636 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3637
3638         * Documentation/user/refman.itely: add dots after seealso refs.
3639
3640         * input/template/{many}.ly: harmonise descriptions.
3641
3642         * Documentation/user/music-glossary.itely: add Finnish author.
3643
3644 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3645
3646         * VERSION (PACKAGE_NAME): release 2.1.21
3647
3648 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3649
3650         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3651
3652         * scripts/lilypond-book.py (snippet_res): @include filename must
3653         not be empty.
3654
3655 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3656
3657         * scm/documentation-generate.scm (markup-doc-string): dump
3658         markup-commands.tely
3659
3660         * scm/define-markup-commands.scm (override): new file.
3661         Move documentation from refman into doc-strings. 
3662
3663         * input/test/staff-container.ly: fix example.
3664
3665         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3666         StaffContainer
3667
3668         * lily/grob.cc: remove point_dimension_callback
3669         (Grob): read forced dimensions from X-extent and Y-extent.
3670         (get_paper): remove preset_extent.
3671
3672         * scm/define-grobs.scm (all-grob-descriptions): remove
3673         point_dimension_callback. 
3674
3675         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3676         textscript to head. This makes no-spacing-rods work on
3677         DynamicText.
3678
3679         * lily/chord-name.cc: remove props chord, bass, inversion.
3680
3681         * Documentation/user/appendices.itely: add Scheme functions,
3682         context-properties and layout properties to manual.
3683
3684         * scm/part-combiner.scm (determine-split-list): include rests in a
3685         solo1/2 sequence.
3686
3687         * lily/new-part-combine-iterator.cc (substitute_both): new
3688         function.
3689         (class New_pc_iterator): add separate Voice=solo context, fixes
3690         autobeams going from chords to solo.
3691
3692 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3693
3694         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3695
3696         * Documentation/user/tutorial.itely:
3697         * Documentation/user/refman.itely: Add short note about being part
3698         of lilypond.tely.
3699
3700         * COPYING: Make note more clear with respect to files that are
3701         explicitely licenced otherwise (Documention/user/ comes to mind).
3702         
3703         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3704         comment about barfing of @c,{}.
3705
3706         * Documentation/user/music-glossary.tely: Add list of authors.
3707
3708         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3709         source (was: also in build log).
3710
3711 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3712
3713         * lily/side-position-interface.cc (general_side_position): if
3714         staff-padding is set, then include staff in support too.
3715
3716         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3717         module workbook
3718
3719         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3720
3721         * lily/tuplet-engraver.cc: remove tupletInvisible
3722
3723         * scm/define-translator-properties.scm: cleanup, separate in
3724         internal and user props. 
3725
3726         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3727         LyricsVoice -> Lyrics
3728
3729         * lily/new-part-combine-iterator.cc (process): only print warning
3730         for symbols.
3731
3732 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3733
3734         * scm/part-combiner.scm: Add proper header.
3735
3736         * All but lily/*: The great --2003 --2004 replace; the missing
3737         `bits'.
3738
3739         * TODO: Fix outline mode.  Add book notes.
3740
3741         * ROADMAP: Update.
3742
3743 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3744
3745         * scm/part-combiner.scm (make-autochange-music): use
3746         accumulator. Fixes stack overflow.
3747
3748         * lily/*: rename brew_molecule -> print , molecule-callback ->
3749         print-function
3750
3751         * scm/define-grob-properties.scm: cleanup. Separate into internal
3752         and user properties.
3753
3754         * lily/translator-property.cc (updated_grob_properties): new
3755         function
3756         (execute_pushpop_property): change to new convention:
3757         object property inits are stored as (cons ALIST BASED-ON). This
3758         storage format allows concurrent tweaks in different contexts.
3759
3760 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3761
3762         * TODO: new file.
3763
3764 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * debian/: Late Debian update (sorry Anthony).
3767
3768         * scripts/lilypond-book.py (do_file): Look for input_file in
3769         include path, or ask kpathsea if LATEX.
3770
3771         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3772         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3773         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3774         --header=texidoc.
3775
3776         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3777         relative.
3778
3779         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3780         only when filtering, default to input_base otherwise.  Coding
3781         style fixes.
3782
3783 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3784
3785         * lily/include/translator.hh (class Translator): add virtual
3786         qualifier.
3787
3788 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3789
3790         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3791
3792 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3793
3794         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3795
3796         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3797         (fixes make web).
3798
3799         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3800         live in $(out)-www).
3801
3802         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3803         dependencies.  Add link to .ly source in HTML output.
3804         (Lilypond_snippet.output_html): Handle multiple page picture
3805         output.
3806         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3807         Make usable for output_texinfo again.
3808
3809         * Documentation/user/GNUmakefile: Add static dependency for
3810         lilypond.tely includes.
3811
3812         * Documentation/user/tutorial.itely: Add some lost `relative'
3813         ly-options.
3814
3815 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3816
3817         * lily/include/translator-group.hh: move Music_output_def member
3818         to Global_translator.
3819
3820         * scripts/lilypond-book.py (do_file):  fix latex output.
3821
3822         * VERSION: release 2.1.20
3823         
3824         * scm/part-combiner.scm (determine-split-list): robustness fix 
3825
3826         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3827
3828         * lily/parser.yy (music_output_def_body): plug memory leak.
3829
3830         * lily/translator-group.cc (add_fresh_group_translator): plug
3831         memory leak: unprotect Translator_group once added.   
3832
3833         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3834
3835         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3836         write .dep file.
3837         (Lilypond_snippet.ly): add \renameinput.
3838
3839 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3840
3841         * Documentation/user/refman.itely (Markup command definition): Doc
3842         by Nicolas Sceaux. Rewrite by Han-Wen
3843
3844         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3845         thing of the line.
3846         (brew_molecule): only remove if hyphen is not at the end of line.
3847         (set_spacing_rods): new function: minimum-length specifies
3848         distance between syllables.
3849
3850         * scm/define-grobs.scm (all-grob-descriptions): add
3851         Hyphen_spanner::set_spacing_rods to LyricHyphen
3852
3853         * input/regression/lyric-hyphen-break.ly: new file.
3854
3855         * input/test/lyric-hyphen-retain.ly: new file.
3856
3857         * lily/new-part-combine-iterator.cc (construct_children):
3858         add Rest direction.
3859
3860 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3861
3862         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3863
3864         * Documentation/bibliography/engraving.bib (donemus1982):
3865         update entry.
3866
3867 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3868
3869         * scripts/lilypond-book.py (Substring.__init__): new class.
3870         (Snippet.output_texinfo): add texidoc option.
3871         (Include_snippet.replacement_text): new class.
3872         (Lilypond_snippet.__init__): new class
3873         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3874
3875         * Documentation/user/refman.itely (Sound): 
3876         note about number of channels.
3877
3878         * scm/music-functions.scm (voicify-music): add \context Staff for
3879         << \\ >> polyphony.
3880
3881         * lily/parser.yy (verbose_command_req): \skip now creates
3882         SkipMusic, and does not lead to spurious staves.
3883
3884         * scm/define-music-types.scm (music-descriptions): rename
3885         NonEventSkip to SkipMusic
3886
3887         * input/no-notation/midi-lyric-barcheck.ly: new file.
3888
3889         * input/regression/collision-dots-invert.ly: new file.
3890
3891         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3892         case.
3893
3894         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3895         die if melody died too.
3896
3897 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3898
3899         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3900         with reading from stdin.
3901
3902         * lily/slur-performer.cc (try_music): new file.
3903
3904         * lily/melisma-performer.cc (try_music): new file. Handle
3905         melismata to help lyrics.
3906
3907         * lily/beam-performer.cc (try_music): new file. Handle beam events
3908         to help lyrics.
3909
3910         * lily/score-performer.cc (one_time_step): reinstate
3911         process_music().
3912
3913         * lily/performer.cc (process_music): add to interface.
3914
3915         * lily/performer-group-performer.cc (process_music): new function.
3916
3917         * lily/dot-column.cc (do_shifts): do collision resolution before
3918         dot positioning.
3919         
3920         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3921         file, process printfilename option.
3922         (Snippet.__init__): rewrite: do not use global variables h or
3923         index.
3924         (main): really support -I option.
3925         (find_toplevel_snippets): new code.
3926         (find_toplevel_snippets): reinstate old version, without global
3927         variables.
3928
3929         * tex/texinfo.tex: really add file.
3930         
3931 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3932
3933         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3934         compatibility.
3935
3936 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3937
3938         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3939
3940         * scm/define-translator-properties.scm (drumPitchTable): add
3941         property.
3942
3943         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3944         function.
3945         (help_summary): docstrings.
3946         (do_file): strip the dir of input_base too.
3947
3948 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3949
3950         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3951
3952         * Documentation/user/lilypond-book.itely: Update.
3953
3954         * make/ly-rules.make: Update lilypond-book commands.
3955
3956         * Documentation/user/GNUmakefile: Update makeinfo commands,
3957         lilypond-book flags.
3958
3959         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3960         
3961         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3962
3963         * scripts/filter-lilypond-book.py: Remove.
3964
3965         * Documentation/user/*tely: Update options for new lilypond-book.
3966
3967         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3968         with @macros in @includes.
3969
3970 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3971
3972         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3973         make rest-collision only.
3974
3975         * lily/break-substitution.cc (substitute_one_mutable_property):
3976         clear all-elements using scm_assq_remove_x(). 
3977
3978         * lily/rest-collision.cc (do_shift): shift single rests
3979
3980         * flower/include/array.hh (class Array): rename to is_empty ()
3981
3982         * lily/drum-note-performer.cc: new file: perform drum notes.
3983
3984         * VERSION (PACKAGE_NAME): release 2.1.19.
3985         
3986 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3987
3988         * scripts/filter-lilypond-book.py
3989         (classic_lilypond_book_compatibility): New function.
3990
3991 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3992
3993         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3994
3995         * Grand 2003 -> 2004 search replace. 
3996
3997         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3998         (i.e. < > )
3999
4000         * ly/performer-init.ly: add DrumStaff
4001
4002         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4003         lyric-interface; this prevents lines with only extender lines from
4004         being junked.
4005  
4006         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4007
4008         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4009         extenders right, for once and for all (hopefully).
4010         
4011         * lily/break-substitution.cc (substitute_one_mutable_property):
4012         clear old 'all-elements for System grobs.
4013
4014         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4015         that associatedVoiceContext is always assigned when music & lyrics
4016         are found. 
4017
4018         * ly/engraver-init.ly: remove Lyrics context.
4019         (TabVoice): add noteheads engraver
4020
4021         * input/test/improv.ly: update: do not use Thread switching. 
4022
4023         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4024         squashedPosition is a number  
4025
4026         * Documentation/user/refman.itely (Automatic note splitting):
4027         remove Thread references.
4028
4029         * input/no-notation/pc-direction.ly: remove file.
4030
4031         * ly/engraver-init.ly: remove Thread
4032
4033         * input/regression/tie-chord-partial.ly: remove file.
4034
4035         * scripts/convert-ly.py (conv): \harmonic rule
4036
4037         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4038         notation for harmonic notes: <c' g''\harmonic>
4039
4040         * lily/lily-guile.cc (alist_to_hashq): new function
4041
4042         * scm/lily.scm (alist->hash-table): new function.
4043
4044         * Documentation/user/refman.itely (Percussion staves): update doco.
4045
4046         * input/regression/drums.ly (timb): updates
4047
4048         * lily/note-performer.cc (create_audio_elements): robustness fix.
4049
4050         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4051
4052 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4053
4054         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4055         discard valid matches.
4056
4057 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4058
4059         * lily/drum-note-engraver.cc: new file.
4060
4061         * ly/drumpitch-init.ly: move drum definitions
4062
4063         * scm/drums.scm: remove file.
4064
4065         * lily/*.cc: remove abort-event everywhere.
4066
4067         * lily/note-heads-engraver.cc (process_music): robustification.
4068
4069         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4070         robustification.
4071
4072         * lily/parser.yy (simple_element): add \drums mode.
4073         (simple_element): remove \pitchnames , \chordmodifiers. Use
4074         variables to store this. 
4075
4076         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4077         outside \notes.
4078
4079         * VERSION: release 2.1.18.
4080         
4081         * input/test: remove octave-duplicate.ly
4082
4083 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4084
4085         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4086
4087 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4088
4089         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4090         constructor from Music_iterator. Changes throughout.
4091
4092         * lily/include/music-iterator.hh (class Music_iterator): remove
4093         Music_iterator::skip and Music_iterator::get_pending_events from
4094         interface. Rename report_to -> get_outlet 
4095
4096         * lily/auto-change-iterator.cc: move contents from
4097         new-auto-change-iterator.cc from
4098
4099         * scm/part-combiner.scm: determine split-list from Scheme. 
4100
4101         * lily/new-auto-change-iterator.cc (process): new file.
4102
4103         * lily/parser.yy (part_combined_music): remove old PC cruft.
4104
4105         * ly/engraver-init.ly: remove old
4106         PC cruft.
4107
4108         * Documentation/user/refman.itely (The Lyrics context): note about
4109         extender lines.
4110
4111         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4112         to allow 0-length mmrest events.
4113
4114         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4115
4116         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4117
4118         * lily/spacing-engraver.cc (finalize): robustifications.
4119
4120         * input/regression/new-part-combine-solo-global.ly: new file.
4121
4122         * scm/part-combiner.scm: rewrite.
4123
4124 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4125
4126         * Documentation/user/refman.itely, input/puer-fragment.ly,
4127         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4128         updated for proper use of lyricsto; replaced "(" and ")" ->
4129         "\melisma" and "\melismaEnd"
4130
4131         * input/test/ancient-font.ly: small updates to reduce compile
4132         warnings (TODO: junk this file)
4133
4134         * input/test/gregorian-scripts.ly: added comment about bug
4135
4136         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4137         tiny robustness fix
4138
4139         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4140         recent changes in the feta code); temporarily mapped mensural g
4141         clef to a copy of petrucci g clef until mensural g clef will have
4142         been rewritten
4143
4144         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4145         between mensural and neo-mensural heads (this broke quite a while
4146         ago)
4147
4148         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4149
4150 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4151
4152         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4153         indication.  Fixes for verbatim, multi line comments.
4154
4155 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4156
4157         * input/regression/new-part-combine-solo.ly: more cases.
4158
4159         * lily/slur.cc (height): robustness fix.
4160
4161         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4162
4163         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4164         stemUp/stemDown.
4165
4166         * scm/music-functions.scm (determine-split-list): further analysis.
4167
4168         * lily/script-engraver.cc (try_music): discard duplicate
4169         articulations.
4170
4171         * input/regression/new-part-combine-solo.ly: new file
4172
4173         * input/regression/new-part-combine-a2.ly: new file.
4174
4175         * ly/performer-init.ly: add Devnull
4176
4177         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4178         for \musicglyph #"accidental-*"
4179         (conv): \newpartcombine rule.
4180
4181 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4182
4183         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4184
4185 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4186
4187         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4188         textwidth, --output.
4189
4190 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4191
4192         * scm/new-markup.scm (doubleflat): add accidental markups.
4193
4194         * VERSION: release 2.1.17
4195         
4196         * Documentation/user/refman.itely (Automatic part combining):
4197         revise documentation of the part-combiner.
4198
4199         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4200         
4201         * input/test/part-combine-{moment,staff}.ly: remove file.
4202
4203         * input/regression/pc-mmrest.ly (two): remove file.
4204
4205         * scm/define-music-types.scm (music-descriptions): add
4206         Solo{One,Two}Event and UnisonoEvent
4207
4208         * lily/new-part-combine-iterator.cc (unisono): add state_
4209         variable, signal changes with part-combine-event.
4210
4211         * input/regression/new-part-combine-text.ly: new file.
4212
4213         * lily/part-combine-engraver.cc: new file.
4214
4215 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4216
4217         * scripts/filter-lilypond-book.py: Handle snippet options.
4218
4219 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4220
4221         * scm/music-functions.scm (determine-split-list): detect solo1/2
4222         and unisono.
4223
4224         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4225         revert fix, document why.
4226
4227         * lily/tie-performer.cc (process_music): new function. Set melisma
4228         property.
4229
4230         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4231         always smaller than bracket size.
4232         (make_bracket): oops. Size of the gap was off by factor 2
4233
4234         * input/test/text-rotate.ly: new file.
4235
4236         * scm/new-markup.scm (markup): a macro that provides a
4237         LilyPond-like syntax in scheme for building markups, in order to
4238         help markup command definition. (Nicolas Sceaux)
4239
4240         * input/test/lyrics-skip-notes.ly: new example.
4241
4242         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4243
4244         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4245         use is_alias() iso. == . This fixes lyrics on
4246         GregorianTranscriptions. 
4247
4248 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4249
4250         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4251         \thispagestyle{lastpage} to avoid that it's printed on the second
4252         last page when there's only a single score line on the last page.
4253         (The page breaking mechanism in TeX played some ugly tricks to us.)
4254
4255 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4256
4257         * scripts/filter-lilypond-book.py: Further development.
4258
4259         * input/regression/collision-dots-move.ly: New test.
4260
4261         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4262         hand side note head of non-merged collision to the right.
4263
4264         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4265         Construct children before accessing property from emtpy
4266         lyrics_context_.
4267         (construct_children): Find thread before finding LyricsVoice.
4268         Create LyricsVoice one if none found, fixes crash (thanks Erik
4269         Sandberg).
4270
4271 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4272
4273         * cygwin/: Forward port.
4274
4275 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4276
4277         * buildscripts/install-info-html.sh: Use Bash.
4278
4279         * cygwin/mknetrel: Patch from Bert.
4280
4281 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4282
4283         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4284
4285         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4286         try to copy *png, index.html (Bertalan Fodor).
4287
4288         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4289
4290 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4291
4292         * lily/note-collision.cc (check_meshing_chords): Do not remove
4293         dots (from down head) when merging similar heads (thanks Matthias
4294         Kilian).  Simplify merge_possible tests and other cleanups
4295
4296         * input/regression/collision-merge-differently-dotted.ly: Add test
4297         for disappearing dots on similar heads for both voices.
4298
4299 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4300
4301         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4302         that tagline overrides copyright for single page scores. Correct
4303         the default tagline value.
4304
4305 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4306
4307         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4308
4309 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4310
4311         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4312         TEXMF if it's previously unset.
4313
4314 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4315
4316         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4317
4318         * input/test/trills.ly: fix the unfolding of lineprall.
4319
4320         * input/test/figured-bass-alternative.ly: fix accidental.
4321
4322 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4323
4324         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4325         
4326         * input/no-notation/dos-guile.ly: 
4327         * input/no-notation/dos-ps.ly: 
4328         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4329         
4330         * input/no-notation/safe-include.ly:
4331         * input/no-notation/safe-guile.ly:
4332         * input/no-notation/safe-ps.ly: 
4333         * input/no-notation/safe-tex.ly: New file.
4334
4335         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4336         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4337         options now.
4338         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4339         When in --safe-mode, set environment openout_any=p[aranoid].
4340
4341         * tex/ltest.tex: 
4342         * tex/lilyponddefs.tex: Add \nofiles.
4343
4344         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4345         options.
4346
4347         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4348         This allows building the user manual using a binary installation
4349         and a matching unpacked source tree.
4350
4351         * scm/lily.scm (safe-module): New variable. 
4352
4353         * lily/includable-lexer.cc (new_input): Fix error messages.
4354
4355         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4356         If SAFE, evaluate in safe-module.  Change callers.
4357
4358         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4359
4360         * lily/lexer.ll (embedded_scm): While processing main-input,
4361         invoke ly_parse_scm with safe mode if running in safe-mode.
4362         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4363         in init.ly for safe-mode.
4364
4365 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4366
4367         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4368         compatibility with old versions of geometry.sty (compat2
4369         already implied includehead).
4370         Change the page layout slightly so bottom + footskip = top +
4371         headheight + headsep = 16mm, the remaining paperheight-32mm
4372         are used for the music. Increase footskip to 5mm, so the top of
4373         the footer text doesn't touch the music.
4374
4375 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4376
4377         * VERSION: release 2.1.16
4378         
4379         * scm/music-functions.scm (determine-split-list): bugfix: only use
4380         new-active for both voices if both indexes advance. This fixes the
4381         biggest outstanding problem with new-pc. 
4382
4383         * lily/new-part-combine-iterator.cc (construct_children): set more
4384         directions.
4385
4386 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4387
4388         * scripts/convert-ly.py (conv): add instrument rule.
4389
4390         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4391
4392         * lily/side-position-interface.cc: remove add_staff_support ()
4393         Change all callers to use staff-padding.
4394
4395         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4396         make_spanner().
4397
4398         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4399
4400         * lily/text-engraver.cc: remove scriptHorizontal property.
4401
4402         * lily/beam.cc (least_squares): also set least-squares-dy for
4403         special case of slanted 2-stem beam to center.
4404
4405         * lily/side-position-interface.cc (out_of_staff): move contents of
4406         out_of_staff into aligned_side.
4407         remove out_of_staff().
4408
4409         * input/regression/measure-grouping.ly: fix warning.
4410
4411         * lily/side-position-interface.cc: add staff-padding support to
4412         Side_position_interface::aligned_side.
4413
4414         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4415         one get_property too many.
4416
4417         * flower/include/drul-array.hh (linear_combination): new function
4418         (scale_drul): new function
4419
4420         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4421         operations on empty intervals are silly.
4422
4423 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4424
4425         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4426         (iso gh_scm2int), fixes crash in new part-combiner.
4427
4428         * configure.in: Up mftrace to 1.0.27.
4429
4430 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4431
4432         * VERSION: release 2.1.15
4433         
4434         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4435         align all stanza numbers.
4436
4437 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4438
4439         * Documentation/user/{introduction.itely,refman.itely,
4440         converters.itely}: fix some text inside parentheses; text should
4441         be readable (even) if parentheses are either replaced with commas 
4442         or dropped out.
4443
4444 2004-01-25  Werner Lemberg  <wl@gnu.org>
4445
4446         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4447         input/test/vaticana.ly, input/test/ancient-font.ly,
4448         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4449         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4450         ly/params-as-init.ly, scm/define-grobs.scm,
4451         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4452
4453         * ly/params-as-init.ly: Removed.  Obsolete.
4454         * buildscripts/lilypond.words.py: Updated.
4455
4456 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4457
4458         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4459
4460         * mf/feta-din{4,5,7,9}.mf: remove.
4461         
4462         * lily/engraver.cc (internal_make_item): centralize item/spanner
4463         factory.
4464
4465         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4466         do correct chord conversion for ^"sim."  (backportme)
4467         (FatalConversionError.sub_articulations): substitute ^"foo" in
4468         chords too. (backportme)
4469
4470         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4471         for Fingering.
4472
4473         * lily/side-position-interface.cc (out_of_staff): don't do
4474         anything if staff-padding not defined. 
4475
4476         * mf/feta-params.mf (stafflines): introduce linethickness as
4477         general blackness of the font.
4478
4479         * lily/stem.cc (position_noteheads): rounding error robustness.
4480
4481         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4482         from beam-collision.ly 
4483
4484         * lily/beam.cc (rest_collision_callback): remove direction.
4485
4486         * scm/define-grobs.scm (all-grob-descriptions): remove
4487         enclose-bounds in OttavaBracket and PianoPedalBracket
4488
4489         * scm/new-markup.scm (def-markup-command) new macro, which takes
4490         care of defining the COMMAND-markup and make-COMMAND-markup
4491         procedures, setting markup-signature and keyword-signature object
4492         properties, and pushing the markup command in
4493         markup-function-list.
4494
4495         All markup commands are defined thanks to it.  Users may also use
4496         it to define their own markup commands. (Nicolas Sceaux)
4497
4498         * scm/new-markup.scm: Scheme style clean-up: there should be no
4499         parenthesis alone on a line; LET* should not be used where LET is
4500         enough. (Nicolas Sceaux)
4501
4502 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4503
4504         * scripts/filter-lilypond-book.py: Add script.
4505
4506 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4507
4508         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4509
4510 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4511
4512         * Documentation/user/refman.itely (Fingering instructions): add
4513         single note chords. 
4514
4515         * lily/multi-measure-rest-engraver.cc: use a single
4516         MultiMeasureEvent for mm rests. This prevents problems with the
4517         new part combiner.
4518
4519         * scm/music-functions.scm (determine-split-list): analysis has
4520         global effect: a difference halfway a phrase makes the entire
4521         phrase be typeset as apart.
4522         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4523
4524 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4525
4526         * ly/performer-init.ly: add Devnull.
4527
4528         * Documentation/user/refman.itely (Font selection): remove paper20
4529         ref.
4530         
4531 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4532
4533         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4534
4535 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4536
4537         * scm/music-functions.scm (determine-split-list): bugfixes.
4538
4539         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4540
4541         * input/test/scales-greek.ly: use C as base, results in different
4542         alterations at the clef.
4543
4544         * input/regression/pedal-ped.ly: new file.
4545
4546         * input/regression/pedal-bracket.ly: new file.
4547
4548         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4549         replace after_line_breaking()
4550
4551         * lily/line-interface.cc (line): read thickness.
4552         (line): dash-fraction = 0 always for dotted-line style.
4553
4554         * input/test/staff-lines.ly (lower): bugfix.
4555
4556         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4557         \accepts Devnull into Score.
4558
4559         * scm/lily.scm: remove bla.scm load.
4560
4561 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4562
4563         * VERSION: release 2.1.14
4564         
4565         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4566
4567         * lily/side-position-interface.cc (general_side_position): add
4568         Staff_symbol_referencer::staff_space ().
4569
4570         * lily/include/context-def.hh: rename from translator-def.hh
4571
4572 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4573
4574         * input/template/piano-dynamics.ly (pedal): Updated definition of
4575         Dynamics such that \cresc works, for example.
4576
4577 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4578
4579         * lily/stem.cc (calc_stem_info): use
4580         Staff_symbol_referencer::staff_space
4581
4582         * lily/beam-quanting.cc (quanting): scale Stem_info 
4583
4584         * lily/beam.cc (rest_collision_callback): use minimum-distance
4585         property for rest/beam collisions.
4586         (rest_collision_callback): bugfixes.
4587
4588         * lily/system.cc (post_processing): extra-offset is now relative
4589         to the size of the current staff.
4590
4591         * scm/music-functions.scm (notice-the-events-for-pc): record all
4592         voices, only analyze "one" and "two".
4593
4594         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4595         not parent. 
4596
4597         * lily/new-part-combine-iterator.cc (construct_children): create
4598         Devnull from Voice context
4599
4600         * scm/music-functions.scm (determine-split-list): bugfixes.
4601
4602         * lily/lily-guile.cc (robust_scm2int): new function
4603
4604         * lily/staff-symbol-referencer.cc (line_thickness): new
4605         function. Use throughout.
4606
4607         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4608         in its own context.  Add to preset font-size.
4609
4610         * lily/stem.cc (thickness): new function.
4611
4612         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4613         compute thickness from ledger-line-thickness.
4614
4615         * lily/note-head.cc (brew_ledger_lines): use
4616         Staff_symbol::get_ledger_line_thickness ().
4617
4618         * lily/beam.cc (rest_collision_callback): use
4619         Staff_symbol_referencer::staff_space().
4620
4621         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4622         Mus1 Mus2
4623
4624         * lily/include/translator.hh (class Translator): add accepts_list_
4625         so  \with { \denies / \accepts } also works.
4626
4627         * scm/music-functions.scm (determine-split-list): determine split
4628         list from music events.
4629
4630         * lily/new-part-combine-iterator.cc: more states.
4631
4632         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4633
4634 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4635
4636         * lily/system.cc (set_loose_columns): use the right prebroken cols
4637         for interpolating loose column position.
4638
4639         * lily/text-spanner.cc (brew_molecule): default to no vertical
4640         lines.
4641
4642         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4643         take space.
4644
4645         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4646
4647 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4648
4649         * scripts/convert-ly.py: Do not test filename when processing
4650         stdin.
4651
4652         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4653
4654 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4655
4656         * lily/axis-group-engraver.cc (finalize): extra check; if
4657         process_music () is never called, then staffline_ == 0.
4658
4659         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4660         check run_always ().
4661         
4662         * VERSION: release 2.1.13
4663
4664         * input/regression/note-head-style.ly (pattern): cleanup.
4665
4666         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4667         downloading.
4668
4669         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4670         kludge rehearsalmark placement.
4671
4672         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4673         , ly:spanner?
4674
4675         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4676         close to note head for accidentals.
4677
4678         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4679         tuplet direction.
4680
4681         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4682
4683 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4684
4685         * lily/include/music-iterator.hh (class Music_iterator): add
4686         substitute_outlet() to iterator API.
4687
4688         * lily/new-part-combine-iterator.cc (construct_children):
4689         New_pc_iterator: new class, better part combining.
4690
4691         * lily/tie-column.cc (werner_directions): new function
4692
4693         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4694
4695         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4696         empty objects group spanner as parent
4697
4698         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4699         slope against graphical slope.
4700
4701         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4702         for ottava bracket.
4703
4704         * lily/side-position-interface.cc (general_side_position):
4705         opps. reinstate *dir.
4706
4707         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4708         parser run.
4709
4710         * lily/tuplet-bracket.cc: remove calc_dy ().
4711
4712         * Documentation/user/refman.itely (Balloon help): document balloon
4713         help
4714
4715 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4716
4717         * scm/document-backend.scm (check-dangling-properties): Grob
4718         properties are defined define-grob-properties.scm.
4719         
4720 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4721         
4722         * VERSION: release 2.1.12
4723
4724         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4725         ChordName
4726
4727         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4728         relation to surroundings.
4729
4730         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4731         Y-extent to the note-extents: stay clear of the staff.
4732
4733 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4734
4735         * Documentation/user/GNUmakefile
4736         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4737         iso. copy.
4738
4739         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4740
4741         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4742
4743         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4744
4745         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4746
4747         * lily/line-interface.cc (line): remove thickness from calling interface.
4748
4749         * lily/hairpin.cc: use Line_interface
4750
4751         * lily/line-interface.cc: new file. Line_interface for everything
4752         with dotted/dashed lines.
4753         
4754
4755         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4756
4757         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4758         for constructing ottava brackets.
4759         
4760         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4761         the note heads.
4762
4763         * Documentation/user/internals.itely (Engravers and performers):
4764         fix broken link.
4765
4766         * scm/music-functions.scm (make-mark-set): new function.
4767
4768         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4769         functionally identical to beam.
4770
4771         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4772         () with beam (). 
4773
4774         * Documentation/user/refman.itely (Rehearsal marks): document new
4775         functionality.
4776
4777         * input/regression/rehearsal-mark-number.ly: new file.
4778
4779         * input/regression/rehearsal-mark-letter.ly: new file.
4780
4781         * scm/translation-functions.scm (number->mark-string): new function
4782         (format-mark-letters): new function
4783         (format-mark-numbers): new function
4784
4785         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4786         integer; formatting is done through markFormatter property.
4787         
4788         * scm/define-translator-properties.scm: fold all *-done properties
4789         into positioning-done.
4790
4791         * lily/beam.cc (position_beam): new function
4792         (brew_molecule): make sure that positions are calced before making
4793         the molecule.
4794
4795         * scm/output*.scm (beam):  take 4th argument for function.
4796
4797         * ps/music-drawing-routines.ps: take blot as 4th argument.
4798
4799         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4800         stem to avoid small dents.
4801         
4802 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4803
4804         * VERSION: release 2.1.11
4805
4806         * input/regression/balloon.ly: new file.
4807
4808         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4809         objects, and make help texts. 
4810
4811         * scm/new-markup.scm (parse-simple-duration): parse duration
4812         string to log & dots. (Thanks Nicolas!)
4813
4814         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4815         rule.
4816
4817 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4818
4819         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4820         Lemberg).
4821
4822         * THANKS: alphabetic order.
4823
4824 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4825
4826         * input/regression/note-head-harmonic.ly: new file.
4827
4828         * Documentation/user/internals.itely (Technical manual): explain
4829         difference between music, translation, layout.
4830
4831         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4832
4833         * scm/output-ascii-script.scm (bracket): rounding bfs.
4834
4835         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4836
4837         * ly/paper*.ly: remove files. 
4838         
4839         * scm/paper.scm (set-staff-size): new function: set default
4840         staff-size.
4841
4842         * scripts/convert-ly.py (conv): add conversion rule.
4843
4844         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4845         function.
4846
4847         * scm/paper.scm: new file.
4848         (set-staff-size): new function 
4849         (set-paper-size): new function
4850
4851         * lily/parser.yy (music_output_def_body): restructure definition,
4852         so first Scheme statement in \paper also happens in new scope. 
4853
4854         * lily/system.cc (post_processing): move uniquify_list () to
4855         dumping molecule stage.
4856
4857         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4858         this will mess up scores that use barchecks to shorten measures.
4859
4860         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4861         at 20pt too.
4862
4863         * Documentation/user/tutorial.itely (Printing lyrics): document
4864         \lyricsto
4865
4866         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4867
4868         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4869
4870         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4871         if Voice is not found.
4872
4873         * VERSION: release 2.1.10
4874         
4875         * input/{test,regression}/: remove old-relative 
4876
4877         * lily/lexer.ll: add empty markup signature. 
4878
4879         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4880         strut markup
4881
4882         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4883
4884         * scm/define-translator-properties.scm: update melismata property
4885         doco.
4886
4887         * lily/system.cc (output_lines): revert uniquify_list() patch,
4888         strange side effects seen.
4889         
4890         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4891         dash-period < 0.
4892
4893         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4894         for flute. 
4895
4896 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4897
4898         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4899
4900         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4901
4902         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4903         of line breaks.
4904         (brew_molecule): add padding to left, not right.
4905
4906         * lily/system.cc (uniquify_list): new function
4907         (output_lines): uniquify_list () on all-elements. This fixes
4908         double symbols in the output.
4909
4910         * lily/beam.cc (rest_collision_callback): don't move anything if
4911         staff-position is set.
4912
4913         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4914
4915         * lily/system.cc (typeset_grob): warn if adding twice.
4916
4917         * lily/sequential-iterator.cc (run_always): implement run_always().
4918         (also in other files.)
4919         
4920         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4921
4922         * lily/event.cc (to_relative_octave): add octave-check.
4923
4924         * Documentation/user/refman.itely (Line breaking): add noBreak.
4925
4926         * scm/new-markup.scm (normalsize-markup): add function.
4927         (sans-markup): new function.
4928
4929         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4930         come earlier nowadays.  This fixes beams on grace notes.
4931         
4932         * scm/music-functions.scm (direction-polyphonic-grobs): new
4933         variable, share between override and revert. This fixes script
4934         directions in polyphonic sections. (backportme)
4935
4936 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4937
4938         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4939         breakpoints.
4940
4941         * lily/break-align-interface.cc: add doco
4942
4943         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4944
4945 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4946
4947         * VERSION: release 2.1.9
4948
4949         * scm/document-markup.scm (markup-doc-node): add note about naming.
4950
4951         * scm/new-markup.scm (left-align-markup): bugfix. 
4952
4953         * Documentation/user/refman.itely (Ottava brackets): more doco for
4954         ottava.
4955
4956         * lily/side-position-interface.cc (out_of_staff): also do
4957         out_of_staff() correctly for d == DOWN.
4958
4959         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4960         horizontal line if they move to the right.
4961         
4962         * scm/define-grobs.scm (all-grob-descriptions): set
4963         text-repeat-if-broken for ottava spanner
4964
4965         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4966         property.
4967
4968         * mf/feta18.mf: design size is 18 not 22.5
4969
4970         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4971         Add a single LyricsVoice to a melody. Melismata may be set
4972         individually.
4973
4974         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4975
4976         * lily/dot-column.cc: add stdio.h
4977
4978 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4979
4980         * lily/item.cc: documentation for break-visibility (Thanks, John).
4981
4982 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4983
4984         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4985
4986         * lily/translator-def.cc: rename Translator_def to Context_def.
4987
4988         * Documentation/user/internals.itely (Lexical details): clarify
4989         string def.
4990
4991         * Documentation/user/refman.itely (Rhythmic music): add link to
4992         RhythmicStaff 
4993
4994 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4995
4996         * lily/translator.cc: document start_translation_timestep()
4997
4998         * scm/output-tex.scm (tex-encoded-fontswitch): use
4999         round for rounding (inexact->exact yields rationals)
5000
5001         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5002
5003         * lily/translator-group.cc (get_simple_trans_list): 
5004         new function; construct simple_trans_list_ lazily.
5005         
5006 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5007
5008         * lily/paper-outputter.cc (output_scope): Check if number before
5009         checking exact (guile cvs).
5010
5011         * scm/*: Escape backslashes in scheme strings (guile cvs).
5012
5013 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5014
5015         * Documentation/user/refman.itely (Tablatures basic): annotate
5016         seealso sections.
5017
5018         * lily/*.cc: cleanup of engraver initialize() functions.
5019
5020         * lily/repeat-acknowledge-engraver.cc
5021         (start_translation_timestep): remove first_b_
5022
5023         * lily/tab-note-heads-engraver.cc: listen to string number events
5024         inside < > too. (backportme).
5025
5026         * Documentation/user/refman.itely (Text scripts): add fatText to
5027         index.
5028
5029 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5030
5031         * VERSION: 2.1.8
5032
5033         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5034         footer.
5035
5036         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5037
5038         * lily/bar-check-iterator.cc (process): only warn if
5039         barCheckLastFail was changed.
5040
5041         * scm/define-translator-properties.scm (barCheckLastFail): add
5042         property.
5043
5044         * lily/main.cc (main_prog): print summary of failed files.
5045
5046         * lily/axis-group-engraver.cc: move all spanner creation to
5047         process_music (). Now staffs can be adjusted with \override too.
5048         (Jan, you are a brilliant programmer!)
5049         
5050         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5051
5052 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5053
5054         * Documentation/user/tutorial.itely (Integrating text and music):
5055         Show the commands to produce a PDF as well.
5056
5057 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5058
5059         * lily/translator-def.cc (get_translator_names): accept user
5060         tweaks too. 
5061
5062         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5063         as big as normal heads. 
5064
5065         * input/*ly: run convert-ly
5066         
5067         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5068         () if dependencies are fluked.
5069
5070         * scm/document-translation.scm (engraver-doc-string): update on
5071         latest string/symbol conventions.
5072
5073         * lily/translator-ctors.cc: use Scheme_hash_table.
5074
5075         * lily/translator-def.cc (get_translator_names): new function
5076         (add_context_mod): new function
5077         (get_accepted): new function
5078
5079         * lily/parser.yy (context_mod): put all modifications of
5080         \translator { } in a single production, encode as SCM.
5081
5082         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5083         to use read-only lists, so additions to the definition can be
5084         prepended easily.  
5085
5086         * Documentation/user/invoking.itexi (Editor support): add node on
5087         editor support.
5088
5089         * Documentation/user/refman.itely (Bar check): add lyrics example
5090         of bar checks. 
5091
5092         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5093
5094         * scripts/convert-ly.py (conv): add conversion rule.
5095
5096         * lily/parser.yy: use \change iso. \translator for staff switch.
5097
5098         * lily/my-lily-lexer.cc: add \change.
5099
5100         * scm/define-translator-properties.scm
5101         (default-melisma-properties): add definition.
5102
5103 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5104
5105         * Documentation/user/refman.itely (Bar lines): clarification of
5106         systemStartDelimiter. 
5107
5108         * input/test/slur-shape.ly (x): remove file.
5109
5110         * lily/translator-group.cc (apply_property_operations): new function.
5111
5112 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5113
5114         * lily/parser.yy (optional_prop_ops): allow \with {
5115         PROPERTYSETTINGS } following \context or \new.
5116
5117         * lily/my-lily-lexer.cc: add \with.
5118
5119         * lily/parser.yy (property_operation): clean up definition of
5120         property operations.
5121         (property_op_to_music): new function.
5122         (context_spec_music): new function
5123
5124         * VERSION: 2.1.7 released.
5125         
5126         * input/regression/collision-merge-dots.ly: new file.
5127
5128         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5129         then kill the dots too. 
5130
5131         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5132         set/unset breakableSeparationItem
5133
5134         * lily/separation-item.cc (relative_width): add function.
5135
5136         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5137         only-prebreak-interface
5138
5139         * lily/system.cc (output_lines): only junk only-prebreak-interface
5140         grobs.
5141
5142         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5143         read breakableSeparationItem
5144
5145         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5146
5147         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5148
5149         * lily/dot-column.cc (dot_config_badness): new function:
5150         select the best scoring dot configuration: dots should go close to
5151         the note heads, but be shifted up or down according to conventions.
5152         (print_dot_configuration): idem.
5153         (shift_one): idem
5154         (remove_collision): idem.
5155
5156         * input/regression/dots.ly: add more test cases.
5157
5158 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5159
5160         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5161
5162         * flower/include/interval.hh: rename elem_b to contains 
5163
5164         * lily/tie.cc: change 'heads to 'head-pair.
5165
5166         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5167         fill in 'heads field.
5168
5169         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5170         minimum-length for short ones, and shorten so collisions with the
5171         next syllable are avoided.
5172
5173         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5174         near-zero slopes.
5175         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5176
5177         * lily/dots.cc: remove quantized_position callback. All Y
5178         positioning is done by dot-column.cc
5179
5180         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5181         exhaustive test of all dot positions. This fixes disappearing dots
5182         in dotted chords.
5183
5184 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5185
5186         * mf/feta-klef.mf (test_staff): fatten up G clef
5187         (test_staff): fatten up f clef.
5188         
5189
5190 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5191
5192         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5193         * input/les-nereides.ly: Use latin1 characters for title, like
5194         Morgenlied.
5195
5196 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5197
5198         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5199         cmb10).
5200
5201         * lily/lyric-extender.cc (brew_molecule): add little space before
5202         extender line.
5203
5204         * lily/beam-quanting.cc (score_forbidden_quants): check if
5205         outer stafflines fall in any beam gaps.
5206
5207         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5208         for lyric texts.
5209
5210 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5211
5212         * VERSION: 2.1.6 released.
5213
5214         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5215         this shows the demerits of a user-defined beam position pair.
5216
5217         * scm/define-grobs.scm (all-grob-descriptions): set
5218         beamed-extreme-minimum-free-lengths to a different value.
5219
5220         * lily/scm-option.cc: add debug-beam scm-option
5221
5222         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5223
5224 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5225
5226         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5227
5228         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5229         space after barline.
5230
5231         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5232
5233         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5234         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5235         the other case, take standard column-breakable spacing. Do not
5236         warn about "no spacing wishes".
5237
5238         This fixes wide spaces after barlines in very loose lines.
5239
5240         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5241
5242 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5243
5244         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5245         acknowledge_grob lyric-syllable, not lyric-text.
5246
5247         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5248         dashes of length #'length separated by #'dash-period. 
5249
5250         * lily/lyric-extender.cc (brew_molecule): idem
5251
5252         * lily/multi-measure-rest.cc (big_rest): idem
5253
5254         * lily/system-start-delimiter.cc (simple_bar): idem
5255
5256         * lily/bar-line.cc (simple_barline): use rounded box
5257
5258         * VERSION: release 2.1.5
5259
5260         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5261         music): move note about dvips to more visible place.
5262
5263         * lily/lyric-phrasing-engraver.cc: move from
5264         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5265         lyric-phrasing-engraver.hh)
5266         
5267         * lyric-align.ly: remove file
5268         
5269         * scripts/convert-ly.py (FatalConversionError.func): add removal
5270         rule for automaticMelismata
5271
5272         * ly/engraver-init.ly (ScoreContext): switch on
5273         New_phrasing_engraver by default.
5274
5275         * lily/slur-engraver.cc (class Slur_engraver):
5276         process_acknowledged_grobs -> process_music.
5277         (try_music): signal melismata correctly.
5278
5279         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5280         word-space, right-trim-amount, and extend past right bound only
5281         for note heads.
5282
5283         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5284         lyric-extender support: add note-heads to the extender
5285         automatically.
5286
5287         * lily/parser.yy: extender is now post_event. 
5288
5289         * lily/accidental-engraver.cc (number_accidentals): remove
5290         spurious warning about non-parent contexts.
5291
5292         * lily/music-output-def.cc (assign_translator): \translator { }
5293         for a Foo context implicitly redefines \FooContext.
5294
5295         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5296         fixes.
5297
5298         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5299         doubly in slur weight. 
5300
5301         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5302         combination.
5303
5304         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5305         staffbar distance.
5306
5307         * scripts/lilypond.py (global_latex_preamble): crank down size of
5308         the margins. Now there is a 12 mm top and bottom margin, which
5309         should correspond with the printable area of modern printers.
5310
5311         This enlarges the music height of the printable page a little.
5312
5313         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5314         signs. Use \markup instead.
5315         (accreg_pen): tweak for accordeon asterisk.
5316
5317 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5318
5319         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5320
5321         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5322
5323         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5324
5325         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5326
5327         * scm/define-grobs.scm (all-grob-descriptions): change
5328         StanzaNumber description: make side support, i.s.o. breakable.
5329         use Instrument_name_engraver for texts in the margin.
5330
5331         * scm/define-translator-properties.scm: remove
5332         melismaEngraverBusy, stz property.
5333
5334         * *.cc: naming: change empty_b () into is_empty ()
5335
5336         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5337
5338         * input/regression/lyric-phrasing-new.ly: new file.
5339
5340         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5341         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5342         melismata are now left-aligned.
5343
5344 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5345
5346         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5347
5348         * mf/feta19.mf: remove.
5349         
5350         * mf/feta-klef.mf (test_staff): more tweaks
5351
5352         * mf/feta-toevallig.mf: more small size tweaks.
5353
5354         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5355         rests for smaller sizes.
5356
5357         * mf/feta-bolletjes.mf: fix cross heads.
5358
5359         * VERSION: release 2.1.4
5360         
5361         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5362         deprecated #'ancient font family
5363
5364         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5365         it is a string or number.
5366
5367         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5368         change calling convention of stem-attachment function. 
5369
5370         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5371
5372         * mf/feta-autometric.mf: dump WX/WY fields too
5373         
5374         * mf/parmesan-heads.mf: idem.
5375
5376         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5377         attachment coordinates.
5378
5379         * lily/note-head.cc (stem_attachment_coordinate): read stem
5380         attachment from the notehead glyphs WX/WY fields.
5381
5382         * lily/include/font-metric.hh (struct Font_metric): add methods
5383         get_indexed_wxwy (), make a distinction between looking up by
5384         index and ASCII  
5385
5386         * mf/feta-bolletjes.mf: rewrite note head MF code.
5387         (test_outlines): make heads more rotund for smaller sizes. 
5388
5389 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5390
5391         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5392         throughout. Font scaling fixes throughout.
5393
5394         * mf/feta-sleur,slur.mf: remove. 
5395
5396         * mf/feta-slag.mf: rewrite.
5397
5398 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5399
5400         * VERSION: release 2.1.3
5401
5402         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5403
5404         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5405
5406         * lily/mark-engraver.cc (process_music): fix mark
5407         \default. (backportme)
5408
5409         * stepmake/stepmake/automatically-generated.sub.make (default):
5410         use -n for head/tail commands. 
5411
5412         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5413         heads with the same pitch.
5414
5415 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5416
5417         * lily/recording-group-engraver.cc (finalize): set protected_scm
5418         member to '() before finalizing.
5419
5420         * lily/translator-group.cc (finalize): remove removal_processing () 
5421
5422         * lily/recording-group-engraver.cc: new engraver: record
5423         synchronized start & end times for each music object.
5424
5425         * lily/parser.yy (toplevel_expression): execute score rendering
5426         during parsing. Cleanup output-filename handling; this is no
5427         longer done with global variables.
5428         (translator_spec_body): allow \type modification too.
5429
5430         * lily/score.cc:  ly:run-translator: new function
5431         (LY_DEFINE): ly:render-output new function.
5432
5433         Separate interpreting and rendering, and make available as
5434         functions at Scheme level.
5435
5436 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5437
5438         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5439         (musicxml-node->string):
5440         (xml-node->string):
5441         (music-to-musicxml): New function.
5442
5443 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5444
5445         * VERSION: 2.1.2 released
5446
5447         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5448
5449         * scm/font.scm (paper20-font-vector): discouple font design sizes
5450         from sizes specified in .ly file: store all design sizes of a font
5451         in a single vector.
5452
5453         * lily/font-select.cc (get_font_by_design_size): new function
5454
5455         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5456         add parmesan,feta in sizes 14 and 18.
5457         
5458         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5459
5460         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5461         of fontSize: this now sets font-size
5462
5463 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5464
5465         * VERSION: 2.1.1 released
5466         
5467         * Documentation/user/refman.itely (Tuning objects): add note about
5468         concurrent tweaks in different contexts. 
5469
5470         * lily/tie-engraver.cc (acknowledge_grob): use
5471         Staff_symbol_referencer::get_position iso. reading staff-position
5472         directly.
5473
5474         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5475         currentMusicalColumn as left span-point for bracket. The bracket
5476         is too long when there are accidentals.
5477
5478 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5479
5480         * buildscripts/lilypond-profile.sh,
5481         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5482         Thanks to Reuben Thomas <rrt@mupsych.org>
5483
5484 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5485
5486         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5487         Wurbel <wurbel@univ-tln.fr>.
5488
5489 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5490
5491         * scripts/midi2ly.py: Add space after chords.
5492
5493 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5494
5495         * input/regression/{many}: add few @code{ ... }.
5496
5497 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5498
5499         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5500         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5501         Removed cmbx5, cmbx6 (which are included in teTeX)
5502         and cmbxti14 which is not used in fonts.scm.
5503
5504 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5505
5506         * lily/midi-item.cc: fine tune quarter tones.
5507
5508 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5509
5510         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5511         new function, warn how many cents are missing in fine tuning.
5512
5513 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5514
5515         * input/bugs/rhytmicstaff-tie.ly: add file.
5516
5517         * THANKS: Create skeleton for 2.1.
5518
5519 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5520
5521         * input/test/bar-lines.ly (TODO): dashed "|".
5522
5523 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5524
5525         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5526         input/regression/tie-chord.ly: Fix spell for tying.
5527
5528         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5529
5530         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5531         new file (renamed, see above).
5532
5533         * Documentation/user/lilypond-book.itely
5534         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5535         * input/example-1.ly input/example-2.ly input/example-3.ly
5536         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5537         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5538         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5539         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5540         * scripts/lilypond-book.py scripts/lilypond.py
5541         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5542         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5543
5544         * Documentation/user/lilypond.tely: update version.
5545
5546         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5547         Remove extra spaces in each @node, fixes spaces.
5548
5549 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5550
5551         * scripts/lilypond-book.py (output_dict): Add definition of
5552         \lilypondbook also for LaTeX output. Solves several bug reports.
5553
5554 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5555
5556         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5557
5558 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5559
5560         * input/test/transposition.ly: Fix key signatures, given in comments.
5561
5562 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5563
5564         * scm/midi.scm (instrument-names-alist),
5565         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5566
5567 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5568
5569         * input/test/temporary-stave.ly (texidoc): New example based on an
5570         email question from Ralph Little.
5571
5572 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5573
5574         * VERSION: release 2.1.0
5575         
5576         * lily/note-performer.cc (try_music): accept busy-playing-event.
5577
5578         * lily/swallow-perf.cc (try_music): return false for
5579         busy-playing-event and melisma-playing-event.
5580
5581 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5582
5583         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5584         >> in \score.
5585
5586 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5587
5588         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5589         that articulation_substitute will not move beam start again.
5590         (articulation_substitute): Bugfix: remove stray space so that new
5591         old chords ending '>>' does not get broken up.
5592         (sub_chord): Use TAB for indentation (not spaces).
5593         
5594         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5595         Bugfix for startup: Use ?^ instead of ?\^.
5596
5597 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5598
5599         * lily/lyric-combine-music-iterator.cc
5600         (Lyric_combine_music_iterator): change init order, to prevent GC
5601         segfaults.
5602
5603         * lily/context-specced-music-iterator.cc (construct_children): 
5604         only change  translator if found. This fixes a core dump problem.
5605
5606 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5607
5608         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5609         comparison.
5610
5611         * mf/feta-bolletjes.mf: make hole in half note little
5612         smaller for stem attachment.
5613
5614         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5615
5616         * mf/feta-banier.mf: don't draw stem with flag, just small square
5617         attachment.
5618
5619         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5620
5621         * mf/feta-banier.mf: remove upstem/downstem characters.
5622
5623         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5624
5625         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5626         stafflinethickness (in the default)
5627
5628         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5629
5630         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5631
5632         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5633
5634         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5635
5636         * lily/include/directional-element-interface.hh:
5637         junk class, make {get,set}_grob_direction functions.
5638
5639         * lily/slur.cc (get_attachment): do something sensible when
5640         attaching to stem without heads (eg. a rest).
5641
5642         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5643         forcing up to staff.  remove #'support-head property
5644         (brew_molecule): small cleanup.
5645         (flag): remove #'grace property.
5646
5647 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5648
5649         * cygwin/postinstall-lilypond.sh: 
5650         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5651         (Volker Zell).
5652
5653 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5654
5655         * scripts/lilypond-book.py: resurrect 'eps' option. 
5656         (TexiPaper.to_eps): use -Ppdf for EPS files.
5657
5658         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5659
5660         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5661
5662         * VERSION: release 2.0.1
5663
5664         * lily/bezier.cc (get_other_coordinate): change assert into
5665         warning.
5666
5667         * lily/note-head.cc (internal_brew_molecule): make left protusion
5668         smaller, to accomodate for natural sign.
5669         (internal_brew_molecule): only do this when the accidental is
5670         close enough.
5671         (extent): new function
5672
5673         * lily/skyline.cc (merge_skyline): new function
5674         (heighten_skyline): new function
5675
5676         * lily/accidental-placement.cc (position_accidentals) 
5677         (position_accidentals): fix todo.
5678
5679 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5680
5681         * input/test/+.ly (texidoc): put version number inline.
5682
5683         * GNUmakefile.in: remove rsync-web target.
5684         
5685         * input/regression/bar-scripts.ly (onestaff): raggedright
5686
5687 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5688
5689         * lily/*.cc: remove #if 0'd code in couple of places.
5690
5691         * lily/midi-stream.cc (operator <<): rewrite.
5692
5693         * lily/note-head.cc (internal_brew_molecule): 
5694         only make ledgers when the Staff symbol has lines.
5695
5696         * ly/property-init.ly (arpeggioBracket): simplify
5697
5698         * lily/translator-group.cc (execute_pushpop_property): use
5699         SCM_EQ_P for comparing keys. This fixes reverting
5700         auto-beam-settings.
5701
5702 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5703 *
5704         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5705         midi_debug_global_b.
5706         (operator <<): Normalise loop.
5707
5708 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5709
5710         * scripts/lilypond.py (escape_path): revise.
5711
5712         * scm/music-functions.scm (set-output-property): new function.
5713         
5714 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5715
5716         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5717         use addmakeflags again.
5718
5719         * cygwin/lily-wins.py (escape_shell): New function; use it.
5720
5721         * scripts/lilypond.py (escape_shell): Escape quotes and other
5722         spaces too.  Do not escape escaping backslashes.
5723
5724         * make/srcdir.make.in (web-install): Must call install-WWW now.
5725
5726         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5727         dependency
5728
5729 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5730
5731         * scripts/lilypond.py (escape_path): escape quotes too. 
5732
5733         * Documentation/user/lilypond.tely (Unified index): rename Index
5734         to accomodate Windows breakage.
5735
5736         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5737
5738         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5739         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5740         target not a source.
5741
5742 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5743
5744         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5745         addmakeflags.  Build and install doc and web also when building on
5746         Cygwin.
5747
5748         * mf/GNUmakefile: Bugfix.
5749
5750         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5751         target web.
5752
5753         * cygwin/lily-wins.py: Quote filename.
5754
5755 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5756
5757         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5758
5759 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5760
5761         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5762         settings.
5763
5764         * configure.in: Require g++ > 3.0.4.
5765
5766         * mf/GNUmakefile: Bugfix: Add list.ly target.
5767         
5768         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5769
5770         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5771         make omf directory, add uninstall targets.
5772
5773 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5774
5775         * lily/tie-performer.cc (initialize): init prev_event
5776
5777         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5778
5779         * lily/script-engraver.cc (make_script_from_event): don't crash on
5780         non-string articulation-type.
5781
5782         * lily/new-fingering-engraver.cc (add_script): don't crash on
5783         0 scripts 
5784         (acknowledge_grob): warn about text script events.
5785
5786 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5787
5788         * buildscript/lilypond.words: fix path for drums.scm.
5789
5790 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5791
5792         * lily/spacing-spanner.cc (note_spacing): don't make longer
5793         durations than measure-length.
5794
5795         * VERSION: release 2.0.0
5796
5797         * GNUmakefile.in (rsync-web): version independent rsync target.
5798
5799         * input/test/+.ly (texidoc): idem.
5800
5801         * input/regression/+.ly: print version number.
5802
5803         * input/regression/accidentals.ly (mel): shorten.
5804
5805         * input/regression/accidental-octave.ly (texidoc): shorten.
5806
5807         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5808
5809         * input/regression/completion-heads-polyphony.ly: octave
5810
5811         * input/regression/beam-manual.ly: remove
5812
5813         * input/regression/beam-chord.ly: remove
5814
5815         * input/regression/grace-dynamic.ly: remove
5816         
5817         * input/regression/grace-volta-repeat.ly: octave fixes.
5818
5819         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5820
5821         * lily/parser.yy (step_number): semitones for chord entry too.
5822         (make_chord_step): more robust code, semitones. 
5823
5824         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5825
5826         * input/regression/breathing-sign.ly (texidoc): split ancient and
5827         normal breathing signs.
5828
5829         * scm/define-grobs.scm (all-grob-descriptions): swap
5830         beamed-extreme-minimum-free-lengths and
5831         beamed-minimum-free-lengths; the 'extreme' case should allow
5832         shorter stems. This fixes forced directions on beamed 32nd and
5833         shorter notes.
5834
5835         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5836         quartertones, not semitones.
5837         (NoteNamesContext): swallow more event types
5838
5839         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5840
5841         * VERSION (PACKAGE_NAME): release 1.9.10
5842
5843 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5844
5845         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5846         set note head as cause of note-column.  This gives a better error
5847         message.
5848
5849 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5850
5851         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5852
5853 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5854
5855         * mf/GNUmakefile (pfa_warning): instruct 
5856
5857         * stepmake/aclocal.m4: typo.
5858
5859         * Documentation/user/cheatsheet.itely: more verbose examples.
5860
5861         * input/regression/clefs.ly: remove bogus docstring.
5862
5863 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5864
5865         * GNUmakefile.in (SUBDIRS): Add elisp.
5866
5867         * elisp/lilypond-mode.el: 
5868         * elisp/lilypond-init.el: 
5869         * elisp/lilypond-indent.el: 
5870         * elisp/lilypond-font-lock.el: Move from top dir.
5871
5872         * stepmake/stepmake/elisp-vars.make: New file.
5873
5874         * config.make.in (elispdir): Add.
5875
5876         * Documentation/topdocs/INSTALL.texi: Typo.
5877
5878         * make/ly-rules.make: Test for files instead of touching void and
5879         ignoring errors.
5880
5881         * GNUmakefile.in:
5882         * make/lilypond.redhat.spec.in:
5883         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5884         <builddir>, adding
5885         
5886              (push "<builddir>/share/lilypond/elisp" load-path)
5887
5888         to your ~/.emacs.el should give you LilyPond-mode again.
5889
5890         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5891         regexp for DOS/Windows, we are too paranoid to fix others.
5892
5893 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5894
5895         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5896
5897         * input/test/chord-names-jazz.ly (banterProperties): fix
5898
5899         * lily/parser.yy (bass_mod): bass figure alterations are semi
5900         tones, not quarter tones
5901
5902         * lily/beam.cc (set_stem_lengths): only lengthen stems
5903         for gapped beams.
5904
5905         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5906         by beamcount.
5907
5908         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5909         a warning that the warning may erroneous.
5910
5911         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5912         target.
5913
5914         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5915         targets.
5916
5917         * GNUmakefile.in ($(config_h)): config.h should depend on
5918         config.hh.in .
5919         (lilypond.words): remove fontball stuff.
5920
5921         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5922
5923         * configure.in: remove pktrace reference.
5924
5925         * GNUmakefile.in (rsync-web): permissions and ownership for
5926         website.
5927
5928         * lily/volta-engraver.cc (staff_eligible): new function.
5929         (stop_translation_timestep): kill off spanners if not eligible.
5930
5931         * VERSION (PATCH_LEVEL): release 1.9.9
5932
5933         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5934
5935         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5936         length is more important than forbidden quants.
5937         
5938 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5939
5940         * buildscripts/lilypond.words: order words in search order,
5941         add lilypond.words.vim to be generated.
5942
5943         * lilypond.vim: use lilypond.words.vim for keyword matching.
5944
5945         * lilypond-mode.el: use search order. fix word selection rules.
5946
5947         * lilypond-font-lock.el: fix fontifying long durations.
5948
5949         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5950
5951 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5952
5953         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5954
5955         * stepmake/stepmake/generic-targets.make:
5956         * stepmake/stepmake/bin/make-version.py: 
5957         * stepmake/aclocal.m4:
5958         * make/stepmake.make:
5959         * make/toplevel-version.make: Build fixes: remove last traces of
5960           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5961
5962         * lily/beam.cc: Add gap-count property.
5963
5964 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5965
5966         * scm/define-grob-properties.scm (gap-count): add gap-count
5967
5968         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5969
5970 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5971
5972         * cygwin/mknetrel.doc: Typo.
5973
5974         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5975
5976         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5977
5978 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5979
5980         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5981         sizes. Remove support for 'ledger'(=tabloid+landscape).
5982
5983 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5984
5985         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5986         sauter PFAs.
5987
5988         * configure.in: remove VERSION stuff once again.
5989
5990         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5991
5992         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5993         for chord names.
5994
5995         * mf/GNUmakefile: always trace pfa fonts.
5996         (SAUTER_FONTS): add cmss[567] too fonts
5997
5998         * configure.in: require mftrace. 
5999
6000         * lily/staff-performer.cc (new_instrument_string): don't look at
6001         instrument property.
6002
6003         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6004         is_direction is the C++ one. Similar for ly_axis_p and
6005         ly_number_pair_p
6006
6007 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6008
6009         * lily/beam.cc (brew_molecule): read gap-count to determine
6010         number of tremolo (gapped) beams.
6011
6012         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6013         shorter than 1/8
6014
6015         * flower/include/array.hh (default_compare): new function
6016
6017         * cygwin/mknetrel: Native fixes.
6018
6019         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6020
6021 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6022
6023         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6024         feature for Windows.
6025
6026         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6027
6028         * cygwin/mknetrel: Updates for native use on Cygwin.
6029
6030         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6031
6032         * stepmake/stepmake/help2man-rules.make: 
6033         * cygwin/mknetrel: Bugfix for manpages.
6034
6035         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6036         $(builddir).  Stepmake is a normal subdirectory now, that is not
6037         configured.  Another srcdir build fix.
6038
6039         * Documentation/topdocs/INSTALL.texi,
6040         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6041         lilypond-init.el, lilypond-mode.el, debian/rules,
6042         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6043         rename generated file lilypond.words to lilypond.words.el.
6044
6045 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6046
6047         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6048
6049         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6050         GNUmakefile.in.
6051
6052 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6053
6054         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6055         when cross building.
6056
6057         * configure.in: srcdir build fix.
6058
6059         * cygwin/GNUmakefile:
6060         * cygwin/lily-wins.py:
6061         * cygwin/postremove-lilypond.sh: 
6062         * cygwin/postinstall-lilypond.sh: Merge from stable.
6063
6064         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6065         s/ly2dvi/lilypond/.
6066
6067 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6068
6069         * lily/slur.cc (after_line_breaking): only set control points if
6070         none supplied yet.
6071
6072         * input/test/slur-manual.ly: new file.
6073
6074         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6075         <<  >> chords too.
6076
6077         * VERSION (PACKAGE_NAME): release 1.9.8
6078
6079         * scripts/lilypond.py (escape_path): escape spaces in directory names
6080
6081         * input/test/text-spanner.ly: fixes.
6082
6083 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6084
6085         * buildscripts/lilypond.words.py: add drum names as note names to
6086         Emacs-mode.
6087
6088 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6089
6090         * input/regression/hairpin-dashed.ly: new file.
6091
6092         * scripts/convert-ly.py (conv): warn about dash-length.
6093
6094         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6095         automatically if we get a new one.
6096
6097         * lily/lookup.cc (dashed_line): new function
6098
6099         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6100         dash-fraction.
6101
6102 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6103
6104         * buildscripts/lilypond.words.py: extract note names.
6105
6106         * lilypond-mode.el: take note names from lilypond.words -file.
6107         small fix in the use of string-match.
6108
6109         * lilypond-font-lock.el: use lilypond.words for note names, add 
6110         maxima to note a duration.
6111
6112 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6113
6114         * lily/breathing-sign.cc: remove railtracks() function. 
6115
6116         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6117
6118         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6119         (brew_molecule): bugfix don't make arpeggio shorter when
6120         arpeggio-direction is set.
6121
6122         *  debian/rules: small corrections in the (Pedro K)
6123
6124         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6125         examples.
6126
6127         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6128         special (repeat) bar comes along.
6129
6130         * input/regression/auto-beam-bar.ly: update.
6131
6132         * scripts/lilypond-book.py (output_dict): remove support for the
6133         EPS option.
6134
6135         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6136         VerticalAlignment and VerticalAxisGroup this fixes the size
6137         computations for the entire system.
6138  
6139         * input/les-nereides.ly (bass): remove superfluous fontSize.
6140
6141         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6142         causes directory of file to be added to include path.
6143
6144         * input/regression/beam-break.ly: test single stem beams.
6145
6146         * input/regression/system-start-bracket.ly: fix.
6147
6148         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6149
6150         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6151
6152         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6153         (score_stem_lengths): do something sensible for single stem beams.
6154
6155         * lily/beam.cc (least_squares): add kludge for single stem beams.
6156
6157         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6158         keySignature to list of broken things.
6159
6160         * input/regression/keys.ly: fix.
6161
6162         * VERSION (PACKAGE_NAME): release 1.9.7
6163
6164         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6165
6166         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6167
6168         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6169         (quartertone_pitch): new function
6170
6171         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6172         flat. WARNING: FONT CHANGED.
6173
6174         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6175
6176         * lily/accidental-placement.cc (add_accidental): support for
6177         quarter tones.
6178
6179         * ly/LANGUAGEs.ly: use symbols for alterations.
6180
6181         * mf/feta-toevallig.mf: change accidental codes. 
6182
6183         * scm/lily.scm (ly:get-option): switch on debugging only for
6184         --verbose.
6185
6186         * lily/lily-guile.cc: remove ly:verbose?
6187
6188         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6189
6190         * lily/parser.yy (TODO): only do gh_call() for apply with
6191         procedure argument.
6192
6193         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6194         stuff in accordance with new timing of tie-events.
6195
6196         * lily/my-lily-lexer.cc: remove \outputproperty
6197
6198         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6199
6200         * scm/define-translator-properties.scm (melismaBusyProperties):
6201         add melismaBusyProperties property.
6202
6203 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6204
6205         * input/test/ambitus-mixed.ly (texidoc): new file.
6206
6207         * buildscripts/mutopia-index.py (find): prune debugging
6208
6209         * lily/side-position-interface.cc: doc updates
6210
6211         * Documentation/user/refman.itely: updates, tweaks.
6212
6213         * lily/parser.yy (Simple_music): remove outputproperty
6214
6215         * make/stepmake.make: use VERSION again; importing VERSION via
6216         autoconf dependencies is too hairy.
6217
6218 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6219
6220         * lilypond-mode.el: allow `-' for keywords and identifiers.
6221
6222 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6223
6224         * VERSION: release 1.9.6
6225         
6226         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6227         iso. ly2dvi.
6228
6229         * Documentation/user/*.itely: fixes everywhere
6230
6231         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6232         produce ties from the engraver itself, do not broadcast TieEvent.
6233
6234         * lily/my-lily-lexer.cc: remove pitch & duration.
6235
6236         * lily/parser.yy (TODO): remove \pitch and \duration
6237
6238         * input/test/explicit.ly: remove file.
6239
6240         * Documentation/user/refman.itely (Pitches): remove \pitch 
6241         \duration command.
6242
6243 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6244
6245         * buildscripts/lilypond.words.py: add all slur types to Emacs
6246         insertion menu, suppose everything is postfixed by dropping 
6247         unnecessary `-' -marks.
6248
6249 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6250
6251         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6252         tremoloed stems.
6253
6254         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6255         head for flagged stems.
6256
6257         * lily/stem.cc (get_default_stem_end_position): futz with extra
6258         stem length if there is a stem tremolo.
6259
6260         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6261         it would be too small.
6262
6263         * lily/font-metric.cc: return #f for non-existent glyph.
6264         
6265         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6266         exported through config.make.
6267
6268         * input/regression/clef-oct.ly: new file.
6269
6270         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6271         transposition.
6272
6273         * input/template/*.ly: remove old relative.
6274
6275         * ly/english.ly: add X names for double sharp.
6276
6277 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6278
6279         * lily/font-select.cc: new file handle font selection routines.
6280
6281         * lily/parser.yy: add ; (Patrick Atamaniuk)
6282
6283         * input/test/time-signature-double.ly: use markups for double time
6284         sigs.
6285
6286         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6287         ChordNames.SeparationItem #'padding for adjusting space after chords.
6288         
6289         * lily/music-output-def.cc (LY_DEFINE): 
6290         new function ly:paper-lookup.
6291         
6292         * mf/parmesan-clefs.mf: use # quantities for char_box
6293         offsets. Fixes overflow errors in the PFA. 
6294
6295         * scm/new-markup.scm (strut-markup): change calling interface for
6296         markup. Pass paper-def, not grob. This would allow \markup to be
6297         used separately from grobs.
6298
6299         * lily/paper-def.cc: new function ly:paper-font; this function
6300         replaces ly:get-font.
6301
6302         * lily/include/font-interface.hh (struct Font_interface): take
6303         Paper_def iso. Grob for get_font().
6304
6305 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6306
6307         * Documentation/user/ tutorial.itely, refman.itely: add warning
6308         about \key and accidentals.
6309
6310 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6311
6312         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6313
6314         * Documentation/user/*.itely: manual tweaks
6315
6316 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6317
6318         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6319         cleanup; bugfix: exact_center
6320
6321         * Documentation/user/refman.itely: added more documentation on
6322         ambitus according to recent questions on lilypond-user list
6323
6324 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6325
6326         * input/regression/ottava.ly (texidoc): demo 15ma too.
6327
6328         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6329
6330         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6331         octave fixes.
6332
6333 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6334
6335         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6336         problems on older Mac editors.
6337
6338 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6339
6340         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6341
6342 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6343
6344         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6345         mf/parmesan-clefs.mf: added comments on character alignment and
6346         set_char_box() conventions
6347
6348         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6349         set_char_box()'s
6350
6351         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6352
6353 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6354
6355         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6356
6357 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6358
6359         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6360         shortened to avoid almost-collision with staff line; code cleanup;
6361         other custodes: fixed char boxes; code cleanup
6362
6363 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364
6365         * configure.in: release 1.9.5
6366         
6367         * scripts/lilypond.py (global_latex_preamble): only set
6368         twosideshift if 'twoside' is in latexoptions 
6369
6370         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6371
6372         * VERSION: remove
6373
6374         * scripts/*2ly.py: update <> syntax
6375
6376 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6377
6378         * lily/chord-name-engraver.cc (process_music): add origin for
6379         chord name.
6380
6381         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6382
6383         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6384         bass notes for exceptions too.
6385
6386         * scm/define-grobs.scm (all-grob-descriptions): rename
6387         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6388
6389         * scm/define-grob-properties.scm (remove-first): add remove-first
6390         property for orchestral scores.
6391
6392         * Documentation/user/*.itely: switch <<>> and <> 
6393
6394         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6395         last_line only once. This fixes the two consecutive glissandi problem.
6396
6397 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6398
6399         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6400         error message "flexa-width undefined"
6401
6402         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6403         lily/include/gregorian-ligature.hh: print warning when ignoring
6404         head prefixes on flexa shapes
6405
6406         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6407         space before a series of inclinatum heads
6408
6409         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6410         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6411         cleanups
6412
6413         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6414         and char_box
6415
6416 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6417
6418         * input/regression/breathing-sign.ly: tiny fixes
6419
6420         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6421         semantical collision with vaticana ligatures
6422
6423         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6424         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6425         now consistent with mensural ligatures
6426
6427         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6428         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6429         context pitches and staff position; dto. for virga stem; removed
6430         obsolete virga and clivis characters from parmesan font (WARNING:
6431         font changed)
6432
6433         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6434         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6435
6436         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6437         scm/define-grob-properties.scm: consistency fix: renamed
6438         join_left->add_cauda
6439
6440         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6441         appendix length; bugfix: yoffs_bt for reverse direction punctum
6442         characters
6443
6444         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6445         small cleanups; added more docu
6446
6447         * lily/mensural-ligature-engraver.cc,
6448         lily/vaticana-ligature-engraver.cc,
6449         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6450         computation to CoherentLigatureEngraver
6451
6452         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6453         scm/define-grob-properties.scm: bugfix: added missing linea and
6454         cavum properties; bugfix: removed dead semivocalis property
6455
6456         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6457         length; redesigned quilisma, stropha and auctum
6458
6459         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6460         line thickness
6461
6462         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6463         Documentation/user/refman.itely: bugfix: introduced shifted
6464         epiphonus head to avoid collision with adjacent plica
6465
6466 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6467
6468         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6469
6470         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6471
6472 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6473
6474         * Documentation/user/tutorial.itely (A lead sheet): remove
6475         duplicate chords.
6476
6477         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6478
6479 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6480
6481         * Documentation/bibliography/computer-notation.bib (isbn): add
6482         xivcim publication.
6483
6484 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6485
6486         * GNUmakefile.in: drop lilypond.words for generation.
6487
6488 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6489
6490         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6491
6492         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6493
6494 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6495
6496         * input/test/figured-bass-alternate.ly (fl): new file.
6497
6498         * Documentation/topdocs/README.texi (Top): clarifications.
6499
6500         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6501         theses of Gieseking and Renz.
6502
6503         * GNUmakefile.in (README_FILES): remove README.mandrake.
6504
6505 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6506
6507         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6508         from source files and search patterns listed in the script.
6509
6510         * GNUmakefile.in: add target `lilypond.words'.
6511
6512         * lilypond.words: remove file, generated by `make lilypond.words'.
6513
6514         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6515
6516 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6517
6518         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6519
6520 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6521
6522         * VERSION: 1.9.4 released
6523
6524         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6525         rule for < > <-> << >> substitution
6526
6527         * lily/lexer.ll: exchange meaning of << >> and < > 
6528
6529         * VERSION (PACKAGE_NAME): 1.9.3 released
6530
6531         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6532         pages unconditionally.
6533
6534 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6535
6536         * Documentation/user/music-glossary.tely (Top): small syntax
6537         fixes.
6538
6539         * scm/music-functions.scm (remove-tag): filter \tagged music
6540         expressions.
6541
6542         * input/regression/tag-filter.ly (texidoc): new file.
6543
6544         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6545         symbol2 .. ) etc. 
6546
6547         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6548         convert rule.
6549
6550         * Documentation/user/refman.itely (Fingering instructions): adjust
6551         manual.
6552
6553         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6554         for borderline cases (e.g. 1 fingering.)
6555         (position_scripts): revise interface, use fingerOrientations to
6556         set fingering positions.
6557
6558         * scm/document-translation.scm (context-doc): add aliases to
6559         automated documentation.
6560
6561         * make/lilypond-vars.make: remove stepmake compat glue.
6562
6563         * make/generic-vars.make: remove cruft.
6564
6565         * lily/main.cc (main): don't identify binary.
6566
6567 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6568
6569         * lily/include/translator.hh (class Translator): remove
6570         type_string_ , use symbol for context name throughout.
6571         Changes through whole source tree.
6572
6573         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6574         set PDF as default, and always make PDF.
6575
6576         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6577
6578 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6579
6580         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6581         Documentation/user/refman.itely input/regression/allfontstyle.ly
6582         input/regression/grace-types.ly:
6583         fix spelling for acciaccatura (Webster's 1913).
6584
6585 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6586
6587         * lily/main.cc (usage): adjust blurb, include url.
6588
6589         * input/regression/breathing-sign.ly (texidoc): transpose up
6590
6591 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6592
6593         * input/regression/breathing-sign.ly: changed ancient examples to
6594         be relevant (by request of Han-Wen); updated BreathingSign text
6595         property according to new syntax.
6596
6597         * ly/gregorian-init.ly: updated BreathingSign text property
6598         according to new syntax
6599
6600 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6601
6602         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6603         (Clef): index entries for clefs.
6604
6605         * python/lilylib.py (system): remove errorlog files.
6606         
6607 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6608
6609         * lilypond.words: add \new and new graces. Add dynamics to menus
6610         keeping 1.8.x compatibility; after all the engraving relating to 
6611         notes becomes postfixed `-' marks will be removed.
6612
6613 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6614
6615         * lily/molecule.cc (align_to): idem.
6616
6617         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6618         
6619         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6620         accacciatura everywhere.
6621
6622         * VERSION (PACKAGE_NAME): released 1.9.2
6623
6624         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6625
6626         * scm/document-markup.scm (markup-doc-node): sort markup function
6627         list.
6628
6629         * lily/paper-outputter.cc (output_version): change "Lily was here"
6630         into  "Engraved by LilyPond"
6631
6632         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6633         on unquoted strings before \notenames.
6634
6635         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6636         increases the number of s/r reductions to 4.
6637
6638         * scm/new-markup.scm (fraction-markup): \fraction command.
6639
6640         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6641         mode
6642
6643         * lily/lookup.cc (round_filled_box): rename function.
6644         (LY_DEFINE): round-filled-box: change signature.
6645
6646         * Documentation/user/refman.itely: revise section explaining grace
6647         notes.
6648
6649         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6650         ly:set-context-property
6651
6652         * input/*/*.ly (vmus): use \new everywhere.
6653
6654         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6655
6656         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6657         default
6658
6659         * scm/music-functions.scm (set-stop-grace-properties)
6660         (set-start-grace-properties, add-grace-property): new functions
6661         for modular grace tweak control.
6662
6663         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6664         
6665 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6666
6667         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6668
6669         * GNUmakefile.in (install-pfa-fonts):
6670         (get-pfa-fonts): New target.
6671
6672         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6673         install-pfa-fonts help.
6674
6675 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6676
6677         * lily/translator-scheme.cc (LY_DEFINE):
6678         ly:context-pushpop-property new function.
6679         (LY_DEFINE): new function ly:translator-find  
6680         new function ly:translator?
6681         (LY_DEFINE): new function ly:context?
6682
6683         * lily/translator-def.cc: remove
6684         Translator_def::apply_pushpop_property().
6685
6686         * python/lilylib.py (read_pipe): only store and display error log
6687         if verbose not set.
6688         (read_pipe): only display log if it contains something.
6689
6690 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6691
6692         * Documentation/misc/GNUmakefile: Re-add.
6693         (TEXTS): Add CHANGES.
6694
6695 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6696
6697         * lilypond.words: add \newcontext.
6698
6699 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6700
6701         * lily/tie-performer.cc (stop_translation_timestep): only flush
6702         tied_notes when we have actually made a tie. Fixes bugs with ties
6703         in polyphonic scores.
6704
6705 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6706
6707         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6708         they do not exist.
6709
6710 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6711
6712         * VERSION (PACKAGE_NAME): released 1.9.1 
6713
6714         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6715         Instrument_name_engraver
6716
6717         * lily/tie-performer.cc (create_audio_elements): bugfix
6718
6719         * Documentation/user/music-glossary.tely (Top): comment out
6720         font-style statements.
6721
6722         * input/test/force-hshift.ly: revise example.
6723
6724         * Documentation/bibliography/engraving.bib (note): typos.
6725
6726         * configure.in: bump GCC requirements to 3.x
6727
6728         * lily/include/audio-item.hh (class Audio_tie): rename
6729         note_l_drul_ to note_drul_
6730
6731         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6732
6733         * lily/parser.yy (relative_music): whoops. All \relative were off
6734         by ...  a lot .... Ahem.
6735
6736         * scm/define-music-types.scm (music-descriptions): idem.
6737
6738         * lily/beam-engraver.cc: move new-beam-event to beam-event
6739
6740         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6741         to Tie_engraver
6742
6743         * input/regression/bar-number.ly: remove unnecessary old-relative
6744         options.
6745         
6746         * Documentation/user/internals.itely (Creating contexts): document
6747         \newcontext
6748
6749         * lily/parser.yy (Composite_music): add \newcontext
6750
6751         * Documentation/user/refman.itely (MIDI block): add note about
6752         dotted tempos.
6753
6754         * scm/font.scm: remove old markup legacy
6755
6756         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6757
6758         * lily/breathing-sign.cc (brew_molecule): remove function
6759
6760         * lily/text-item.cc: remove old-style markups.
6761         (interpret_markup): C++ version of markup function
6762         (brew_molecule): idem.
6763
6764         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6765         as Scheme variable.
6766
6767         * scripts/convert-ly.py (conv): dashes rule.
6768         Apply rule.
6769
6770         * Documentation/user/lilypond-book.itely: syntax fixes. 
6771
6772 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6773
6774         * VERSION (PACKAGE_NAME): release 1.9.0
6775
6776         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6777         note about dvips. (Should backport.)
6778
6779         * scripts/convert-ly.py
6780         (FatalConversionError.articulation_substitute): add
6781         convert-new-chords code. Remove convert-new-chords.py
6782
6783         * Documentation/user/refman.itely (Octave check): document
6784         \octave.
6785
6786         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6787         \relative changes.
6788
6789         * lily/parser.yy (command_element): octave check:
6790
6791            \octave PITCH
6792
6793         checks that PITCH (without octave) yields PITCH (with octave) in
6794         \relative
6795
6796         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6797
6798         * lily/scm-option.cc: ly:set-option now has the default argument
6799         #t.
6800
6801         * lily/lexer.ll: add \renameinput
6802
6803         * python/lilylib.py (command_name): robustifications.
6804
6805         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6806         /dev/stderr. This is ash compatible.
6807
6808         * ly/init.ly: add warning if compatibility was not necessary.
6809
6810         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6811
6812         * flower/include/string-handle.icc: formatting cleanups, rename
6813         references by ref_count_.
6814
6815 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6816
6817         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6818         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6819         package libs separately, fix conflicting php variable out=/dev/vc/
6820         invoking `unset out', declare menus, use only one icon-file, fix
6821         doc-path in menu.
6822
6823 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6824
6825         * scripts/convert-ly.py (FatalConversionError.conv): typo
6826
6827         * Documentation/misc/GNUmakefile: restore misc directory.
6828
6829         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6830
6831         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6832         Petites-Preludes 
6833
6834         * input/test/partial-blank.ly (quickmeasure): syntax
6835
6836         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6837         attachment property.
6838
6839         * Documentation/user/refman.itely: remove superfluous -'s 
6840         (Grace notes): ) fixes.
6841
6842         * lily/music.cc: generic compress(), transpose() functions. Remove
6843         others.
6844
6845         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6846         style markup entry.
6847
6848         * lily/parser.yy: all articulations postfix; remove obligatory -
6849         for [,  ) and \!
6850         
6851         * lily/music.cc (to_relative_octave): write generic
6852         to_relative_octave function; various relative cleanups.
6853         Hmmm.
6854
6855         * lily/scm-option.cc: add options new-relative and old-relative
6856
6857         * po/sv.po: new po file.
6858
6859         * Documentation/user/refman.itely (Dynamics): website
6860         fixes. (should backport!)
6861
6862 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6863
6864         * make/lilypond.mandrake.spec.in: declare version only once.
6865
6866 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6867
6868         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6869         meaning for now.
6870
6871 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6872
6873         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6874
6875         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6876
6877         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6878
6879         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6880
6881         * lily/music.cc (var): add ly:music-transpose function.
6882
6883         * lily/parser.yy (pre_events): remove prefix articulations.
6884
6885         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6886
6887         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6888
6889         * Documentation/user/refman.itely (Text markup): add comment about
6890         markup in header.
6891
6892 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6893
6894         * lily/paper-outputter.cc (write_header_fields_to_file): 
6895         only dump value if it is a string.
6896
6897         * flower/include/dictionary.hh: remove.
6898         
6899         * Documentation/ChangeLog-1.5: add back old log.
6900
6901         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6902         .pfas from a .deb.
6903
6904 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6905
6906         * Documentation/bibliography/engraving.bib: add entry for
6907         Jaschinski's Notation
6908
6909 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6910
6911         * Documentation/user/refman.itely (Beaming): add note about
6912         allowBeamBreak
6913
6914 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6915
6916         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6917         GregorianTranscription contexts
6918
6919         * ly/engraver-init.ly: vaticana contexts: minor fixes
6920
6921         * Documentation/user/refman.itely (Ancient notation): added note
6922         on appendix length bug
6923
6924         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6925         input/test/vaticana.ly: use vaticana contexts; small fixes
6926
6927 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6928
6929         * flower/hash.cc: Remove.
6930
6931         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6932         to (nonexistent?) hash_func_ identifier.
6933
6934         * python/midi.c (midi_error, midi_warning): Use char const* for
6935         __FUNCTION__ argument.
6936
6937         * python/gettext.py: Remove.  We already require python 2.1, which
6938         includes gettext.py.
6939
6940         * configure.in: Require python 2.1, as INSTALL.texi says.
6941         it.
6942
6943         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6944         versions 1.50 and 1.75.  Remove note about lexer patch.
6945
6946 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6947
6948         * Documentation/topdocs/INSTALL.texi: Update type1 font
6949         description to actual situation.  Add comment about new font ball
6950         layout.
6951
6952         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6953         in $LILYPONDPREFIX suffices for installation.
6954
6955 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6956
6957         * debian/control (Build-Depends): Add flex-old as alternative to
6958         flex.  Deprecate bison 1.75.
6959
6960 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6961
6962         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6963         Vaticana contexts
6964
6965         * Documentation/user/refman.itely (Ancient notation): documented
6966         some bugs; tiny fixes; added docu on Vaticana contexts
6967
6968         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6969         scripts
6970
6971 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6972
6973         * Documentation/user/refman.itely (Ancient notation): added some
6974         introductory words; added section on ancient time signatures;
6975         added some @seealso and @refcommands; small fixes and
6976         beautifications
6977
6978 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6979
6980         * input/regression/note-head-style.ly: many fixes and updates
6981
6982         * Documentation/user/refman.itely: added small sections on ancient
6983         accidentals, rests and flags; revised ancient note head section;
6984         small wording/spelling fixes
6985
6986         * input/test/rests.ly: layout fixes
6987
6988 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6989
6990         * input/puer-fragment.ly: bugfix: central C position of do clef
6991
6992         * ly/gregorian-init.ly: workaround: add small padding space before
6993         divisiones (the correct fix would be the spacing engine to handle
6994         this)
6995
6996 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6997
6998         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6999         cue-notes.ly: minor fixes.
7000
7001 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7002
7003         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7004         input/test/custos-style.ly
7005
7006         * Documentation/index.html.in: bugfix: link to Tutorial.html
7007
7008         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7009         to neumes; bugfix: "et": epiphonus, not just a simple pes
7010
7011 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7012
7013         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7014
7015         * lilypond.words: add new features: markup, column, center, \[ \].
7016         
7017 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7018
7019         * Documentation/topdocs/NEWS.texi, DEDICATION,
7020         stepmake/bin/add-html-footer.py
7021         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7022         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7023         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7024         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7025         added (only) after a sentence which is complete; if the sentence is 
7026         not ended a comma `,' or nothing is used. fix also spaces.
7027
7028 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7029
7030         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7031         requirements to plain 1.6.
7032
7033         * buildscripts/mutopia-index.py (read_lilypond_header): update
7034         mutopia-index.py to 1.4 syntax [sic]
7035
7036 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7037
7038         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7039
7040 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7041
7042         * Documentation/index.html.in: url for regression pdf
7043
7044         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7045
7046         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7047
7048         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7049
7050         * VERSION: 1.8.0 released
7051         
7052         * GNUmakefile.in (local-WWW-post): footify build fix.
7053
7054         * configure.in: require GUILE 1.6.4
7055
7056         * Documentation/user/GNUmakefile: don't copy *.png for
7057         lilypond-internals
7058
7059         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7060         local-WWW-post target.
7061         (rsync-web): add rsync-web target
7062
7063         * Documentation/user/introduction.itely (Music notation and
7064         engraving): add neume example
7065
7066         * input/puer-fragment.ly (cantus): add puer-fragment
7067
7068 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7069
7070         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7071         to notes, so that equalizer is actualy being used.
7072
7073         * scm/midi.scm (instrument-equalizer-alist):
7074         (absolute-volume-alist): Define public, so that user can copy or
7075         override.
7076
7077         * lily/key-performer.cc (create_audio_elements): Check for minor
7078         key.  Only if key is minor, set MIDI key to minor.
7079
7080 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7081
7082         * Documentation/user/refman.itely (Hiding staffs): fixes.
7083
7084         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7085
7086         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7087         vertical extents to deal with Hara kiri correctly.
7088
7089         * input/regression/hara-kiri-short.ly: remove
7090
7091         * input/regression/hara-kiri-pianostaff.ly: update test.
7092
7093         * Documentation/user/*.tely: remove WEBTITLE
7094
7095         * scm/output-tex.scm (comment): idem.
7096
7097         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7098
7099         * scm/music-functions.scm (make-lyric-event): new function
7100
7101         * scm/lily.scm (lilypond-version): new function
7102
7103         * input/test/version-output.ly: new file.
7104
7105         * Documentation/user/lilypond.tely: add version number to
7106         front-page.
7107
7108 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7109
7110         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7111
7112 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7113
7114         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7115
7116         * Documentation/user/refman.itely (Hiding staffs): rename node.
7117
7118 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7119
7120         * input/regression/new-markup-syntax.ly (texidoc): remove
7121         molecule-callback override.
7122
7123 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7124
7125         * input/les-nereides.ly: Mark tweaks with %tweak.
7126
7127         * Debian patch, see debian/changelog (Anthony Fok).
7128
7129 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7130
7131         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7132         problem.
7133
7134 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7135
7136         * Documentation/user/refman.itely (Text markup): Fix language bug.
7137
7138 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7139
7140         * input/* : postfix syntax fixes.
7141
7142         * Documentation/user/refman.itely (Text markup): add note about
7143         raise/lower with ^ or _ .
7144         
7145         * po/fi.po: fix \\apply strings.
7146
7147         * lily/parser.yy (open_event): warn for prefix articulations.
7148
7149 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7150
7151         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7152         fix also on parmesan font.
7153
7154 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7155
7156         * VERSION 1.7.30 released
7157         
7158         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7159
7160         * buildscripts/mutopia-index.py (headertext): rewording
7161
7162 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7163
7164         * scm/new-markup.scm (strut-markup): new markup function.
7165
7166         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7167         space also when no accidental is there.
7168
7169 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7170
7171         * input/les-nereides.ly: Updates.
7172
7173 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7174
7175         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7176         which repeats the tag insertion selected from "Insert tag" menu.
7177
7178 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7179
7180         * lily/all-font-metrics.cc (find_font): load AFM files first only
7181         for feta fonts. This fixes problems with TeXlive and other TeX
7182         distros that include AFM files for the CM fonts. 
7183
7184         * scm/font.scm (qualifiers-to-font-name): remove.
7185
7186         * lily/paper-def.cc: remove get_var.
7187
7188         * input/trip.ly: remove file.
7189         
7190         * input/regression/spacing-note-flags.ly (raggedright): remove
7191         stafflinethickness
7192
7193         * input/les-nereides.ly: update to new syntax, cleanups.
7194
7195 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7196
7197         * Documentation/user/refman.itely: Clarify shortest-note problem
7198         of autobeamer.
7199
7200 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7201
7202         * lilypond-mode.el: Add each word to regexps only once.
7203
7204         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7205         is based on the syntax definitions in lilypond.words. Remove all 
7206         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7207         LilyPond->Insert menu is generated by the entries in lilypond.words 
7208         to which have been given a syntax definition.
7209
7210         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7211         \notes, \relative, \score, \simultaneous, \transpose.
7212
7213         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7214
7215         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7216         
7217         * lilypond-mode.el: add menu keywords separately.
7218
7219         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7220
7221 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7222
7223         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7224         current ugly installation method for PFA fonts.
7225
7226 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7227
7228         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7229         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7230
7231         * Documentation/user/music-glossary.tely: update legato.
7232
7233 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7234
7235         * lexer-gcc-3.0.patch: Remove.
7236
7237         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7238
7239 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7240
7241         * debian/rules (binary-arch): remove NEWS.
7242
7243 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7244
7245         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7246         stepmake/bin{ many }: polish the `--help's of different scripts;
7247         model taken from the core-utils of Linux.
7248
7249         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7250
7251 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7252
7253         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7254
7255         * flower/libc-extension.cc: idem.
7256
7257         * flower/include/libc-extension.hh: protect against isinf macros.
7258
7259 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7260
7261         * { many }: Use two uppercase letters in LilyPond.
7262
7263         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7264
7265         * VERSION: 1.7.29 released.
7266         
7267 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7268
7269         * lily/tie.cc: add TODO comment.
7270
7271         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7272
7273         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7274         linejoins and linecaps. This fixes problems with occasional spikes
7275         on slur/tie endings.
7276         
7277         * input/regression/font-name.ly: don't use PS fonts for
7278         compatibility reasons. 
7279
7280         * mutopia/claop.py (accents): update to 1.8
7281
7282         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7283
7284         * Documentation/user/macros.itexi: don't color glossary links.
7285
7286         * Documentation/user/invoking.itexi (Error messages): new section
7287
7288 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7289
7290         * input/regression/font-name.ly: add file.
7291
7292         * scm/document-backend.scm (grob-doc): remove <hr> from
7293         lilypond-internals
7294
7295         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7296         reqd version to 1.6.4 
7297
7298         * lily/font-interface.cc (get_font): bugfix: take font-name from
7299         alist chain too. This fixes font-name override for \markup.
7300
7301 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7302
7303         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7304
7305         * input/test/polymetric-differing-notes.ly: Compile fix.
7306
7307 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7308
7309         * Documentation/user/refman.itely: fixed typo
7310
7311         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7312         before flexa
7313
7314 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7315
7316         * input/test/{ many }: search & fix some typos.
7317
7318 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7319
7320         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7321         images.
7322
7323         * scm/music-functions.scm (make-voice-props-set): set Script /
7324         TextScript dir for polyphony too.
7325
7326         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7327         before clef.
7328
7329         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7330
7331 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7332
7333         * Documentation/user/refman.itely (Percussion): Small
7334         clarifications and fixes.
7335
7336         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7337         threads. This fixes different heads playing simultaneously.
7338
7339 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7340
7341         * Documentation/user/{ many }: increase readability (read through 
7342         User manual from `one big page').
7343
7344 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7345
7346         * input/test/polymetric-differing-notes.ly: add example with
7347         disparate note values.
7348
7349         * input/test/polymetric.ly: rename from poly-metric
7350
7351         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7352         iso. outname.
7353
7354         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7355         G-clef bbox to real char extents. This fixes the G-clef being
7356         offset too much to the right.
7357         document perc clef offset.
7358
7359         WARNING: FONT CHANGED.
7360
7361         * Documentation/user/tutorial.itely (Tutorial): move menu.
7362
7363 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7364
7365         * buildscripts/lilypond-profile.sh (Error): trim error message.
7366
7367         * Documentation/user/invoking.itexi (Invoking the lilypond
7368         binary): add note about path.
7369
7370         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7371         suppresses superfluous spaces.
7372
7373 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7374
7375         * buildscripts/lilypond-profile.sh: Add documentation to error
7376         message.
7377
7378         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7379
7380 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7381
7382         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7383         <mike@ossmann.com>)
7384
7385         * Documentation/bibliography/computer-notation.bib (pages): prune
7386         unscientific language.
7387
7388         * Documentation/user/GNUmakefile: copy unsplit file to
7389         lilypond.html (idem for lilypond-internals).
7390
7391         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7392
7393         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7394
7395         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7396
7397         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7398         fix.
7399         
7400 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7401
7402         * Documentation/user/{ various }: bind text snippets with their
7403         examples, e.g. by punctuation: This is an example.
7404
7405 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7406
7407         * ly/performer-init.ly (VoiceContext): Typos.
7408
7409         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7410         builds, leave final-install to toplevel srcdir makefile.
7411
7412         * make/srcdir.make.in (install): New target.
7413
7414 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7415
7416         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7417         This fixes core dump on MIDI output (Simon Weatherill).
7418
7419         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7420         on local-WWW-post.
7421
7422 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7423
7424         * make/lilypond.redhat.spec.in: add dvips to reqs.
7425
7426 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7427
7428         * make/srcdir.make.in (web): Add special web target.
7429
7430         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7431         from inner $(LOOP).
7432
7433         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7434
7435         * stepmake/stepmake/generic-targets.make (www-targets-help):
7436         * GNUmakefile.in (web-install): Install in $(webdir).
7437
7438         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7439
7440         * cygwin/changelog: 
7441         * cygwin/mknetrel: Update.
7442
7443         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7444         (html-doc): Remove (use: web).
7445
7446         * stepmake/stepmake/script-rules.make: 
7447         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7448         Fix $(config_make) dependencies for srcdir build.
7449
7450         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7451         target for srcdir build.
7452
7453         * stepmake/make/stepmake.make: 
7454         * make/srcdir.make.in: 
7455         * GNUmakefile.in:
7456         * make/stepmake.make (config_make): Rename variable (was:
7457         configuration).
7458
7459 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7460
7461         * Documentation/user/internals.itely (Manipulating music
7462         expressions): run lilypond on example too.
7463
7464         * flower/include/libc-extension.hh: move lrint define to
7465         header. bugfix.
7466         
7467 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7468
7469         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7470         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7471         do we recurse whole tree?).
7472
7473         * GNUmakefile.in (html-doc): Resurrect.
7474
7475         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7476         obsolete $(package-icon) dependency.
7477
7478 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7479
7480         * Documentation/user/refman.itely (Automatic staff changes):
7481         add seealso 
7482
7483         * Documentation/index.html.in: link to bigpage.
7484
7485         * Documentation/user/tutorial.itely (Tutorial): streamline.
7486
7487         * Documentation/index.html.in: url typo.
7488
7489         * VERSION (PACKAGE_NAME): release 1.7.28
7490
7491         * python/lilylib.py (error_log): remove '/' from name.
7492
7493         * input/regression/pedal.ly: remove; dups input/test/
7494         
7495         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7496
7497         * Documentation/index.html.in: python style doco index.
7498
7499         * Documentation/{footer,header}.html.in (src): remove, 
7500
7501         * Documentation/pictures: remove all but lelie-logo.xpm.
7502
7503         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7504         before running makeinfo.
7505
7506         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7507         @code{}
7508
7509 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * input/test/bar-number-regular-interval.ly: rename.
7512
7513         * Documentation/user/*: various fixes. 
7514
7515 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7516
7517         * Documentation/{ many }: polish for update-all-menus. typos.
7518
7519         * po/fi.po: fixes.
7520
7521         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7522
7523         * buildscripts/mutopia-index.py: polish.
7524
7525         * input/regression/{ many }, input/test{ many }: polish texidocs.
7526
7527 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7528
7529         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7530         pedal-style
7531
7532         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7533         iso. edge-widen.
7534
7535         * lily/piano-pedal-engraver.cc (process_music): change from
7536         process_acknowledged ()
7537
7538         * lily/piano-pedal-bracket.cc: new file. Change
7539         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7540         cleaned up.
7541
7542         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7543
7544         * input/regression/tuplets.ly (texidoc): rename file.
7545
7546         * po/fr.po: update
7547
7548         * buildscripts/lilypond-profile.sh: error message if script is not
7549         sourced.
7550
7551         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7552         bracket-flare
7553         (make_bracket): simplify code.
7554
7555         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7556         argument.
7557
7558         * python/lilylib.py (lilypond_version_check): new function
7559
7560         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7561
7562         * scripts/ly2dvi.py (run_lilypond): add version check.
7563
7564         * scripts/lilypond-book.py (option_definitions): typo
7565
7566         * scripts/ly2dvi.py (include_path): typo
7567
7568         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7569
7570         * lily/parse-scm.cc (parse_handler): typo
7571
7572         * Documentation/user/macros.itexi: use @heading for headings.
7573
7574         * Documentation/user/refman.itely: updates, fixes.
7575
7576 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7577
7578         * po/fi.po: add Finnish translations. fixes.
7579
7580         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7581
7582         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7583         from lily/glissando-engraver.cc.
7584
7585 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7586
7587         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7588         for non-first _broken_ bracket.
7589
7590         * Documentation/user/refman.itely: corrections.
7591
7592 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7593
7594         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7595         support of the fingerings.
7596
7597         * po/fr.po: French translation update.
7598
7599         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7600         strings.
7601
7602 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7603
7604         * Documentation/user/introduction.itely: Small fixes.
7605
7606 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7607
7608         * Documentation/topdocs/AUTHORS.texi: polish.
7609
7610 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7611
7612         * Documentation/user/introduction.itely: revise
7613
7614         * Documentation/user/tutorial.itely: reorganise.
7615
7616         * Documentation/topdocs/index.tely: remove.
7617
7618         * Documentation/header.html.in: prune.
7619
7620         * GNUmakefile.in: clean up web building.
7621
7622         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7623         target.
7624
7625 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7626
7627         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7628
7629         * lilypond-mode.el: turn on blink-matching-paren.
7630
7631 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7632
7633         * scm/output-sodipodi.scm (svg-header): Fix typo.
7634
7635 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7636
7637         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7638         fixes a security hole.
7639
7640         * scripts/lilypond-book.py (original_dir): remove temp_dir
7641
7642         * scm/document-translation.scm: use @code tags.
7643
7644 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7645
7646         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7647
7648         * lilypond-mode.el: add a buffer-local post-command-hook to set
7649         context dependent syntax-table after each cursor event. Remove old
7650         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7651
7652         * lilypond-indent.el: update comments.
7653
7654         * Documentation/footer.html.in: add period.
7655
7656 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7657
7658         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7659
7660         * scm/document-translation.scm (document-property-operation): add
7661         @code{} tags.
7662
7663         * VERSION (PACKAGE_NAME): release 1.7.27
7664
7665         * config.make.in: add PAPER variable
7666
7667         * buildscripts/new-chords.py (help): add help text
7668
7669         * Documentation/user/introduction.itely (Typography and program
7670         architecture):  fixes.
7671
7672         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7673         for texinfo and dvips. This fixes problems with PDF output of the
7674         wrong size.
7675
7676         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7677         DVIPS_PAPERSIZE variable
7678
7679         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7680         TEXINFO_PAPERSIZE variable 
7681
7682 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7683
7684         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7685
7686         * mf/feta-toevallig.mf: lowres fixes.
7687
7688 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7689
7690         * NEWS: Typo and fill-paragraph fixes.
7691
7692         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7693         cast #define.
7694
7695         * configure.in: 
7696         * config.hh.in: Check for lrint.
7697
7698 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7699
7700         * VERSION: 1.7.26 released
7701
7702         * lily/separation-item.cc: add padding property.
7703
7704         * input/test/*.ly: various fixes, remove solo-a2.ly
7705
7706         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7707         bugfix. Fixes old-style markup compatibility.
7708
7709         * Documentation/user/introduction.itely (Introduction): historical
7710         elucidations
7711
7712         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7713
7714         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7715
7716         * Documentation/index.texi (Top): cleanup.
7717
7718         * Documentation/user/introduction.itely (Introduction): rewrite
7719         introduction, 
7720         (Music notation and  engraving): about notation. Add flat-picture
7721
7722 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7723
7724         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7725         separation items. This keeps lyrics from bumping into each other.
7726
7727 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7728
7729         * GNUmakefile.in (topdocs-web): New target.
7730         (local-web): Depend on topdocs-web; fixes html-doc.
7731
7732 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7733
7734         * po/lilypond.pot: run po-replace
7735
7736         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7737
7738         * scm/drums.scm (reset-drum-kit): new function.
7739
7740         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7741
7742         * scripts/update-lily.py: remove
7743         
7744         * VERSION: release 1.7.25
7745         
7746         * Documentation/user/introduction.itely (Introduction): rewrite
7747         start of introduction.
7748
7749 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7750
7751         * lily/all-font-metrics.cc: fixed typo
7752
7753 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7754
7755         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7756         LilyPond-mode-context-set-syntax-table): new functions to define
7757         the syntax table according to context.
7758
7759         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7760
7761 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7762
7763         * Documentation/user/refman.itely (Figured bass): 
7764         language nit courtesy http://www.vocabula.com
7765
7766         * GNUmakefile.in: remove no kpathsea hack.
7767
7768         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7769         doco.
7770
7771         * GNUmakefile.in: remove web-doc target.
7772
7773         * lily/all-font-metrics.cc (find_afm): add message about
7774         buildscripts/clean-fonts.sh 
7775
7776         * scm/define-music-properties.scm (figure): use string for 'figure
7777
7778         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7779
7780         * input/regression/ : add raggedright = ##t where applicable. 
7781         
7782         * scm/bass-figure.scm (make-bass-figure-markup): add
7783         alignBassFigureAccidentals property.
7784
7785         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7786         bracket.
7787
7788         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7789         syllables widths into account for minimum-length.
7790
7791         * input/test/staff-container.ly: update file
7792
7793         * input/test/stem.ly: remove
7794
7795         * lily/event.cc (LY_DEFINE): add ly: prefix.
7796
7797         * input/test/clef-manual-control.ly: from manual-clef
7798
7799         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7800
7801         * input/test/different-time-signatures.ly: move to poly-metric.ly
7802
7803         * input/test/hara-kiri*,scales.ly: remove
7804         
7805         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7806         with chord-names-jazz.ly)
7807
7808         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7809         get scalable cm fonts too.
7810
7811         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7812         --encoding for mftrace if present.
7813
7814         * input/regression/slur-area.ly: move from test/
7815
7816         * input/test/: remove simple-slur-endings slur-attachment
7817         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7818         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7819         slur-symmetry slur-symmetry tie-broken.ly
7820
7821         * scm/drums.scm (set-drum-kit): add function.
7822
7823         * Documentation/user/refman.itely (Percussion staves): use
7824         set-drum-kit
7825
7826         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7827         too
7828         (Global_measure.set_timesig): handle 3/8 time sig too.
7829
7830         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7831         note about triangle note heads.
7832
7833         * scm/drums.scm: use alist for instrument-settings. This fixes the
7834         bug with assigning to drums in the .ly file.
7835
7836         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7837         CHANGED.
7838
7839         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7840         cluster-beacon-interface
7841
7842         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7843
7844         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7845
7846         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7847
7848         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7849         to get positions.
7850
7851         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7852         make ClusterSpannerBeacon to record Y positions. This removes the
7853         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7854         make cluster-note-events.
7855
7856 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7857
7858         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7859
7860         * configure.in: Use lily/main.cc as identifying source file.
7861
7862         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7863
7864         * config.hh.in: 
7865         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7866
7867         * configure.in: Require PYTHON >= 2.0.
7868
7869         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7870           $PYTHON for include dir location.
7871         (STEPMAKE_PYTHON): New function.  Use
7872         
7873             PYTHON=foo ./configure
7874
7875           to override.
7876
7877 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7878
7879         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7880         something.
7881
7882         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7883         ftp.lilypond.org everywhere.
7884
7885 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7886
7887         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7888         detected.
7889
7890         * Documentation/user/refman.itely (Grace notes): note on explicit
7891         contexts
7892
7893 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7894
7895         * lilypond-font-lock.el: add a comment about LilyPond specific
7896         escape characters: ^, - and _, in the syntax table.
7897
7898         * Documentation/user/appendices.itely: a majuscule fix.
7899
7900 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7901
7902         * input/test/trills.ly (endHorizScript): fixes.
7903
7904         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7905         notation, move from regression.
7906
7907         * input/test/script-stack.ly: change name from stacked-scripts
7908
7909         * input/test/ossia.ly: octave errors.
7910
7911         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7912         for midi-volume-equaliser
7913
7914 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7915
7916         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7917         cm fonts.
7918
7919         * mf/feta-beugel.mf: don't multiply font_count by 10.
7920
7921         * lily/lookup.cc (horizontal_line): new function. Use
7922         horizontal-line in output backends.
7923
7924         * Documentation/user/tutorial.itely (An orchestral part): new
7925         section on orchestral stuff and identifiers.
7926
7927 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7928
7929         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7930         some interference to other modes.
7931
7932 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7933
7934         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7935         not maximum of spacing wishes in polyphonic situations.
7936
7937         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7938         number
7939
7940         * lilypond-indent.el: remove paren matching. 
7941
7942         * lily/text-item.cc (interpret_new_markup): new function
7943         use iso. text2molecule.
7944
7945         * lily/main.cc (notice): change FSF address 
7946
7947         * po/de.po: update PO file to 1.6.
7948
7949 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7950
7951         * Documentation/user/ {many}: Add periods and remove spaces.
7952         
7953 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7954
7955         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7956         Disable buffer-locally default paren hook and make a new one. 
7957
7958         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7959         locally LilyPond-paren-mode. Add todo for mouse double-click.
7960
7961 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7962
7963         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7964         Disable buffer-locally default paren idle timer and make a new one. 
7965
7966         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7967         locally LilyPond-show-paren-mode. Add to menu a toggle for
7968         LilyPond-show-paren-function.
7969
7970 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7971
7972         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7973
7974 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7975
7976         * Documentation/user/refman.itely: spelling fix.
7977
7978         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7979         paren highlight function definitions. add todo for
7980         LilyPond-show-paren-mode.
7981
7982 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7983
7984         * input/template/jazz-combo.ly: new file.
7985
7986 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7987
7988         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7989         lo-res fixes.
7990
7991         * mf/feta-schrift.mf: bugfix in varcoda sign.
7992         WARNING: FONT CHANGED
7993
7994         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7995         in accordance with lexer.ll.   
7996
7997 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7998
7999         * Documentation/user/tutorial.itely: Edit introduction.
8000
8001 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8002
8003         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8004         ly:grob-staff-position
8005
8006 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8007
8008         * scm/to-xml.scm: import srfi-1
8009
8010         * VERSION (MAJOR_VERSION):  release 1.7.24
8011
8012         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8013
8014         * scripts/lilypond-book.py (do_file): put texidoc before image.
8015         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8016
8017         * input/regression/*.ly: fix snippet octaves 
8018
8019         * input/test/spanner-after-break-tweak.ly: import
8020         broken-spanner-adjustment
8021
8022         * input/no-notation/midi-transposing.ly: move from input/test/
8023
8024         * input/test/: remove chord-markup
8025
8026         * input/regression/instrument-name-partial.ly: move from input/test.
8027
8028         * input/test/vertical-text.ly: remove
8029
8030         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8031         space above lyrics lines.
8032
8033         * input/test/uniform-breaking.ly: remove file.
8034
8035         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8036         uniform spacing density. 
8037
8038         * input/test/chords.ly (keys): remove file.
8039
8040         * scm/documentation-lib.scm (oop): use srfi-1 too.
8041
8042         * input/regression/*.ly: add \version
8043
8044         * Documentation/user/*.itely: various fixes.
8045
8046         * buildscripts/mf-to-table.py (base): break table every three
8047         symbols.
8048
8049         * input/:  remove %% new-chords-done %% .
8050
8051         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8052         os-music.ly
8053         
8054 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8055
8056         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8057
8058         * scm/new-markup.scm (box-markup): new function.
8059         (box-markup): new function. Contributed by Dick Schoeller
8060         <schoeller@attbi.com>
8061
8062         * scm/lily.scm: remove reduce-no-unit 
8063         (list-insert-separator): use fold-right
8064
8065         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8066         of arguments. 
8067
8068         * NEWS: more neutral language for ancient notation 
8069
8070         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8071         inside pointing beaming for chord tremolo.
8072
8073         * Documentation/user/lilypond-book.itely: minor editing
8074
8075 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8076
8077         * NEWS: added news for 1.8 regarding ancient notation
8078
8079         * Documentation/user/refman.itely (Gregorian square neumes
8080         ligatures): fixed typo
8081
8082         * lily/vaticana-ligature-engraver.cc,
8083         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8084         lower/upper head of Pes only when heads are stacked
8085
8086         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8087         scm/define-grob-properties.scm: cleanup: make "join-left" a
8088         boolean grob property and save delta pitch in grob property
8089         "delta-pitch" instead
8090
8091         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8092
8093 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094
8095         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8096         completely borked
8097
8098         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8099         (try_music): bug fix: beam multiplicity was completely borked.
8100
8101         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8102         first-n, butfirst-n in favor of srfi-1 functions.
8103         remove string-join, string-pad in favor of srfi-13 functions.
8104
8105         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8106
8107         * NEWS: use complete sentences.
8108
8109         * Documentation/user/introduction.itely (Example applications):
8110         add note about databases and lilypond-book.
8111
8112         * input/test/volta.ly: remove file
8113
8114         * input/regression/volta-broken-left-edge.ly: simplify file
8115
8116 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8117
8118         * Documentation/user/refman.itely (Constructing a tweak): new
8119         subsection.
8120
8121         * Documentation/user/tutorial.itely (Fine tuning layout): add
8122         common tweaks.
8123
8124         * scm/define-grobs.scm (TextScript): use new brewer.
8125
8126 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8127
8128         * VERSION: release 1.7.23
8129
8130         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8131
8132         * python/lilylib.py (make_ps_images): bugfixes.
8133
8134         * input/regression/volta-multi-staff.ly: new file.
8135
8136         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8137
8138         * Documentation/user/tutorial.itely (Piano staffs): new section.
8139         (Setting variables): new section
8140         (Fine tuning layout): new section
8141
8142         * input/just-friends.ly: remove file. Superseeded by
8143         input/test/chords-without-melody.ly
8144
8145         * ly/property-init.ly: add all commands to refman.
8146
8147         * scm/define-translator-properties.scm: remove
8148         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8149
8150         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8151         name. Underscores botch up PS output.
8152
8153         * scm/define-translator-properties.scm: remove
8154         textNonEmpty, oneBeat, regularSpacingDelta
8155
8156         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8157         rule for automaticBars.
8158
8159         * lily/timing-engraver.cc (start_translation_timestep): change
8160         barNonAuto to automaticBars
8161
8162 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8163
8164         * input/test/perform-tie.ly: delete file.
8165
8166 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8167
8168         * Documentation/user/refman.itely (Gregorian square neumes
8169         ligatures): bugfix: do not show ledger lines in neumes table
8170         (fixed by setting staff symbol to transparent rather than removing
8171         it from staff context)
8172
8173 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8174
8175         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8176         glue into brew-new-markup-molecule.
8177
8178         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8179
8180         * Documentation/user/introduction.itely (Computerized typography):
8181         new section
8182
8183         * Documentation/user/tutorial.itely (An orchestral part): remove
8184         pc example from tutorial.
8185
8186         * input/tutorial/lilbook.tex: use screech-boink
8187
8188         * scripts/lilypond-book.py (compile_all_files): split formatting
8189         output body and scheduling lilypond compilation.
8190         (format_lilypond_output_bodies): new function
8191         (format_lilypond_block): new function
8192         (html_pages): allow multi-page images in HTML
8193
8194         * python/lilylib.py (make_ps_images): rename function from
8195         make_preview, merge with make_page_images
8196
8197 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8198
8199         * input/test/key-clefs.ly: moved to regression.
8200
8201         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8202
8203         * input/no-notation/README: added note about midi-*.ly files.
8204
8205         * input/test/two-key.ly: moved to no-notation/parse5.ly
8206
8207         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8208         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8209
8210         * input/test/ {various}: modified comments, marked some for deletion.
8211
8212         * input/test/lines.ly: deleted file; duplicate of
8213         embedded-postscript.ly
8214
8215         * input/test/mmrest-collision: moved to regression.
8216
8217 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8218
8219         * scm/chord-name.scm (note-name->markup): don't superscript root
8220         alterations in chordnames.
8221
8222 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8223
8224         * Documentation/user/refman.itely (Multi measure rests): more
8225         index/cross-referencing.
8226
8227         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8228
8229         * scm/font.scm: remove properties-to-font-name code.
8230
8231         * scm/define-grob-properties.scm: remove 'type
8232
8233         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8234         conversion
8235
8236         * lily/text-spanner.cc: change 'type grob prop to 'style 
8237
8238         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8239         "first" flag to decide whether to make a start-repeat
8240
8241         * input/regression/grace-volta-repeat-2.ly: new file.
8242
8243 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8244
8245         * lilypond-indent.el: rename generic functions to LilyPond-*
8246
8247 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8248
8249         * input/test/thumb.ly: delete, merged into refman.
8250
8251         * Documentation/user/refman.itely: added thumb info to Fingering.
8252
8253         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8254         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8255         vertical-align.ly : deleted files.
8256
8257 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8258
8259         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8260
8261         * lily/line-spanner.cc (broken_trend_offset): remove function.
8262         (get_broken_offset): idem.
8263         (brew_molecule): rewrite the line-break case.
8264
8265         * input/regression/follow-voice-break.ly:  new file.
8266
8267         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8268         start of a system.
8269
8270 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8271
8272         * input/test/tuplet-rest.ly: moved to regression.
8273
8274         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8275         deleted file.
8276
8277         * input/test/ {many} : marked file for possible deletion.
8278
8279 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8280
8281         * input/regression/beam-funky.ly: add note about (disputed)
8282         correct beaming.
8283
8284         * ly/engraver-init.ly (ScoreContext): put key-signature after
8285         staff-bar
8286         
8287 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8288
8289         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8290
8291         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8292
8293         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8294
8295         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8296         stem-extend was deleted (it was duplicate example, and not as
8297         good).
8298
8299         * input/test/[s-z]*.ly: add texidoc index.
8300
8301 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8302
8303         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8304         get_first_notecolumn_y
8305
8306         * lily/spanner.cc (broken_spanner_index): new function.
8307
8308 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8309
8310         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8311         lyric-hyphen.ly : moved to regression.
8312
8313         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8314         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8315
8316         * input/test/instrument-name-mmrest.ly: moved to
8317         ../regression/multi-measure-rest-instr-name.ly
8318
8319         * input/test/knee-sym.ly: moved to
8320         ../regression/beam-knee-symmetry.ly.
8321
8322         * input/test/hymn.ly: change comments.
8323
8324         * input/test/[p-r]*.ly: add texidoc index.
8325
8326 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8327
8328         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8329         to postfix syntax
8330         
8331         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8332         syntax.
8333
8334         * VERSION: release 1.7.22
8335
8336 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8337
8338         * input/test/[h-k]*.ly: added texidoc index.
8339
8340         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8341
8342         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8343
8344         * input/test/ various : mark files for deletion or moving to
8345         regression.
8346
8347         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8348
8349         * input/test/[l-o]*.ly: added texidoc index.
8350
8351 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8352
8353         * scm/music-functions.scm (make-ottava-set): 
8354         only do ottavation if centralCPosition is set.
8355
8356         * lily/translator-scheme.cc (ly:context-property-where-defined):
8357         return '() if not found.
8358
8359 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8360
8361         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8362         Use one command for both commenting and uncommenting.
8363
8364         * lilypond-indent.el (LilyPond-comment-region): new function,
8365         (un)comments each line separately.
8366
8367         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8368         
8369         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8370         imenu is not added by default; adapted from f90.el,
8371         makes Help-menu, which does not fit, visible in XEmacs.
8372         
8373 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8374
8375         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8376         show-paren-mode sets blink-matching-paren-on-screen local.
8377         Try to make show-paren-function to paren-highlight local.
8378
8379         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8380         Copy definitions of Emacs' show-paren-function and
8381         XEmacs' paren-highlight and make minimal changes;
8382         add comments about locality. 
8383         Fix matching first open-paren-char in '<< .. >>'.
8384
8385 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8386
8387         * input/test/g*: added texidoc index.
8388
8389         * input/test/[a-g]*: added raggedright==#t when it
8390          seemed appropiate.
8391
8392         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8393
8394         * Documentation/topdoc/INSTALL.texi: removed false warnings
8395         about gcc 3.3.
8396
8397 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8398
8399         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8400
8401         * input/test/chords-without-melody.ly (texidoc): add from
8402         input/just-friends.ly
8403
8404         * input/regression/size{13--26}.ly: move from input/
8405
8406         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8407         input/{star-spangled-banner,twinkle}.ly: remove 
8408         
8409         * lily/slur.cc: remove slur over rest warnings.
8410
8411         * lily/note-spacing.cc (get_spacing): include left part of right
8412         object in fixed space. This fixes stretched space before
8413         accidentals.
8414
8415         * input/regression/spacing-accidental-stretch.ly: new file.
8416
8417 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8418
8419         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8420         Reduce to 16pt.
8421
8422 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8423
8424         * input/regression/spacing-knee.ly: docstring
8425
8426         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8427
8428         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8429         input/tutorial/{test,solar,flowing}.ly: remove
8430
8431         * input/rhythm.ly: remove
8432
8433         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8434
8435         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8436         update syntax. 
8437
8438         * scm/define-grobs.scm (all-grob-descriptions): set
8439         knee-spacing-correction to 1.0
8440
8441         * lily/note-spacing.cc (stem_dir_correction): compute knee
8442         correction using stem-thickness and head width.
8443
8444         * input/regression/beam-quanting-horizontal.ly: update texidoc
8445
8446         * scm/define-grobs.scm (all-grob-descriptions): set
8447         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8448         This fixes 32nd beams for noteheads in spaces quants.
8449
8450         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8451
8452 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8453
8454         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8455
8456 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8457
8458         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8459
8460         * VERSION (PACKAGE_NAME): release 1.7.21
8461
8462         * input/regression/stem-shorten.ly: new file.
8463
8464         * lily/stem.cc (get_default_stem_end_position): revise stem
8465         shortening code.
8466
8467         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8468
8469         * input/test/{scripts,volta-start,sleur}.ly: remove
8470         
8471         * input/regression/span-bar.ly: smaller file.
8472
8473         * input/regression/spacing-{natural,tight,loose}.ly: remove
8474
8475         * input/test/markup.ly: remove
8476
8477         * scripts/lilypond-book.py: put printfilename in separate chunk,
8478         so texidoc is printed after the filename.  
8479
8480 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8481
8482         * make/lilypond.mandrake.spec.in: fix docdirs.
8483
8484 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8485
8486         * input/regression/beam-french.ly: bugfix.
8487
8488         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8489
8490         * input/regression/(various).ly: add raggedright = #t.
8491
8492         * input/regression/auto-beam.ly: move from abe.ly
8493
8494 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8495
8496         * input/test/f*.ly: added texinfo index.
8497         
8498         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8499
8500 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8501
8502         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8503         quant penalty for beam just outside staff.
8504
8505         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8506         from beam-pos.ly,  remove non-horizontal tests. 
8507
8508         * input/test/(various): cleanup header info. 
8509
8510         * input/test/tchaikovsky.ly: remove file.
8511
8512         * scm/chord-generic-names.scm: move from
8513         double-plus-new-chord-name.scm
8514
8515         * input/test/orchestscore.ly: remove file
8516
8517         * Documentation/user/refman.itely (Vocal music): update documentation.
8518
8519         * scm/define-translator-properties.scm (chordNoteNamer): remove
8520         chordNameStyle, use chordNameFunction
8521
8522         * scm/chord-name.scm (set-chord-name-style): remove
8523         set-chord-name-style. Use \property chordNameFunction.
8524
8525 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8526
8527         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8528         music): remove @TeX{} command.
8529
8530 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8531
8532         * lilypond-indent.el (scan-sexps): Renamed to
8533         aargh-this-breaks-other-emacs-modes-scan-sexps.
8534
8535 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8536
8537         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8538         closing slurs: '()', etc. Add comments.
8539
8540         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8541
8542         * lilypond-font-lock.el: match unending string at eof.
8543
8544         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8545         
8546 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8547
8548         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8549         input/test/beam-dir.ly input/test/beam-position.ly    
8550         input/test/beam-suspect.ly input/test/beam-trend.ly    
8551         input/test/beams.ly input/test/crescendo-text.ly : deleted
8552         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8553         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8554         * input/test/default-bars.ly: moved to bar-always.ly
8555         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8556
8557 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8558
8559         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8560
8561 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8562
8563         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8564
8565 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8566
8567         * lilypond-indent.el: Match better slurs in scheme expressions.
8568         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8569
8570         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8571
8572 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8573
8574         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8575
8576         * input/ac-extra-voice.ly: Add texidoc.
8577
8578         * ly/chord-modifiers-init.ly: 
8579         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8580         and chordNameExceptionsPartial for new chord names.
8581
8582         * input/test/chord-names-dpnj.ly: 
8583         * input/test/dpncnt.ly: Update.
8584
8585         * scm/chord-name.scm: 
8586         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8587         chord selection and options.
8588
8589         * ly/chord-modifiers-init.ly: Add exceptions 
8590
8591         * scm/define-translator-properties.scm (chordNameStyle) 
8592         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8593
8594 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8595
8596         * ly/property-init.ly (germanChords): Added.
8597         (semiGermanChords): Added.
8598         
8599         * input/test/chord-names-german.ly: Use new macros
8600         
8601 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8602
8603         * lilypond-indent.el: Use similar parenthesis highlighting for 
8604         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8605         functions; removed LilyPond-show-paren-function. Fix indenting.
8606         Turn paren-matching on also in XEmacs.
8607
8608         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8609         as needed by parenthesis highlighting functions (in scan-sexp).
8610
8611 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8612
8613         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8614         function.
8615         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8616
8617 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8618
8619         * lilypond-indent.el: tune regexp for show-paren-function.
8620
8621 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8622
8623         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8624         for all LilyPond-produced tex snippets.
8625
8626         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8627         fixes one line --preview output of ly2dvi.
8628
8629 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8630
8631         * lilypond-indent.el: match only one type of slurs in
8632         LilyPond-show-paren-function.
8633
8634 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8635
8636         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8637         * debian/lilypond1.7.dirs: 
8638         * debian/lilypond1.7-doc.dirs: New file.
8639
8640         * input/regression/chord-name-exceptions.ly: Add parameter for
8641         ignatzekExceptions.  Quote hash in docstring.
8642
8643 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8644
8645         * lilypond-indent.el (show-paren-function): define show-paren-function
8646         as LilyPond-blink-matching-open and use it for closing parens.
8647         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8648
8649         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8650         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8651         LilyPond-blink-matching-paren in order to match both open and close
8652         brackets.
8653         
8654 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8655
8656         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8657         testing by modifying the code from FSF Emacs paren.el. Add comments.
8658
8659 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8660
8661         * input/test/dpncnt.ly: Transpose example to match new
8662         default \chords octave.  Add comment.
8663         
8664         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8665         comment about octave change.
8666
8667 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8668
8669         * input/test/[d,e]: added texinfo index tags.
8670         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8671
8672 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8673
8674         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8675
8676 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8679         as in blink-matching-open.
8680
8681 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8682
8683         * input/test/[a-c]: more comments in files.
8684         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8685         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8686         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8687         mark file for proposed deletion.
8688         * input/test: renaming files:
8689         auto-beam-4-8.ly to beam-auto-4-8.ly
8690         auto-beam-override.ly to beam-auto-override.ly
8691         auto-beam.ly to beam-auto.ly
8692         blank.ly to blank-paper.ly
8693         absolute-volume.ly to dynamic-absolute-volume.ly
8694
8695 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8696
8697         * input/test/dpncnt.ly: 
8698         * input/test/chord-names-dpnj.ly: Resurrect.
8699
8700         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8701
8702         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8703
8704         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8705         Better docstring, add parameter OMIT-ROOT, tidy up.
8706
8707 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8708
8709         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8710
8711 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8712
8713         * scm/output-ascii-script.scm (as-font-alist-alist):
8714         (as-properties-to-font-name):
8715         (as-make-style-sheet): Remove.
8716
8717         * scm/font.scm (as-make-font-list): New function.
8718         (as-font-sheet-alist): New variable.
8719
8720         * ly/paper-as9-init.ly: 
8721         * ly/paper-as5-init.ly: Update.
8722
8723         * ly/paper-as5.ly:
8724         * ly/paper-as9.ly: New file.
8725
8726 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8727
8728         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8729
8730 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8731         * input/sondag-morgen/*: removed due to copyright concerns.
8732         * input/[a,b]*.ly: added a newline at the end of the texinfo
8733         doc string (produces better output in HTML version).
8734         * input/c*.ly: added texinfo index and added comments to
8735         aid in future changes to input/test/ files.
8736
8737 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8738         
8739         * Documentation/user/refman.itely: fixed build problem (missing
8740         file) caused by previous renaming.
8741
8742 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8743         
8744         * input/test/[a,b]*.ly: added texinfo index and added comments to
8745         aid in future changes to input/test/ files.
8746         * input/test/bar-number-every-5-reset.ly: renamed to
8747         bar-number-every-five-reset.ly
8748         * input/test/bar-script-visibility.ly: renamed to
8749         bar-number-show-all.ly
8750
8751 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8752
8753         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8754         to Voice.
8755
8756         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8757         out note-line and glissando functionality.
8758         
8759         * lily/line-spanner.cc (brew_molecule): cleanup.
8760
8761 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8762
8763         * scripts/as2text.scm: Use rdelim module.
8764         (start-system): Rename from start-line.
8765         (stop-system): Rename from stop-line.
8766         (af-gulp-file): Use string iso symbol for getenv.
8767
8768         * scm/output-ascii-script.scm: Add guile and lily modules.
8769         (font-name-alist): New variable.
8770         (draw-line): New function.
8771
8772         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8773         (Were these silently removed, without ChangeLog entry?)
8774
8775 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8776
8777         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8778         process 2nd ottava correctly.
8779
8780 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8781
8782         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8783
8784 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8785
8786         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8787
8788 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8789
8790         * VERSION: release 1.7.20
8791         
8792         * lily/text-spanner.cc (brew_molecule): clean up function. This
8793         fixes bugs with broken 8va spanners.
8794
8795         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8796         This prevents spurious line-breaks with raggedright
8797         
8798 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8799
8800         * lily/key-performer.cc (create_audio_elements): always use major
8801         key
8802
8803         * Documentation/user/internals.itely: updates
8804
8805         * input/regression/beam-break.ly: new file.
8806
8807         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8808         beams if starting or terminating stems have 'beaming set.)
8809
8810         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8811         property.
8812
8813         * lily/parser.yy (verbose_command_req): add comment about scales.
8814
8815 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8816
8817         * lilypond-indent.el: adjust regexps in bracket-matching.
8818
8819 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8820
8821         * Documentation/user/refman.itely: more tiny fixes
8822
8823         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8824         "Chord names"; added table with input syntax for solesmes neumes
8825         table; added some words about rationale on input syntax design
8826
8827         * lily/gregorian-ligature-engraver.cc,
8828         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8829         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8830         alignment of Pes Initio Debilis
8831
8832         * Documentation/user/refman.itely,
8833         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8834         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8835         bugs in the solesmes neumes table
8836
8837 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8838
8839         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8840         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8841
8842         * lilypond-mode.el: fix tag-score. small improvements.
8843
8844 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8845
8846         * .cvsignore: Add aclocal.m4.
8847
8848         * lily/music-constructor.cc: Include <assert.h>.
8849
8850 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8851
8852         * ly/engraver-init.ly (HaraKiriStaffContext): use
8853         RemoveEmptyStaffContext instead.
8854
8855         * Documentation/user/refman.itely: updates
8856
8857 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8858
8859         * Documentation/user/refman.itely: added solesmes neumes table;
8860         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8861         bugfix: "Ornaments" -> "Articulations"
8862
8863         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8864
8865 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8866
8867         * lilypond-indent.el: Add a message about trying to match \] or \).
8868         
8869 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8870         
8871         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8872         obsolete "arithmetic_*"
8873
8874         * input/bugs/ligatures.ly: removed (will be put into a different
8875         directory later)
8876
8877 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8878
8879         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8880         libkpathsea (Maurizio Tomasi).
8881
8882 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8883
8884         * input/regression/repeat-slash.ly (texidoc): new file
8885
8886         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8887         slash repeats separately. Slash repeats and %
8888         repeats can now be nested.
8889
8890 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8891
8892         * lilypond-indent.el: Add preliminary test for closing \] and \).
8893         
8894 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8895
8896         * lily/gregorian-ligature-engraver.cc,
8897         lily/vaticana-ligature-engraver.cc,
8898         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8899         mf/parmesan-heads.mf: various semivocalis related bugfixes
8900
8901         * input/bugs/ligatures.ly: new file demonstrating problems with
8902         ligatures
8903         
8904 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8905
8906         * lilypond-mode.el,
8907         lilypond-font-lock.el,
8908         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8909
8910 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8911
8912         * lilypond-mode.el: Remove outdated code. Stress the difference 
8913         between Emacs and XEmacs definitions.
8914
8915         * lilypond-mode.el,
8916         lilypond-indent.el: Define a function interactive only when necessary.
8917
8918 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8919
8920         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8921         Use inactive regions also in XEmacs.
8922
8923 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8924
8925         * Documentation/user/refman.itely (Repeat syntax): more updates
8926
8927         * lily/simple-spacer.cc (solve): move solution process into
8928         solve(). This fixes a bug with collisions and raggedright = ##t.
8929  
8930         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8931
8932         * ly/engraver-init.ly: remove GraceContext. Update examples.
8933
8934 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8935
8936         * GNUmakefile.in (fonts): Also make fontball.
8937
8938         * Website fixes:
8939
8940         * ly/engraver-init.ly (GraceContext): Add.
8941
8942         * run:
8943
8944             convert-ly $(find . -name *.ly)
8945
8946         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8947         new chords.
8948
8949 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8950
8951         * VERSION: 1.7.19 released
8952         
8953         * scm/music-functions.scm (set-octavation): new function.
8954
8955         * input/regression/ottava.ly: new file
8956
8957         * lily/translator-scheme.cc (LY_DEFINE): new function
8958         ly:unset-context-property
8959         (LY_DEFINE) new function ly:context-property-where-defined: 
8960
8961 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8962
8963         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8964
8965         * lilypond.words: add few.
8966
8967         * input/test/script-chart.ly: fix typo.
8968
8969 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8970
8971         * scm/define-grobs.scm: uniform naming for definitions and output
8972         routine files. 
8973
8974         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8975         scm/context-description.scm
8976
8977         * lily/parser.yy (translator_spec_body): add \description to the
8978         \translator{} body syntax.
8979
8980         * lily/ottava-engraver.cc: new file.
8981
8982         * scm/chord-name.scm (natural-chord-alteration): replace old
8983         chord stuff. 
8984
8985         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8986
8987         * Documentation/user/refman.itely (Metronome marks): update doco.
8988
8989         * input/regression/markup-note.ly: new file
8990
8991         * input/regression/metronome-marking.ly: new file
8992
8993         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8994
8995         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8996         metronome marks.
8997
8998 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8999
9000         * Documentation/user/GNUmakefile: Compatibility fix for new
9001         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9002         for making binary packages; info splitting bug has been fixed.
9003
9004         * Documentation/user/refman.itely: Compile fixes.
9005
9006 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9007
9008         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9009         Count \midi -keywords also for a region.
9010
9011 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9012
9013         * lily/lookup.cc (LY_DEFINE): new function
9014
9015         * Documentation/user/tutorial.itely: updates
9016
9017 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9018
9019         * lilypond-mode.el: Allow Midi on buffer.
9020         Use only '.ly'-extension, remove '.sly' and '.fly'.
9021         Allow use of inactive regions. Invoke next Command on Master file, 
9022         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9023
9024 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9025
9026         * Documentation/user/tutorial.itely: updates.
9027
9028 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9029
9030         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9031
9032 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9033
9034         * lily/coherent-ligature-engraver.cc: fixed typo
9035
9036         * lily/coherent-ligature-engraver.cc,
9037         lily/gregorian-ligature-engraver.cc,
9038         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9039         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9040         lily/vaticana-ligature-engraver.cc,
9041         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9042         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9043         removed all ligature specific stuff from NoteHead code
9044
9045         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9046         ligatures now use regular noteheads
9047
9048         * lily/vaticana-ligature.cc: tiny code cleanups
9049
9050         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9051         space between two adjacent noteheads of the same pitch
9052
9053         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9054         description; cleanup: removed obsolete font-family settings
9055
9056 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9057
9058         * lily/coherent-ligature-engraver.cc,
9059         lily/gregorian-ligature-engraver.cc,
9060         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9061         lily/mensural-ligature-engraver.cc,
9062         lily/vaticana-ligature-engraver.cc,
9063         lily/include/gregorian-ligature-engraver.hh: updated for new
9064         Coherent_ligature_engraver; added comments that describe the basic
9065         design ideas of the ligature implementation
9066
9067         * lily/coherent-ligature-engraver.cc,
9068         lily/include/coherent-ligature-engraver.hh: new file: shared code
9069         between mensural ligatures and Gregorian chant notation ligatures
9070
9071 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9072
9073         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9074         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9075         use only two arguments in sit-for, use no arguments in
9076         read-char-exclusive, backspace is not a character (127) in XEmacs.
9077
9078         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9079
9080 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9081
9082         * lilypond-mode.el: un-commenting works after syntax-table fix.
9083
9084         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9085         group, verbose commenting for syntax table.
9086
9087         * lilypond-indent.el: add TODO for ligature slurs.
9088
9089 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9090
9091         * lilypond-mode.el: Move comments of parenthesis matching away,
9092         (blink-matching-paren-on-screen) fix blinking in Emacs.
9093
9094         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9095         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9096
9097         * lilypond-indent.el: Add TODO for parenthesis matching.
9098
9099 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9100
9101         * lilypond-mode.el: Fix XEmacs: 
9102         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9103         invoke explicitly easy-menu-add (in Emacs done automatically).
9104         
9105         * lilypond.words: Add few words from input/*/*.ly.
9106
9107 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9108
9109         * VERSION (PATCH_LEVEL): release 1.7.18
9110
9111         * scripts/lilypond-book.py: only print basename for printfilename
9112         option
9113
9114         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9115         and syntax updates.
9116
9117 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9118
9119         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9120         better parametrisation. Move fatness of bulb downward.
9121
9122         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9123         glyph names. Underscores are not allowed .ps encoding files.
9124
9125 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9126
9127         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9128         variable "packed" for packed right-ragged mode
9129
9130         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9131         unused variable ragged; fixed indentation
9132
9133         * Documentation/user/refman.itely: tiny cleanups in ancient
9134         clef and custos section
9135
9136 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9137
9138         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9139         \applyoutput PROCEDURE
9140
9141         * lily/my-lily-lexer.cc: add \applyoutput.
9142
9143         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9144
9145         * lily/text-item.cc: clean text-interface description
9146
9147 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9148
9149         * input/{regression,test}/: use postfix for slur endings and beam
9150         begins.
9151
9152         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9153         style beams too. 
9154
9155         * input/regression/lyrics-melisma-beam.ly: new file.
9156
9157         * lily/lyric-engraver.cc (process_music): change from
9158         process_acknowledged_grobs()
9159
9160         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9161         functions to set and revert auto-beam settings.
9162
9163 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9164
9165         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9166
9167 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9168
9169         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9170         Documentation/user/lilypond.tely: fixed some typos; updated author
9171         info
9172
9173         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9174         #"" -> #'flag-style = #'()
9175
9176         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9177         cleanup: removed dead #includes
9178
9179         * lily/gregorian-ligature-engraver.cc,
9180         lily/include/gregorian-ligature.hh,
9181         scm/grob-property-description.scm: small cleanups, small spacing
9182         fixes
9183
9184         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9185         lily/vaticana-ligature.cc,
9186         lily/include/gregorian-ligature-engraver.hh,
9187         scm/grob-property-description.scm, scm/music-types.scm:
9188         "porrectus" -> "pes or flexa"
9189
9190         * ly/engraver-init.ly, scm/grob-description.scm,
9191         scm/grob-property-description.scm: junked porrectus, now handled
9192         by ligature code
9193
9194         * scm/grob-description.scm: bugfix: added space-alist entry for
9195         breathing sign/custos
9196
9197 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9198
9199         * Another grand 2003 update.
9200         
9201         * Remove mentioning of `mudela'; There's no such thing.
9202
9203 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9204
9205         * Documentation/user/preface.itely (Preface to version 1.8): update
9206
9207         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9208
9209         * Documentation/user/converters.itely (Invoking convert-ly): revise
9210
9211         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9212
9213         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9214
9215 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9216
9217         * Documentation/user/internals.itely: more updates.
9218
9219 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9220
9221         * Documentation/user/refman.itely: revise 
9222
9223         * Documentation/user/internals.itely: revise
9224
9225         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9226
9227 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9228
9229         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9230         beautification: reformatted ancient clefs section; cleanup: small
9231         wording fixes
9232
9233 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9234
9235         * lilypond.words: added words for chant notation, sorted
9236         alphabetically through "sort lilypond.words"
9237
9238 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9239
9240         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9241         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9242         chant notation
9243
9244 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9245
9246         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9247         prevent TeX from interpreting them as long dash
9248
9249         * input/test/vaticana.ly: updated
9250
9251         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9252         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9253         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9254         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9255         fixes
9256
9257         * mf/parmesan-heads.mf: ledger endings: removed dead code
9258
9259 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9260
9261         * VERSION: 1.7.17 released
9262         
9263         * Documentation/user/GNUmakefile
9264         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9265         files too.
9266
9267         * scm/document-markup.scm: new file: document all markup
9268         functions.
9269
9270         * scm/documentation-generate.scm: rename all documentation modules
9271         to document-*.scm
9272
9273         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9274         .png
9275
9276         * input/test/divisiones.ly: added
9277
9278         * input/regression/output-property.ly: new file
9279
9280         * lily/cluster.cc: change cluster-interface to use style property
9281
9282 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9283
9284         * input/test/chord-names-german.ly: modified.
9285
9286         * scm/chords-ignatzek.scm:
9287           chord-name->german-markup: Added
9288           note-name->german-markup: Changed (now producing lowercase notenames)
9289
9290         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9291         
9292 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9293
9294         * scripts/convert-ly.py (FatalConversionError.conv):
9295         divisiominima -> divisioMinima, etc.
9296
9297         * ly/engraver-init.ly (FiguredBassContext): add
9298         Separating_line_group_engraver to Figured bass context.
9299
9300         * ly/german-chords-init.ly: remove file
9301
9302         * input/test/chord-names-german.ly (scm): new file.
9303
9304         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9305
9306         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9307         Chord_name_engraver
9308
9309         * Documentation/user/refman.itely: lots of updates.
9310
9311         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9312         new file
9313
9314         * input/test/bar-number-every-5-reset.ly: new file.
9315
9316 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9317
9318         * input/regression/chord-name-major7.ly: new file
9319
9320         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9321         if specced explicitly.
9322
9323         * input/regression/chord-name-entry-11.ly: new file.
9324
9325         * input/test/slur-beautiful.ly: new file.
9326
9327         * Documentation/user/refman.itely: updates.
9328
9329         * input/regression/collisions.ly (threevoice): cleanup.
9330
9331         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9332
9333 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9334
9335         * Documentation/user/*.itely: various updates.
9336
9337         * ly/spanners-init.ly: enddecr/ endcr.
9338
9339         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9340         of tutorial
9341
9342 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9345
9346         * lily/new-chord-name-engraver.cc (process_music): use octavation
9347         (a number) instead of original-pitch to store inversions. This
9348         fixes a problem with transposed chords with inversions.  
9349
9350 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9351
9352         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9353         used in includable-lexer.hh.
9354
9355         * lily/includable-lexer.cc: Bugfix: include config.h.
9356
9357         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9358         circumvention of Debian packaging bug.
9359
9360 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9361
9362         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9363         
9364         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9365
9366         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9367         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9368
9369         * lily/include/includable-lexer.hh: 
9370         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9371
9372         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9373
9374         * aclocal.m4: Regenerate.
9375
9376         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9377         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9378
9379         * scm/pdf.scm (use-modules): Include lily.
9380
9381         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9382         Noordkamp).
9383         (use-modules): Include lily.
9384         (lily-def): Bugfix: include tex-val in let.
9385
9386 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9387
9388         * lilypond-mode.el: sensible error if lilypond.words not found.
9389
9390         * lilypond.words: add few words.
9391
9392 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9393
9394         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9395
9396         * mf/parmesan-scripts.mf: fixed typo in char name
9397
9398 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9399
9400         * VERSION: 1.7.16 released
9401
9402         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9403         (this is a security vulnerability).
9404
9405         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9406
9407         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9408         add staff support.
9409
9410 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9411
9412         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9413         ly/script-init.ly, scm/script.scm: bugfix: renamed
9414         fermata->signumcongruentiae to fix naming clash with feta font
9415
9416 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9417
9418         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9419
9420         * lily/multi-measure-rest-engraver.cc
9421         (start_translation_timestep): use grace timing too for determining
9422         when to make mmrest.
9423         (start_translation_timestep): clear numbers too.
9424
9425 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9426
9427         * scm/music-types.scm: compile fix: escape braces
9428
9429         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9430         work around font selection problem
9431
9432         * Documentation/user/refman.itely: BreathingSign: added docu for
9433         property "text"
9434
9435 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9436
9437         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9438         information.
9439
9440 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9441
9442         * lily/multi-measure-rest-engraver.cc (class
9443         Multi_measure_rest_engraver): make multiple Number objects, one
9444         for each MultiMeasureTextEvent.
9445
9446         * scm/music-functions.scm (glue-mm-rest-texts): use
9447         MultiMeasureTextEvent
9448
9449         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9450
9451         * Documentation/user/refman.itely (Multi measure rests): update.
9452
9453 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9454
9455         * lily/ly-module.cc (ly_copy_module_variables): use
9456         scm_internal_hash_fold() for iterating modules.
9457
9458 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9459
9460         * Documentation/user/refman.itely: Section Custodes: added more
9461         example code
9462
9463         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9464         neo-mensural rests to parmesan font
9465
9466         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9467         header
9468
9469 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9470
9471         * Documentation/user/macros.itexi: @fileref macro.
9472
9473         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9474         each file. 
9475
9476 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9477
9478         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9479         Documentation/topdocs/AUTHORS.texi: updated my email address
9480
9481         * Documentation/user/refman.itely: updated custos documentation;
9482         beautified divisiones example; beautified articulations table
9483
9484         * lily/breathing-sign.cc: bugfix: finalis molecule
9485
9486 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9487
9488         * Documentation/user/refman.itely: added docu for
9489         contemporary fermata symbols, gregorian breathing signs; small fixes
9490
9491         * ly/gregorian-init.ly: removed obsolete #'type props
9492
9493 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9494
9495         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9496         minimum-length property correctly.
9497
9498 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9499
9500         * scm/music-functions.scm (make-multi-measure-rest): set input
9501         locations for multimeasure rests.
9502
9503 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9504
9505         * input/regression/breathing-sign.ly: updated to for ancient
9506         notation
9507
9508 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9509
9510         * scripts/ly2dvi.py: Add newline.
9511
9512 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9513
9514         * scripts/ly2dvi.py (dependency_files): Compile fix.
9515
9516 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9517
9518         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9519         (make_html_menu_file): --html menu. 
9520
9521 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9522
9523         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9524
9525 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9526
9527         * input/screech-boink.ly: new file.
9528
9529 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9530
9531         * scripts/lilypond-book.py (make_lilypond_file): convert
9532         lilypond-file to lilypond block directly, without going through
9533         begin/end lilypond text.
9534         
9535
9536 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9537
9538         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9539         scm/grob-description.scm: moved Michael's original breathing sign
9540         code in brew_molecule() to divisio_minima(); provided new
9541         brew_molecule() that effectively replaces the
9542         Text_item::brew_molecule callback (with additional fallback to
9543         Michael's original code); added callbacks for brewing divisio
9544         maior/maxima and finalis
9545
9546         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9547         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9548
9549         * script-init.ly: added shortfermata, longfermata,
9550         verylongfermata, varcoda
9551
9552         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9553         longfermata, verylongfermata, varcomma, varcoda
9554
9555 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9556
9557         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9558           Remove all noquote and insert a few quote.
9559         
9560         * Documentation/user/lilypond-book.itely (Music fragment options),
9561           scripts/lilypond-book.py: Don't include quotation blocks by
9562           default. Introduce option quote instead of noquote
9563
9564 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9565
9566         * VERSION: 1.7.15 released
9567         
9568         * Documentation/user/lilypond.tely: omf updates.
9569
9570         * buildscripts/texi2omf.py (omf_vars): include version.date
9571
9572         * make/lilypond.redhat.spec.in: fixes for spec file. 
9573
9574         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9575         by function definition: lily now requires a recent GNU Make.
9576
9577         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9578         writing.
9579
9580         * make/ly-rules.make: remove .ly -> .tex rule
9581
9582         * Documentation/user/refman.itely (Figured bass): revised figured
9583         bass example.
9584
9585 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9586
9587         * stepmake/stepmake/omf-targets.make (local-install): add
9588         scrollkeeper-update message.
9589
9590         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9591         to binary.
9592         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9593
9594         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9595
9596         * Documentation/user/converters.itely (Invoking midi2ly): add
9597         track/channel notice.
9598
9599 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9600
9601         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9602
9603         * lily/parser.yy (scalar): DIGIT is also a scalar.
9604
9605         * Documentation/user/music-glossary.tely: add @omf tags
9606
9607         * Documentation/user/lilypond.tely: add @omf tags
9608
9609         * scm/generate-documentation.scm (string-append): add @omf tags.
9610
9611         * stepmake/stepmake/omf-*: new files 
9612
9613         * input/regression/multi-measure-rest.ly (texidoc): add doco
9614
9615         * GNUmakefile.in (web-doc-install): add web-doc-install target
9616
9617         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9618         fixes crashes while dumping MIDI.
9619
9620         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9621         midi
9622
9623 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9624
9625         * buildscripts/texi2omf.py: new file.
9626
9627         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9628         font-name
9629
9630 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9631
9632         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9633
9634         * lily/sequential-iterator.cc (descend_to_child): call
9635         descend_to_child() for all types of music.
9636
9637 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9638
9639         * scm/translator-property-description.scm: Add
9640         bassFigureFormatFunction.  Replace some entries.
9641
9642 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9643
9644         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9645         clean out.
9646
9647 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9648
9649         * scripts/midi2ly.py (Note.dump): never dump duration for
9650         dump_dur=0.
9651
9652         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9653         new function
9654
9655         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9656         figures using new markups. Much simpler, and should improve layout
9657         a little.
9658
9659         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9660
9661 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9662
9663         * ly/engraver-init.ly: use Hara kiri by default for 
9664         ChordNames, FiguredBass and Lyrics(Voice) context. 
9665
9666         * lily/axis-group-engraver.cc (acknowledge_grob): use
9667         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9668
9669         * scm/new-markup.scm (markup-function-list): add bracket,
9670         vbracket.
9671
9672         * ly/engraver-init.ly (ChordNamesContext): set
9673         minimumVerticalExtent
9674
9675 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9676
9677         * input/test/time-signature-double.ly: new file 
9678
9679         * input/regression/collision-head-chords.ly (texidoc): new file.
9680
9681         * lily/type-swallow-translator.cc: add note swallow translator 
9682
9683         * input/test/time-signature-double.ly: new file.
9684
9685         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9686
9687         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9688         (FiguredBassContext): idem.
9689
9690         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9691
9692         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9693
9694         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9695
9696         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9697         .afm dependency
9698
9699         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9700
9701         * python/lilylib.py (make_page_images): add function.
9702
9703         * scripts/ly2dvi.py (run_latex): include title in preview image.
9704
9705         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9706         from lilypond-book for <ly2dvifile> tags in HTML.
9707
9708         * scripts/ly2dvi.py (option_definitions): add --debug option to
9709         print out environment.
9710
9711         * input/regression/tie-chord-partial.ly: new file.
9712
9713 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9714
9715         * lilypond.words: add 3
9716
9717 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9718
9719         * scm/new-markup.scm (markup-function-list): add finger-markup
9720
9721         * input/tutorial/brahms-tweaked.ly: new markup 
9722
9723         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9724
9725         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9726         crash when processing '() markup
9727
9728         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9729
9730         * lily/breathing-sign.cc (railtracks): another caesura.
9731
9732         * mf/feta-schrift.mf: caesura symbol. 
9733
9734 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9735
9736         * scripts/convert-ly.py (FatalConversionError.conv): add
9737         ly:molecule-XXX conversions.
9738
9739         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9740
9741         * input/regression/multi-measure-rest-text.ly: new file.
9742
9743         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9744         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9745
9746         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9747         ScoreContext
9748
9749         * scm/new-markup.scm (center-markup): \center markup.
9750
9751         * scm/music-functions.scm: remove pitchify scripts.
9752
9753         * lily/music.cc (print_smob): display music name if available 
9754
9755 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9756
9757         * Documentation/user/refman.itely (Instrument names): remove
9758         \turnOff doco.
9759
9760 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9761
9762         * lily/score.cc (mark_smob): bugfix.
9763
9764         * input/regression/rehearsal-mark.ly: new file.
9765
9766         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9767         report error at the current token again.
9768
9769 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9770
9771         * cygwin/mknetrel: Exit if doc build fails.
9772
9773         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9774
9775 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9776
9777         * scm/music-types.scm (music-descriptions): add doc strings
9778
9779 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9780
9781         * lily/lexer.ll: 
9782         * lily/include/my-lily-lexer.hh: 
9783         * lily/include/includable-lexer.hh: Add flex kludge.
9784
9785         * config.hh.in: 
9786         * config.make.in: 
9787         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9788         cruft.
9789         
9790         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9791         code.
9792
9793 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9794
9795         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9796
9797         * lily/parser.yy (new_chord): Compile fix.
9798
9799 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9800
9801         * Documentation/user/refman.itely (Tuning groups of objects):
9802         remove documentation for \turnOff. 
9803
9804         * lily/percent-repeat-engraver.cc (try_music): add correct
9805         processing moments for double-measure percents as well.
9806
9807         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9808
9809         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9810         grob prop type. 
9811
9812         * Documentation/user/refman.itely (Printing named chords): add
9813         chord name tweak doco.
9814
9815         * input/template/gregorian-transcription.ly: new file.
9816
9817 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9818
9819         * VERSION: 1.7.13 released
9820         
9821         * input/test/*: lots of cleanups/comment-outs/removals in chord
9822         examples
9823         
9824         * input/regression/*: lots of cleanups/comment-outs/removals in
9825         chord examples
9826         
9827         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9828         options
9829
9830         * lily/new-chord-name-engraver.cc (process_music): give original
9831         inversion pitch to chord name routine.
9832
9833         * input/tutorial/os-score.ly: update to new markup
9834
9835         * Documentation/user/appendices.itely: simply include
9836         chords-ignatzek. 
9837
9838         * Documentation/user/refman.itely (Chords mode): add documentation
9839         for chord mode.
9840
9841         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9842         not present in chord.
9843         (construct-chord): add inversion and bass support.
9844
9845         * lily/chord.cc: junk contents.
9846
9847 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9848
9849         * Documentation/user/refman.itely:
9850         * Documentation/user/music-glossary.tely: fix. 
9851
9852 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9853
9854         * scm/chord-entry.scm (construct-chord): move chord construction
9855         to Scheme.
9856
9857         * lily/parser.yy (new_chord): new setup for chord entry.
9858
9859 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9860
9861         * lilypond.words:
9862         * Documentation/user/music-glossary.tely: add ambitus.
9863
9864 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9865
9866         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9867
9868         * lily/include/*.hh: string() -> to_string()
9869
9870         * scm/chords-ignatzek.scm: new file.
9871
9872         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9873         standard chord name exceptions.
9874
9875         * scm/translator-property-description.scm (chordNameSeparator):
9876         add property.
9877         (majorSevenSymbol): add property
9878
9879         * lily/translator-scheme.cc (ly:context-properties): new function
9880         (ly:context-parent): new function.
9881         (print_smob): print context name.
9882
9883         * lily/music.cc (ly:get-music-length): new function
9884         (print_smob): don't print properties.
9885
9886         * lily/duration.cc (duration<?): new function
9887
9888         * input/regression/chords-funky-ignatzek.ly: new file.
9889
9890         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9891         jazz chords.
9892
9893         * lily/pitch.cc (ly:pitch-diff): new function.
9894
9895         * input/regression/chords-ignatzek.ly: new file.
9896
9897 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9898
9899         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9900         pitches for jazz chords.
9901
9902 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9903
9904         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9905
9906 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9907
9908         * lilypond.words: add 1
9909
9910 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9911
9912         * Documentation/topdocs/AUTHORS.texi: refine.
9913
9914 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9915
9916         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9917         
9918         * lilypond.words: add one.
9919
9920 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9921
9922         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9923         Fontify bass note in chords, e.g., e in c1/e.
9924         
9925 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9926
9927         * Documentation/user/music-glossary.tely: Dutch updates and
9928         additions (Arent Storm).
9929
9930 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9931
9932         * input/regression/ambitus.ly:  move file.      
9933
9934         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9935
9936         * lily/event.cc (transpose): add tonic property to Key_change_req
9937         and to Key_engraver.
9938
9939 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9940
9941         * Documentation/user/refman.itely: fix typo.
9942
9943         * lilypond.words: removed wrong identifiers.
9944
9945 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9946
9947         * mf/feta-toevallig.mf: make flat stem shorter 
9948
9949 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9950
9951         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9952
9953         * lilypond.words: add from Phrasing slur.
9954         
9955 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9956
9957         * lilypond-mode.el: allow launching multiple ViewPS processes.
9958         
9959         * lilypond.words: add from Text markup.
9960
9961 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9962
9963         * input/test/ossia.ly (texidoc): add comment.
9964
9965         * input/regression/voice-follower.ly: new file.
9966
9967         * mf/feta-toevallig.mf: make flat heavier.
9968
9969         * lily/cluster-engraver.cc: clean up Cluster engraver
9970
9971         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9972         Engraver. Use Note_column to compute Y positions and deal with
9973         line break stuff.
9974
9975 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9976
9977         * lily/stem.cc: move french-beaming to stem.
9978
9979 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9980
9981         * lilypond-font-lock.el: fontify all durations in chords.
9982
9983         * lilypond.words: add from lily/my-lily-lexer.cc
9984
9985 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9986
9987         * VERSION: release 1.7.12
9988
9989         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9990
9991         * lily/gregorian-ligature.cc: new file
9992
9993         * lily/*: the Great 2003 search & replace.
9994
9995         * Documentation/user/refman.itely (Manual repeat commands): add
9996         note about font selection.
9997
9998 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9999
10000         * lilypond-mode.el: propose recompiling midi while invoking playing,
10001         not while stopping playing.
10002
10003 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10004
10005         * lilypond.words: add one.
10006
10007         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10008         and expressional note grouping. Fontify chord modes.
10009
10010 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10011
10012         * Documentation/user/music-glossary.tely (Top): translate melisma.
10013
10014 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10015
10016         * Documentation/user/music-glossary.tely (Top): add melisma.
10017
10018 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10019
10020         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10021         interfaces for (abstract) grob GregorianLigature
10022
10023         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10024         renamed head* -> glyph_name*, x-shift* -> x-offset*
10025
10026         * scm/grob-property-description.scm: bugfix: added missing descriptions
10027
10028 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10029
10030         * input/test/chord-names-dpnj.ly: New file.
10031
10032         * scm/double-plus-new-chord-name.scm: Implement full and partial
10033         exceptions.
10034
10035         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10036
10037         * scm/double-plus-new-chord-name.scm
10038         (double-plus-new-chord->markup): Fix sub->markup.
10039
10040
10041 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10042
10043         * lily/custos-engraver.cc: added TODO; editorial changes
10044
10045         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10046         consistency with other ligature engravers; removed access on (now)
10047         private variable _ligature of Ligature_engraver
10048
10049         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10050         renamed last_bound -> last_bound_; issue programming_error on
10051         abstract method calls; moved primitives code from
10052         Mensural_bracket_engraver to here (because almost ligature
10053         engravers will need it); renamed try_stop_ligature () ->
10054         typeset_ligature (); bugfix: store primitives of finished ligature
10055         in separate variable finished_primitives_ to avoid clash on input
10056         like "\] \["; added current_ligature () to enable access on
10057         private variable _ligature
10058
10059         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10060         (now in super class); renamed try_stop_ligature () ->
10061         typeset_ligature ()
10062
10063         * lily/mensural-ligature.cc: issue programming_error on abstract
10064         method calls
10065
10066         * lily/note-heads-engraver.cc: added TODO comment upon bool
10067         in_ligature
10068
10069         * mf/parmesan-heads.mf: fixed some of set_char_box()
10070
10071         * scm/grob-description.scm: added VaticanaLigature
10072
10073         * scm/grob-property-description.scm: added neume prefix properties
10074
10075         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10076         lily/include/gregorian-ligature-engraver.hh,
10077         lily/include/gregorian-ligature.hh: new files; framework for
10078         gregorian ligature engravers such as vaticana
10079
10080         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10081         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10082         vaticana style ligature implementation (still somewhat uncomplete)
10083
10084 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10085
10086         * VERSION: release 1.7.11
10087
10088         * scripts/convert-ly.py: add ly:pitch-transpose rule
10089
10090 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10091
10092         * input/test/dpncnt.ly: New file.
10093
10094         * lily/my-lily-lexer.cc: Add chordnames keyword.
10095
10096         * lily/parser.yy (chordnames_block): Parse chord name exception
10097         lists, see input/test/dpncnt.ly.
10098
10099         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10100         function.
10101
10102         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10103         filter-out too.
10104
10105         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10106         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10107         pitch functions (except for ly:make-pitch, but that's apparently
10108         some sort of scheme naming standard?).
10109
10110         * scm/lily.scm (!=): define-public.
10111
10112         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10113
10114 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10115
10116         * scm/double-plus-new-chord-name.scm
10117         (double-plus-new-chord-name->markup): New file.
10118
10119 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10120
10121         * python/lilylib.py (make_preview): don't suppress progress for
10122         bbox extraction.
10123
10124 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10125
10126         * Documentation/user/appendices.itely (scheme): update for new syntax.
10127
10128         * input/regression/chord-name-styles.ly: new file
10129
10130         * lily/instrument-name-engraver.cc: create instrument names
10131         without barline too.  Allows instrument name on ChordNames  
10132
10133         * scm/new-markup.scm (interpret-markup): allow simple strings as
10134         markup too.
10135
10136 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10137
10138         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10139         (step->markup-accidental): Fix: add accidental.
10140         (chord::inner-name-american): 
10141         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10142         append stray '/' if last superscript addition was 'o'.
10143
10144         * scm/new-markup.scm (normal-size-sub-markup) 
10145         (normal-size-super-markup): New function.
10146
10147         * lily/source-file.cc (Source_file): Add warning for possibly
10148         intentional but suspicious initialization.
10149
10150         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10151         add comments about cut-and-paste programming.
10152
10153         * flower/rational.cc (lcm): Not used; comment out.
10154
10155 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10156
10157         * lily/new-fingering-engraver.cc (position_scripts): use
10158         fingerHorizontalDirection to determine fingering horizontal
10159         directions.
10160  
10161         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10162         fingering support.
10163
10164         * scripts/convert-ly.py (FatalConversionError.conv): add style
10165         conversion rule. 
10166
10167         * scm/chord-name.scm (set-chord-name-style): new function.
10168         (new-chord-name-brew-molecule): revise to interpret markup only
10169         (new-chord->markup): cleanuppish rewrite. To be called from the
10170         new engraver.
10171
10172         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10173         Markup earlier, during interpreting.
10174
10175         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10176         style settings. Rename to chord-names-*.ly
10177
10178 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10179
10180         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10181         markup code and update to new markup.  Most probably broke some of
10182         it.
10183         
10184 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10185
10186         * Documentation/user/refman.itely: added docu for ambitus and
10187         clusters
10188
10189         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10190         ly_quote_scm() in lookup.cc
10191
10192         * mf/parmesan-clefs.mf: set_char_box fix
10193
10194         * lily/cluster-engraver.cc: junk implicit protection; use
10195         Protected_scm instead
10196
10197 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10198
10199         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10200         throughout.
10201
10202         * scm/new-markup.scm: Turn-off error-triggering test code.
10203
10204 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10205
10206         * scm/new-markup.scm (markup-thrower-typecheck) 
10207         (markup-typecheck?):  add full typechecking functions.
10208         (make-markup-maker): add make-FOO-markup functions.
10209         (markup-argument-list-error): nice error checking messages.
10210         (make-markup): better function: less quoting escapades.
10211
10212 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10213
10214         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10215
10216 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10217
10218         * cygwin/lilypond.hint (requires): Add cygwin.
10219
10220         * .cvsignore: Remove stepmake (huh!?!), add lib.
10221
10222         * GNUmakefile.in: Add libdir links for builddir runs.
10223
10224         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10225         instead of datadir.
10226
10227         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10228         local_lilypond_libdir.
10229
10230         * config.make.in (lilypond_libdir): Add.
10231
10232         * stepmake/stepmake/substitute-rules.make: 
10233         * stepmake/stepmake/script-rules.make: 
10234         * stepmake/stepmake/python-module-rules.make:
10235         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10236         lilypond-python-module patch.
10237
10238 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10239
10240         * Documentation/user/refman.itely (Graphical interfaces): add note
10241         about xml2ly.
10242
10243 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10244
10245         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10246
10247 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10248
10249         * VERSION: released 1.7.10
10250
10251         * scripts/musedata2ly.py (): idem
10252
10253         * scripts/midi2ly.py (dump_chord): idem
10254
10255         * scripts/etf2ly.py (version): idem 
10256
10257         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10258
10259         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10260
10261         * scm/tex.scm (tex-output-expression): remove eval compat
10262         glut. Other output files too.
10263
10264         * scm/chord-name.scm: don't export anything from chord module.
10265
10266         * input/test/american-chords.ly: idem
10267
10268         * input/test/banter-chords.ly (texidoc): idem
10269
10270         * input/test/Cc-chords.ly: add breakage notes.
10271
10272         * Documentation/user/refman.itely (Text markup): rewrite manual
10273         section.
10274
10275         * lily/parser.yy (scalar): allow \markup { } as property value. 
10276
10277         * scm/chord-name.scm: complete new markup usage
10278
10279         * scm/grob-description.scm (all-grob-descriptions): use new markup
10280         texts by default
10281
10282 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10283
10284         * scm/chord-name.scm: partial move to new markup texts.
10285
10286 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10287
10288         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10289
10290         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10291         settable.
10292
10293 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10294
10295         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10296         invoked for old midi, wait for killing.
10297
10298 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10299
10300         * Documentation/user/music-glossary.tely: Finnishing.
10301
10302 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10303
10304         * mf/feta-nummer-code.mf: some kerning pairs.
10305
10306 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10307
10308         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10309         Added.
10310
10311         * Documentation/user/refman.itely (Bar numbers):
10312         set-bar-number-visibility added, modulo-bar-number removed again
10313         (sorry).
10314
10315 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10316
10317         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10318
10319         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10320
10321         * Documentation/user/music-glossary.tely: translate into Finnish.
10322
10323 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10324
10325         * lilypond-mode.el: add shortcut for 2midi
10326
10327         * lilypond-font-lock.el: fontify lyrics
10328
10329 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10330
10331         * scm/drums.scm : use 1.7.x names.
10332
10333         * input/regression/drums.ly : Don't use << chords >>
10334
10335 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10336
10337         * lilypond-mode.el: tidy, add TODO
10338
10339         * make/lilypond.mandrake.spec.in: install-info quietly.
10340
10341 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10342
10343         * input/test/markup.ly: use new syntax.
10344
10345 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10346
10347         * ly/params-init.ly (interscoreline): add word-space
10348
10349         * input/test/metronome.ly (eighthNote): idem.
10350
10351         * input/test/script-priority.ly: use new markup
10352
10353         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10354
10355         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10356
10357         * lily/parser.yy (gen_text_def): bugfix.
10358         (full_markup): allow markup identifier.
10359
10360 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10361
10362         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10363         jobs at the same time. Add horizontal lines to Command menu.
10364         Allow one compiling job -- propose killing others before a new one.
10365
10366         * lilypond.words: add markup, teeny, etc.
10367
10368 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10369
10370         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10371         Allow only one type of midi process; launching Midi either stops
10372         midis or plays the current midi and launching MidiAll stops midis
10373         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10374         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10375
10376 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10377
10378         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10379         markup  for new markup texts.
10380
10381         * lily/mark-engraver.cc (process_music): idem
10382         
10383         * lily/instrument-name-engraver.cc (create_text): idem
10384
10385         * scm/new-markup.scm (magnify-markup): new function.
10386
10387         * scm/molecule.scm (stack-lines): bugfix.
10388
10389         * lily/font-interface.cc (get_font): take font-magnification from
10390         alist chain.
10391
10392 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10393
10394         * lily/molecule-scheme.cc: move scheme functions to separate file.
10395
10396         * lily/font-metric.cc  (ly_get_glyph): new function. 
10397         
10398         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10399         (italic-markup, dynamic-markup): new functions
10400         (font-markup): new function
10401
10402         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10403         padding and minimum
10404
10405 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10406
10407         * lily/accidental-engraver.cc:
10408         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10409
10410 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10411
10412         * lilypond.vim:
10413         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10414         [a-zA-Z] for user defined identifiers. Separate note cases 
10415         with and without a duration (allow cis\longaX).
10416
10417         * lilypond.words: Add words from Info.
10418
10419 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10420
10421         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10422
10423 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10424
10425         * lilypond-mode.el: Propose reverting buffer before a command if
10426         it was edited with an another editor.
10427
10428 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10429
10430         * lily/molecule.cc (ly_translate_molecule): new function
10431
10432         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10433         into libdir
10434
10435         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10436
10437         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10438
10439 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10440
10441         * lilypond.words: take \words from Info-index.
10442
10443 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10444
10445         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10446
10447 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10448
10449         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10450
10451 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10452
10453         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10454         and lilypond-documentation.
10455
10456 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10457
10458         * lily/parser.yy: Compile fix (bison 1.75).
10459
10460 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10461
10462         * VERSION: 1.7.9 released
10463
10464         * scm/music-functions.scm (shift-one-duration-log): refactor.
10465         Use music-map.
10466
10467         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10468
10469         * NEWS: update.
10470
10471         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10472         argument
10473         
10474         * scm/music-functions.scm (display-music): new function
10475         (music-map): change arg order.
10476
10477         * input/regression/new-markup-syntax.scm: new file
10478
10479         * lily/parser.yy (markup): add \markup { .. } syntax.
10480
10481         * scm/new-markup.scm (override-markup): new function
10482         (lookup-markup): new function
10483         (music-markup): new function
10484         (lookup-markup-command): use markup-signature to store argument
10485         format for parser.
10486
10487         * lily/lexer.ll: preliminary \markup syntax. 
10488
10489 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10490
10491         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10492         add pre/post-dependencies and menus with icons from source.
10493
10494         * Documentation/pictures/lilypond-48x48.xpm:
10495         * Documentation/pictures/lilypond-32x32.xpm:
10496         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10497         transparent.
10498
10499         * stepmake/stepmake/generic-targets.make:
10500         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10501
10502 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10503
10504         * input/regression/music-map.ly (texidoc): new file.
10505
10506         * scm/music-functions.scm (music-map): new function
10507
10508 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10509
10510         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10511
10512 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10513
10514         * input/test/to-xml.ly:
10515         * lily/ligature-engraver.cc: Fixes documentation.
10516
10517         * lilypond.mandrake.spec.in:
10518         * lilypond.redhat.spec.in: Add lilypond.words.
10519
10520         * Documentation/user/refman.itely: Mention Info inside emacs.
10521         
10522         * lilypond.suse.spec.in:
10523         * lilypond.redhat.spec.in:
10524         * lilypond.mandrake.spec.in: Set root-owner for doc
10525         (tobbe@nyvalls.se).
10526
10527 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10528
10529         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10530         os.popen.read ().
10531
10532 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10533
10534         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10535
10536         * python/lilylib.py (error): add space
10537
10538 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10539
10540         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10541         distribution.
10542
10543 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10544
10545         * lily/paper-outputter.cc (Paper_outputter): close port when
10546         finishing score.
10547
10548 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10549
10550         * scm/sodipodi.scm: Fixes.
10551
10552 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10553
10554         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10555
10556         * buildscripts/make-font-dir.py: Fix. 
10557
10558 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10559
10560         * lilypond-mode.el: Add support for Info inside Emacs.
10561
10562 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10563
10564         * buildscripts/make-font-dir.py: 
10565         * mf/GNUmakefile: Make sodipodi font map.
10566
10567         * scm/sodipodi.scm: Add more output functions.
10568
10569         * mf/feta-nummer.mf: 
10570         * mf/feta-beugel.mf: Add font_coding_scheme.
10571
10572         * lily/paper-outputter.cc (output_header): Fix creator string.
10573
10574 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10575
10576         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10577         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10578
10579         * lilypond.words: add two (Everybody can add/remove words now!).
10580
10581         * debian/rules:
10582         * make/lilypond.suse.spec.in:
10583         * make/lilypond.mandrake.spec.in:
10584         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10585
10586         * Documentation/user/refman.itely: Mention autocompletion.
10587
10588 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10589
10590         * scripts/ly2dvi.py: Add paper sizes.
10591
10592         * lily/timing-engraver.cc: 
10593         * lily/time-signature.cc: 
10594         * lily/span-bar.cc: 
10595         * lily/grob-scheme.cc: Code formatting fixes.
10596
10597         * scm/sodipodi.scm: 
10598         * scm/sketch.scm:
10599         * buildscripts/mf-to-table.py: 
10600         * buildscripts/make-font-dir.py: Font testing.
10601
10602 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10603
10604         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10605         inserts try-completion and shows all-completions.
10606
10607         * lilypond.words: '\' -> '\\'
10608
10609         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10610         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10611         
10612         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10613         and LilyPond-reserved-words.
10614         
10615 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10616
10617         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10618         from load-path.
10619         
10620         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10621         the mini-buffer with Control-Shift-c.
10622         
10623 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10624
10625         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10626         duration. This fixes \tempo taking time.
10627
10628 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10629
10630         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10631         Allow for text markup in repeatCommands. 
10632
10633 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10634
10635         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10636         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10637         Get rid of skeleton.el-dependency.
10638
10639         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10640
10641 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10642
10643         * lily/beam-engraver.cc (stop_translation_timestep): reset
10644         now_stop_ev_
10645
10646         * lily/scm-option.cc: add parse-protect to ly:set-option
10647
10648         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10649
10650 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10651
10652         * lily/include/ligature-bracket.hh: removed
10653         * lily/ligature-bracket.cc: removed
10654
10655         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10656         .tex
10657
10658         * lily/beam.cc (set_beaming): don't change beam count on rests.
10659         (brew_molecule): always set flag-width > 0.
10660
10661 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10662
10663         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10664         chars, remove instructions; instead, refer to lilypond-init.el and
10665         Documentation/topdocs/INSTALL.texi.
10666
10667         * lilypond.words: add identifiers and reserved words.
10668
10669         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10670         files and adding a load-path.
10671
10672         * lilypond-init.el: Instructions, extracted from 
10673         Documentation/topdocs/INSTALL.texi. 
10674         
10675 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10676
10677         * VERSION: 1.7.8 released 
10678
10679         * lily/grob.cc (warning): better robustness fix.
10680
10681 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10682
10683         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10684
10685         * lily/cluster-engraver.cc: stick better to variable naming
10686         conventions
10687
10688         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10689         until stop_translation_timestep()
10690
10691         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10692         min/max coordinates to backend, but no musical info such as
10693         pitches
10694
10695         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10696
10697         * lily/grob.cc: robustness fix: warning(): do not crash if
10698         cause is not set
10699
10700         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10701         the much more elaborated tuplet brackets than the very naive and
10702         simple ligature bracket grob
10703
10704 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10705
10706         * Documentation/user/refman.itely (Analysis brackets): add
10707         horizontal bracket doco.
10708
10709         * ly/property-init.ly (setMmRestFermata): added.
10710
10711         * Documentation/user/refman.itely (Multi measure rests): fermatas
10712         on mm rests.
10713
10714         * input/regression/apply-context.ly (texidoc): new file
10715
10716         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10717         code to be executed during interpretation. Possible applications:
10718         smart octavation, more advanced bar checks. 
10719
10720         * lily/apply-context-iterator.cc: new file.
10721
10722 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10723
10724         * input/test/new-markup.ly: new file.
10725
10726         * lily/text-item.cc (text_to_molecule): new function
10727
10728         * scm/new-markup.scm (lambda): new file
10729
10730         * lily/function-documentation.cc (ly_add_function_documentation):
10731         add proc property as well
10732
10733 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10734
10735         * Documentation/user/music-glossary.tely (Top): add custos.
10736
10737 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10738
10739         * Documentation/topdocs/INSTALL.texi: advise how to include source
10740         path to Emacs load-path and improve language.
10741
10742 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10743
10744         * GNUmakefile.in: config.h message fix.
10745
10746         * autogen.sh:
10747         * aclocal.m4: Regenerate.
10748
10749         * configure.in: 
10750         * config.make.in: 
10751         * stepmake/config.make.in: 
10752         * stepmake/configure.in: 
10753         * stepmake/autogen.sh: 
10754         * stepmake/aclocal.m4: Update for autoconf 2.56.
10755
10756 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10757
10758         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10759         to install Emacs-mode. Instructions how to use vim-mode.
10760
10761 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10762
10763         * scm/music-types.scm (music-descriptions): no length for tempo event.
10764
10765         * input/*.ly: add \version everywhere.
10766         
10767         * input/*.ly: update syntax to 1.7 + new-chords.
10768
10769         * VERSION: 1.7.7 released.
10770         
10771         * Documentation/user/*.tely: new chord syntax.
10772
10773         * input/regression/[bc]*.ly (texidoc): syntax updates.
10774         
10775 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10776
10777         * lilypond.words: add vocabulary to be used in auto-completion
10778
10779         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10780
10781         * lilypond.vim: allow note name at EOF
10782
10783 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10784
10785         * buildscripts/new-chords.py (edit): -e option: inline editing.
10786
10787         * input/regression/a*.ly (texidoc): syntax updates.
10788
10789         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10790         music): elucidations. 
10791
10792 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10793
10794         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10795         ly/spanners-init.ly, scm/grob-description.scm,
10796         scm/grob-property-description.scm, scm/music-types.scm,
10797         lily/cluster-engraver.cc, lily/cluster.cc,
10798         lily/include/cluster.hh, input/test/cluster.ly: cluster
10799         implementation
10800
10801         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10802         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10803         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10804
10805         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10806
10807         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10808
10809         * scm/grob-description.scm: bugfix: by default, use default note
10810         head style when engraving ligatures
10811
10812         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10813
10814         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10815         events
10816
10817         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10818
10819         * input/test/ancient-font.ly: bugfix: style -> flag-style
10820
10821         * lily/ligature-engraver.cc: indentation fix
10822
10823         * lily/parser.yy: indentation fixes
10824         
10825 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10826
10827         * input/regression/measure-grouping.ly: more elaborate example.
10828
10829         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10830         ly:div-moment. New functions 
10831
10832         * scm/music-functions.scm (set-time-signature): new function,
10833         allow inline time sig settings with measure grouping.
10834
10835         * lily/parser.yy (command_element): move time sig construction
10836         into Scheme.
10837
10838         * lily/side-position-interface.cc (out_of_staff): new function,
10839         like padding, but keep minimum distance from staff. Easier than
10840         linespanners (dynamics, pedals), but roughly the same effect.
10841
10842 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10843
10844         * emacs-mode.el: Added spanish-note-replacements 
10845         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10846
10847         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10848
10849 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10850
10851         * lilypond.vim: Do not fontify cises, desis, etc.
10852
10853         * vimrc: view dvi with <S-F6>
10854
10855 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10856
10857         * lily/lookup.cc (triangle): new function.
10858
10859         * input/regression/measure-grouping.ly (texidoc): new file: show
10860         triangles and brackets for beat groups of 3 and 2.
10861
10862         * lily/include/measure-grouping-spanner.hh (class
10863         Measure_grouping): new file.
10864
10865         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10866
10867         * lily/measure-grouping-engraver.cc (class
10868         Measure_grouping_engraver): new file.
10869
10870 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10871
10872         * Merge from stable:
10873
10874             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10875         
10876         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10877         stylesheet.
10878
10879         * ly/paper19.ly: Include paper19-init.ly.
10880
10881         * ly/paper19-init.ly: New file.
10882
10883         * Documentation/user/tutorial.itely (First steps): Fix first
10884         example for font test.
10885
10886         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10887
10888         * ChangeLog: Add 1.7.6 release marker (see below).
10889
10890         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10891         Add .py files.
10892
10893 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10894
10895         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10896
10897         * input/tutorial/*.ly: update to new syntax.
10898
10899         * lily/parser.yy (Composite_music): new transpose syntax,
10900         \transpose FROM TO MUSIC. 
10901
10902 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10905         latex progress/error output to stderr (by default this goes to
10906         stdout).  Show lilypond progress, even when not verbose.
10907
10908         * python/lilylib.py (system): New optional parameter to control
10909         showing of progress.
10910
10911         * scm/backend-documentation-lib.scm (check-dangling-properties):
10912         Fix error message.
10913
10914         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10915         axis, extent.
10916
10917         * scm/grob-property-description.scm (magnify): Remove.
10918         (extent, axis): Add.
10919
10920 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10921
10922         * VERSION: Release 1.7.6.
10923
10924         * scripts/convert-ly.py: more uniformization substitutions.
10925
10926         * buildscripts/new-chords.py (sub_chords): new file.
10927
10928 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10929
10930         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10931         lilypond.map.  Include sauter fonts too.  Cleanups.
10932
10933 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10934
10935         * Documentation/user/tutorial.itely (First steps): change to new
10936         chord/tie/slur/beam notation.
10937
10938         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10939         ties.
10940
10941         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10942         engraver. Process ties in postfix notation, i.e. c8-~ c
10943
10944         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10945
10946         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10947
10948         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10949
10950         * lily/beam-engraver.cc (try_music): accept new-beam-events
10951
10952         * input/regression/chord-scripts.ly (texidoc): new file
10953
10954         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10955         script-events.
10956
10957         * scm/script.scm (default-script-alist): cleanup.
10958
10959         * lily/script-engraver.cc (make_script_from_event): cleanup.
10960
10961         * lily/lyric-combine-music-iterator.cc
10962         (Lyric_combine_music_iterator): remove superfluous events.
10963         (melisma_busy): new function. Fix broken melismas.
10964
10965 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10966
10967         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10968         Remove nonvalid settings. Use descriptive key names.
10969         Use <Return> to indicate the pressing of that key.
10970
10971 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10972
10973         * scripts/lilypond-book.py (option_definitions): Typo.
10974
10975         * scripts/ly2dvi.py: Updates.
10976
10977         * python/lilylib.py (setup_environment, print_environment)
10978         (get_bbox, make_preview): Merge and remove from ly2dvi and
10979         lilypond-book.
10980
10981         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10982
10983         * .cvsignore: Remove some cruft.
10984
10985         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10986         path.
10987
10988         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10989         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10990         throughout.
10991
10992         * python/lilylib.py (quiet_system): Junk
10993         (system): Display error log upon failure.
10994         (read_pipe): New function.  Cleanups and fixes.
10995
10996         * python/*.py: Rename from *.py.in.
10997         
10998         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10999
11000         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11001
11002 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11003
11004         * python/GNUmakefile: Bugfix: handle modules.
11005
11006         * stepmake/stepmake/python-module-targets.make (default): Add
11007         compiled modules. 
11008
11009         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11010         compiling modules.
11011
11012         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11013         Bugfix.  (OUT_PYC_MODULES): Add.
11014
11015 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11016
11017         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11018         Use default paths. Refresh description.
11019
11020 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11021
11022         * VERSION: 1.7.5 released
11023
11024         * input/regression/finger-chords.ly (texidoc): new file.
11025
11026         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11027         support
11028
11029         * lily/fingering-engraver.cc (process_music): remove kludgy
11030         scriptHorizontal stuff.
11031
11032         * lily/script.cc: remove staff-support property.
11033
11034         * lily/new-fingering-engraver.cc (add_fingering): new
11035         file. Fingering engraver for new style chords.
11036
11037 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11038
11039         * lily/parser.yy (bare_number): allow 4 \cm (without
11040         decimal dot). (should backport to 1.6?)
11041
11042         * ly/declarations-init.ly: use Scheme for dimension defs.
11043
11044         * lily/parser.yy (TODO): remove hard coded dimensions, add
11045         REAL NUMBER_IDENTIFIER production.
11046
11047         * lily/rest-collision.cc (force_shift_callback): rewrite using
11048         -done property.
11049
11050         * scm/grob-property-description.scm (rest-collision-done): add
11051         property.
11052         
11053         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11054
11055 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11056
11057         * input/regression/multi-measure-rest-center.ly: new file.
11058
11059         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11060         off horizontally by 0.05 ss. Fixed.
11061
11062 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11063
11064         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11065
11066         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11067
11068 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11069
11070         * lily/tie.cc (get_control_points): also avoid staff lines on the
11071         just outside the outer staff lines
11072
11073 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11074
11075         * ly/params-init.ly: Just define style-alist, no need to
11076         define-public.
11077
11078         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11079         (thanks Han-Wen).
11080
11081         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11082         (FET_FILES): = FONT_FILES.
11083
11084         * Merge from stable:
11085
11086             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11087
11088 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11089
11090         * VERSION: 1.7.4 released.  
11091         
11092         * scm/generate-documentation.scm (string-append): add macro
11093         definitions.
11094
11095         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11096         normal texts.
11097
11098         * lily/multi-measure-rest-engraver.cc: make separate
11099         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11100
11101         * lily/multi-measure-rest.cc: remove text handling. Remove
11102         number-threshold.
11103
11104 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11105
11106         * scm/music-types.scm: doc patch by Graham Percival
11107
11108 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11109
11110         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11111         encoding part.
11112         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11113         (sketch_p): Sketch wants only first four elements of X11 font spec.
11114
11115         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11116
11117         * mf/feta-autometric.mf: Write foundry and family to log.
11118
11119         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11120         font translation table.
11121
11122         * buildscripts/mf-to-table.py: Better font info into afm.
11123
11124         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11125         1.0.9 required.
11126
11127         * configure.in: Whine for mftrace 1.0.9.
11128
11129 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11130
11131         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11132
11133         * lily/main.cc (main_prog): don't try to load init.EXT when
11134         processing foo.EXT.
11135
11136 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11137
11138         * scm/tex.scm (zigzig-line): added.
11139
11140         * scm/ps.scm (zigzag-line): added.
11141
11142         * ps/music-drawing-routines.ps (subvec): added.
11143         (draw_zigzag_line): added.
11144         
11145         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11146         grob properties zigzag-width and zigzag-length.
11147
11148         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11149
11150 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11153         svg output, including font.
11154
11155 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11156
11157         * scm/lily.scm: Register sodipodi output module.
11158
11159         * scm/sodipodi.scm: New file.
11160
11161         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11162
11163         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11164         comment, after header.
11165         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11166         FullName.  Fix FontName key.
11167
11168 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11169
11170         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11171         and breve rests.
11172         
11173         * input/test/blank-notes.ly: bugfix
11174
11175         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11176         rests. (Kim Shrier)
11177
11178         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11179         
11180 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11181
11182         * scm/tex.scm: 
11183         * scm/ps.scm: Cleanup and remove obsolete junk.
11184
11185         * Documentation/user/internals.itely:
11186         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11187
11188         * lily/parser.yy: Identify shift/reduce problems.
11189
11190         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11191         make-style-sheet.  Too specific for convert-ly?
11192
11193 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11194
11195         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11196
11197         * input/test/*.ly: various fixes.
11198
11199         * lily/music.cc (name): bugfix
11200
11201         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11202
11203         * lily/input-file-results.cc (code): set-point-and-click! ->
11204         set-point-and-click
11205         
11206 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11207
11208         * Use uniform ly: prefix for exported scheme primitive functions.
11209
11210         * scm/music-types.scm: junk compat glue
11211
11212         * scripts/convert-ly.py: add rules for stuff below, junk
11213         compatibility glue for spanrequest.
11214
11215         * lily/parser.yy (verbose_event): remove \spanrequest,
11216         \commandspanrequest, \script. 
11217         
11218         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11219
11220         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11221         for \penalty, \glissando.
11222
11223         * VERSION: release 1.7.3
11224         
11225 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11226
11227         * lily/accidental-engraver.cc: Fix
11228         grace-in-the-beginning-of-measure bug caused by the resent
11229         partial-measure fix.
11230
11231         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11232         overlap looks too crowded)
11233         
11234 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11235
11236         * lily/parser.yy (assignment): allow SCM expression as assignment.
11237
11238         * lily/include/music-output-def.hh (class Music_output_def):
11239         * lily/music-output-def.cc: 
11240         * lily/paper-def.cc: 
11241         * scm/font.scm (markup-to-properties):
11242         * lily/parser.yy (music_output_def_body): 
11243         remove style_sheet_
11244
11245 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11246
11247         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11248         length.
11249
11250         * input/regression/spacing-to-grace.ly: new file.
11251
11252         * input/regression/spacing-end-of-line.ly: new file.
11253
11254         * lily/note-spacing.cc (get_spacing): take into account breakable
11255         stuff sticking out at the left (time sig change at line break).
11256
11257         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11258         raggedright code.
11259
11260         * scm/music-functions.scm (make-voice-props-set): add
11261         staff-position for mm rests.
11262  
11263         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11264         before grace notes a little.
11265
11266         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11267
11268         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11269         key adds space at the end of line. 
11270
11271 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11272
11273         * scm/sketch.scm: Fix beams.
11274
11275         * buildscripts/mf-to-table.py: Add EncodingScheme.
11276
11277         * scm/sketch.scm: Resurrect.
11278
11279 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11280
11281         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11282         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11283
11284 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11285
11286         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11287
11288         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11289
11290 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11291
11292         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11293         token for origin information.
11294
11295         * lily/parser.yy (My_lily_lexer): do identifier location and
11296         cloning from lexer.
11297
11298         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11299         logic out of the parser. Add bar checks on both ends.
11300
11301         * Documentation/user/refman.itely (Multi measure rests): add more
11302         notes about mm rests.
11303
11304 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * input/regression/bar-scripts.ly: Re-enable.
11307
11308         * lily/parser.yy:
11309         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11310         released rsn.  Bison 1.50 has a crucial bug and won't work.
11311
11312         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11313
11314
11315 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11316
11317         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11318
11319 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11320
11321         * Actually merge changes since 1.6.4 besides ChangeLog, and
11322         resolve conflicts.  Lots of updates, hope all is well.
11323         
11324         * cygwin/lilypond.hint (requires): Add ghostscript.
11325
11326         * scm: Update some (c).
11327         
11328 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11329
11330         * input/test/{various}.ly: add \header fields and texidoc strings.
11331
11332 2002-10-05  Werner Lemberg  <wl@gnu.org>
11333
11334         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11335         renamed to `output_latex_quoted'.
11336         Added `output_latex_noquote'.
11337         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11338         mode.
11339
11340 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11341
11342         * ChangeLog: Add 1.6.6 release marker.  See below.
11343
11344         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11345
11346         * scripts/midi2ly.py: Fix global syntax warnings.
11347
11348         * GNUmakefile.in: Generate builddir locale tree too.
11349
11350         * scripts/ly2dvi.py:
11351         * scripts/midi2ly.py: 
11352         * scripts/mup2ly.py: 
11353         * scripts/update-lily.py:
11354         * lily/main.cc (setup_paths): Fix for locales setup.
11355
11356 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11357
11358         * Documentation/windows/installing.texi: Soften wording about
11359         necessity of becoming Administrator.  tommie@iae.nl reports this
11360         does not seem to be necessary for his flavour of Windows 2000.
11361         Explicitely discourage text mode mounts.
11362
11363 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11364
11365         * lily/rest.cc (after_line_breaking): backport dot position fix.
11366
11367         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11368         rests. Thanks to Klaus Zimmermann for finding this bug.
11369
11370 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11371
11372         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11373
11374 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11375
11376         * Documentation/user/music-glossary.tely: fix links.
11377
11378 2002-10-21  Werner Lemberg  <wl@gnu.org>
11379
11380         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11381         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11382         scaling factor) only once and use them in the definition of
11383         \embeddedps.
11384         * ps/music-drawing-routines.ps (skeel): Removed.
11385
11386 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11387
11388         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11389         Solaris7, as we don't use nested $( ) constructs.
11390
11391 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11392
11393         * VERSION: Release 1.6.6.
11394         
11395 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11396
11397         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11398         as workaround for /bin/sh problems on Solaris7.
11399
11400 2002-10-19  Werner Lemberg  <wl@gnu.org>
11401
11402         * GNUmakefile.in (web-doc): Fix typos.
11403         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11404         `music-drawing-routines.ps' but emit \special{header=...} once.
11405         * scm/tex.scm (header-end): Updated.
11406
11407 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11408
11409         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11410         undefined tremolo. 
11411
11412 2002-10-15  Werner Lemberg  <wl@gnu.org>
11413
11414         * scripts/lilypond-book.py (g_make_html): New global variable.
11415         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11416         if `g_make_html' isn't set.
11417         [main]: Add format `texi-html'.
11418         (option_definitions): Updated.
11419         * Documentation/user/lilypond-book.itely: Updated.
11420
11421         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11422         * make/ly-rules.make (%.texi, %.nexi): Use it.
11423         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11424         format to lilypond-book.
11425         * GNUmakefile.in (web-doc): Ditto.
11426
11427 2002-10-14  Werner Lemberg  <wl@gnu.org>
11428
11429         Further improve TeX output.  The produced files are about 40%
11430         smaller.  `lilyponddefs.tex' is now read only once.
11431
11432         * tex/lilyponddefs.tex: Remove footer stuff.
11433         (\ifundefined): Renamed to...
11434         (\lilypondundefined): This.  Use LaTeX's definition to
11435         make it nestable and make it global.
11436         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11437         output.
11438         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11439         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11440         them global.
11441         (\placebox): Renamed to...
11442         (\lyitem): This.
11443         Make it global and call \outputscale by itself.
11444         (\lybox, \lyvrule): New macros to reduce input data.
11445         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11446         New auxiliary macros.
11447         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11448         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11449         to...
11450         (\lilypondspace): This and made it global.
11451         (\turnOnPostScript): Renamed to...
11452         (\lilypondpostscript): This and made it global.
11453         (\turnOnExperimentalFeatures): Renamed to...
11454         (\lilypondexperimentalfeatures): This and made it global.
11455         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11456         (\lilypondsetdimen): This and made it global.
11457         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11458         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11459         (all, $(outdir)/music-drawing-routines.ps): New rules.
11460         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11461         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11462         start-system, stop-system, stop-last-system, filledbox): Updated to
11463         use the changed macros from lilyponddefs.tex.
11464         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11465
11466 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11467
11468         * Documentation/windows/installing.texi: Update.
11469
11470 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11471
11472         * VERSION: 1.6.5 released
11473
11474         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11475
11476 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11477
11478         * scm/translator-property-description.scm (voltaOnThisStaff): add
11479         property.
11480
11481 2002-09-28  Werner Lemberg  <wl@gnu.org>
11482
11483         * scm/tex.scm (header-end): Suppress page numbering.
11484
11485         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11486         Fix quotation for HTML output.
11487
11488 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11489         
11490         * Documentation/user/refman.itely: grammar and phrasing
11491           fixes to "Note Entry" section.  Also adds a few new examples.
11492
11493 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11494
11495         * flower/include/string-data.icc: include string.h
11496
11497 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11498
11499         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11500
11501 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11502
11503         * Documentation/user/GNUmakefile (extra-local-help): Add.
11504
11505         * stepmake/stepmake/www-targets.make (local-help): Add.
11506
11507 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11508
11509         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11510         packages.
11511
11512         * Documentation/topdocs/README.texi (Top): building documentation
11513         (not website.)
11514
11515 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11516
11517         * Documentation/user/refman.itely: 
11518         * Documentation/user/tutorial.itely: 
11519         * Documentation/user/music-glossary.tely: Merge changes.
11520
11521         * Documentation/user/glossary.html.in: 
11522         * Documentation/index.texi: 
11523         * Documentation/header.html.in: Accomodate renaming of glossary.
11524         
11525         * Documentation/user/tutorial.itely: Add some glossary references.
11526         
11527         * Documentation/user/refman.itely: Minor fixes.
11528         
11529         * Documentation/user/lilypond.tely: Add glossary do direntry.
11530
11531         * Documentation/user/music-glossary.tely: Rename (previously:
11532         glossary.tely).  Fix anchor placement.
11533
11534         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11535
11536 2002-09-23  Werner Lemberg  <wl@gnu.org>
11537
11538         * scripts/lilypond-book.py (output_dict): Fix handling of
11539         various environments by avoid extraneous newlines.
11540         Rename `output-all' regexp for html to `output-html'.
11541         Replace `output-all' regexp for texi with `output-texi-quote'
11542         and `output-texi-noquote'.
11543         (compose_full_body): Don't override `linewidth' user option
11544         for `singleline'.
11545         (schedule_lilypond_block): Don't indent text specified with
11546         `intertext' option.
11547         Add new option `noquote'.
11548         (compile_all_files): Use latex instead of tex to compile ly
11549         files directly.
11550
11551         * Documentation/user/lilypond-book.itely: Updated and revised.
11552         Improve layout.
11553
11554         * Documentation/user/glossary.tely,
11555         Documentation/user/introduction.itely,
11556         Documentation/user/tutorial.itely,
11557         Documentation/user/refman.itely,
11558         Documentation/user/appendices.itely: Fix overfull LilyPond
11559         boxes caused by the new lilypond-book code.  Other minor
11560         fixes.
11561
11562         * Documentation/user/macros.itexi (@texiflat): Don't emit
11563         trailing space.
11564
11565         * scm/tex.scm (end-output, header-end): Add preamble and
11566         postamble to make lilypond output directly compilable with
11567         latex.
11568
11569         
11570 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11571
11572         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11573         instructions.
11574
11575 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11576
11577         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11578
11579 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11580
11581         * lily/beam.cc (connect_beams): don't crash if there are quarter
11582         notes in beams.
11583
11584 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11585
11586         * Documentation/user/refman.itely: corrected ancient clef
11587         docu; added docu on ligatures
11588
11589 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11590
11591         * Documentation/user/glossary.tely,
11592         Documentation/user/refman.itely, input/les-nereides.ly,
11593         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11594         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11595         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11596         Stem properties: flag-style -> stroke-style, style -> flag-style.
11597
11598
11599 2002-09-22  Werner Lemberg  <wl@gnu.org>
11600
11601         * scripts/lilypond-book.py: Add option `notime' to suppress
11602         printing of a time signature.  Specify default indentation of 0pt
11603         if single line fragment.  Don't emit redundant `\paper{ }'.
11604
11605         * Documentation/user/lilypond-book.itely: Updated.
11606
11607         * Documentation/user/glossary.tely: Completely reformatting.
11608
11609 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11610
11611         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11612
11613 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11614
11615         * Documentation/user/tutorial.itely: Fix links.
11616         
11617         * Documentation/topdocs/index.tely:
11618         * Documentation/index.texi:
11619         * Documentation/header.html.in: Small website fixes and updates.
11620
11621         * debian/: Debian patch by Anthony Fok.
11622
11623 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11624
11625         * Documentation/footer.html.in: How time flies: It's already 2002!
11626
11627         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11628         more descriptive link names than 'here'.
11629
11630 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11631
11632         * VERSION: 1.7.2 released
11633         * VERSION: 1.6.4 released
11634         
11635         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11636
11637         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11638         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11639
11640         * mf/feta-din.mf (test): add x-height and space.
11641
11642         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11643         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11644
11645         * ly/grace-init.ly: add-to-grace-init: function to portably add
11646         settings to \grace. 
11647
11648         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11649         if we get an absolute dynamic event.
11650  
11651         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11652
11653         * lily/source-file.cc (get_line): oops. All line numbers were off
11654         by 2. Fix that. 
11655
11656         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11657         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11658
11659         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11660
11661         * lily/parser.yy (number_factor): remove (number) as number
11662         expression. ("Let them eat Lisp").
11663
11664 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11665
11666         * lily/horizontal-bracket.cc: new file.
11667
11668         * lily/horizontal-bracket-engraver.cc: new file.
11669
11670         * input/regression/note-group-bracket.ly: new file. Support
11671         horizontal note brackets for music analysis.
11672
11673         * lily/stem.cc (flag): new flag-style: no-flag.
11674
11675         * input/test/stem-cross-staff.ly: new file
11676         
11677         * Documentation/user/internals.itely: Improved formatting, fixing
11678         typos.  Added a section `Output details' to describe how the TeX
11679         code looks like.
11680
11681         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11682
11683         * lily/parser.yy: remove \dynamicscript.
11684
11685         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11686         definitions. 
11687
11688         * python/midi.c (midi_error): take two arguments.
11689
11690         * Merge 1.6.5 changes:
11691         
11692 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11693
11694         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11695         staff-space.  Previous 1.5 was probably meant as half-spaces.
11696         (cautionary-style): parentheses (was: smaller).  This is what doco
11697         says, and it seems more logical.
11698
11699         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11700         for 2nd sentence.
11701
11702 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11703
11704         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11705
11706 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11707
11708         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11709
11710 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11711
11712         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11713
11714 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11715
11716         * scm/translator-property-description.scm (voltaOnThisStaff): add
11717         property.
11718
11719 2002-09-28  Werner Lemberg  <wl@gnu.org>
11720
11721         * scm/tex.scm (header-end): Suppress page numbering.
11722
11723         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11724         Fix quotation for HTML output.
11725
11726 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11727         
11728         * Documentation/user/refman.itely: grammar and phrasing
11729           fixes to "Note Entry" section.  Also adds a few new examples.
11730
11731 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11732
11733         * flower/include/string-data.icc: include string.h
11734
11735 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11736
11737         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11738
11739 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11740
11741         * Documentation/user/GNUmakefile (extra-local-help): Add.
11742
11743         * stepmake/stepmake/www-targets.make (local-help): Add.
11744
11745 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11746
11747         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11748         packages.
11749
11750         * Documentation/topdocs/README.texi (Top): building documentation
11751         (not website.)
11752
11753 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11754
11755         * Documentation/user/refman.itely: 
11756         * Documentation/user/tutorial.itely: 
11757         * Documentation/user/music-glossary.tely: Merge changes.
11758
11759         * Documentation/user/glossary.html.in: 
11760         * Documentation/index.texi: 
11761         * Documentation/header.html.in: Accomodate renaming of glossary.
11762         
11763         * Documentation/user/tutorial.itely: Add some glossary references.
11764         
11765         * Documentation/user/refman.itely: Minor fixes.
11766         
11767         * Documentation/user/lilypond.tely: Add glossary do direntry.
11768
11769         * Documentation/user/music-glossary.tely: Rename (previously:
11770         glossary.tely).  Fix anchor placement.
11771
11772         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11773
11774 2002-09-23  Werner Lemberg  <wl@gnu.org>
11775
11776         * scripts/lilypond-book.py (output_dict): Fix handling of
11777         various environments by avoid extraneous newlines.
11778         Rename `output-all' regexp for html to `output-html'.
11779         Replace `output-all' regexp for texi with `output-texi-quote'
11780         and `output-texi-noquote'.
11781         (compose_full_body): Don't override `linewidth' user option
11782         for `singleline'.
11783         (schedule_lilypond_block): Don't indent text specified with
11784         `intertext' option.
11785         Add new option `noquote'.
11786         (compile_all_files): Use latex instead of tex to compile ly
11787         files directly.
11788
11789         * Documentation/user/lilypond-book.itely: Updated and revised.
11790         Improve layout.
11791
11792         * Documentation/user/glossary.tely,
11793         Documentation/user/introduction.itely,
11794         Documentation/user/tutorial.itely,
11795         Documentation/user/refman.itely,
11796         Documentation/user/appendices.itely: Fix overfull LilyPond
11797         boxes caused by the new lilypond-book code.  Other minor
11798         fixes.
11799
11800         * Documentation/user/macros.itexi (@texiflat): Don't emit
11801         trailing space.
11802
11803         * scm/tex.scm (end-output, header-end): Add preamble and
11804         postamble to make lilypond output directly compilable with
11805         latex.
11806
11807         
11808 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11809
11810         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11811         instructions.
11812
11813 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11814
11815         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11816
11817 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11818
11819         * lily/beam.cc (connect_beams): don't crash if there are quarter
11820         notes in beams.
11821
11822 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11823
11824         * Documentation/user/refman.itely: corrected ancient clef
11825         docu; added docu on ligatures
11826
11827 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11828
11829         * Documentation/user/glossary.tely,
11830         Documentation/user/refman.itely, input/les-nereides.ly,
11831         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11832         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11833         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11834         Stem properties: flag-style -> stroke-style, style -> flag-style.
11835
11836 2002-09-22  Werner Lemberg  <wl@gnu.org>
11837
11838         * scripts/lilypond-book.py: Add option `notime' to suppress
11839         printing of a time signature.  Specify default indentation of 0pt
11840         if single line fragment.  Don't emit redundant `\paper{ }'.
11841
11842         * Documentation/user/lilypond-book.itely: Updated.
11843
11844         * Documentation/user/glossary.tely: Completely reformatting.
11845
11846 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11847
11848         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11849
11850 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11851
11852         * Documentation/user/tutorial.itely: Fix links.
11853         
11854         * Documentation/topdocs/index.tely:
11855         * Documentation/index.texi:
11856         * Documentation/header.html.in: Small website fixes and updates.
11857
11858         * debian/: Debian patch by Anthony Fok.
11859
11860 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11861
11862         * Documentation/footer.html.in: How time flies: It's already 2002!
11863
11864         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11865         more descriptive link names than 'here'.
11866
11867 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11868
11869         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11870
11871 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11872
11873         * lily/part-combine-music-iterator.cc (get_state): cleanup
11874         (get_music_info): cleanup.
11875
11876 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11877
11878         * scm/backend-documentation-lib.scm (interface-doc-string):
11879         crosslinks between interfaces and grobs. Headings for interfaces
11880         in grob explanation.
11881
11882 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11883
11884         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11885         dtd).  Add preliminary dtd.
11886         (re-sub-alist): Robustify.
11887
11888 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11889
11890         * lily/include/event-chord-iterator.hh,
11891         lily/context-specced-music-iterator.cc,
11892         lily/event.cc, lily/event-chord-iterator.cc: add
11893
11894 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11895
11896         * lily/: some (c) header fixes.
11897         
11898         * lily/request-chord.cc: Remove.
11899         
11900         * lily/include/event-chord-iterator.hh:
11901         * lily/include/event.hh:
11902         * lily/event-chord.cc: New file.
11903         
11904         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11905         requested.
11906
11907 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11908
11909         * lily/ : rename Request to Event
11910
11911         * lily/parser.yy (command_element): move clef stuff into Scheme.
11912
11913         * lily/:  rename length_mom () to get_length()
11914
11915         * lily/part-combine-music.cc: removed file and class.
11916
11917         * lily/context-specced-music-iterator.cc (class
11918         Context_specced_music_iterator): new file. Obsoletes the
11919         Context_specced_music type.
11920
11921         * scm/music-types.scm (make-repeated-music): put different kinds
11922         of repeated music into music-type table.
11923
11924         * VERSION: 1.7.1 released.
11925
11926         * scm/to-xml.scm: new file.
11927
11928         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11929         new Input representation: dump music as XML.
11930
11931         * scm/engraver-documentation-lib.scm
11932         (engraver-accepts-music-types?): add links from music to engraver,
11933         from music-type to engraver.
11934
11935         * lily/include/command-request.hh: removed
11936         lily/include/musical-request.hh: removed. Removed all _req classes
11937         except Key_change_req. Changes throughout.
11938
11939 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11940
11941         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11942
11943 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11944
11945         * lily/*.cc: specify accepts for many engravers.
11946
11947         * scm/music-documentation-lib.scm: dump music expressions and
11948         music subtypes.
11949
11950         * scm/documentation-lib.scm: complete revision.
11951         Use GOOPS objects to store document tree explicitly. Cleaned up and
11952         sped up doco generation a lot.
11953
11954 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11955
11956         * input/trip.ly (fugaIILeft): add arpeggio
11957
11958         * lily/translator-group.cc (try_music_on_nongroup_children):
11959         oops. The name symbol is in the cdr of the assoc handle.
11960
11961         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11962         Hyphen_req, Glissando_req, Break_req, Mark_req 
11963
11964 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11965
11966         * lily/musical-request.cc (music-duration-length,
11967         music-duration-compress): new functions.
11968
11969         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11970         throughout. Warning doesn't work yet.
11971
11972         * lily/translator-group.cc (try_music_on_nongroup_children):
11973         new implementation: store candidate acceptors in a hashTable.
11974
11975 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11976
11977         * scm/music-types.scm (music-descriptions): change name to
11978         internal-class-name
11979
11980         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11981
11982 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11983
11984         * lily/beam.cc (connect_beams): don't crash if there are quarter
11985         notes in beams.
11986
11987 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11988
11989         * Documentation/user/refman.itely: corrected ancient clef
11990         docu; added docu on ligatures
11991
11992 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11993
11994         * Documentation/user/glossary.tely,
11995         Documentation/user/refman.itely, input/les-nereides.ly,
11996         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11997         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11998         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11999         Stem properties: flag-style -> stroke-style, style -> flag-style.
12000
12001 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12002
12003         * scm/music-functions.scm (music-separator?): don't use name music
12004         property.
12005
12006 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * stepmake/stepmake/generic-targets.make (help): Document check
12009         target.
12010
12011         * lily/new-accidental-engraver.cc: Compile fix.
12012
12013 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12014
12015         * scripts/convert-ly.py: Add rule.
12016
12017         * input/test/music-creation.ly:
12018         * input/test/add-staccato.ly:
12019         * input/test/add-text-script.ly: ly-make-music.
12020
12021         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12022         More ly-make-music renamings.
12023
12024         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12025
12026         * lily/music-constructor.cc (make_music): Add debugging info.
12027
12028         * scm/music-functions.scm (make-simultaneous-music,
12029         (make-sequential-music, context-spec-music):
12030         * scm/music-types.scm (music-descriptions): Get lily to run.
12031
12032 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12033
12034         * lily/command-request.cc (transpose_key_alist): new function.
12035
12036         * lily/key-performer.cc (create_audio_elements): cleanup. 
12037
12038 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12039
12040         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12041
12042         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12043         events-accepted field.
12044
12045         * scm/music-types.scm: new file.
12046
12047         * lily/parser.yy: put music type initialization into scheme,
12048         similar to grob initialization.  Changes throughout.
12049
12050 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12051
12052         * Documentation/user/tutorial.itely: Fix links.
12053         
12054         * Documentation/index.texi: 
12055         * Documentation/header.html.in: 
12056         * Documentation/topdocs/index.tely: Small website fixes and updates.
12057
12058         * debian/: Debian patch by Anthony Fok.
12059
12060 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12061
12062         * Documentation/footer.html.in: How time flies: It's already 2002!
12063
12064         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12065         more descriptive link names than 'here'.
12066
12067         * ROADMAP: Remove test stuff.
12068
12069         * scripts/update-lily.py: Allow auto-building of stable and
12070         development versions.  Bugfixes.
12071
12072 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12073
12074         * VERSION: released 1.7.0
12075
12076         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12077
12078         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12079         positive line widths.
12080
12081 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12082
12083         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12084         go.  Fix comments.
12085
12086         * cygwin: Cygwin updates.
12087
12088 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12089
12090         * Documentation/windows/installing.texi (Top): version for python,
12091         urls for ghostscript (thanks to John Potelle)
12092         
12093         * lily/simultaneous-music-iterator.cc
12094         (Simultaneous_music_iterator): init children_list_ before
12095         triggering GC.
12096
12097         * lily/*-iterator.cc: be even more careful with smobbed copy
12098         constructors. 
12099
12100         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12101         LeftEdge item.
12102
12103 2002-09-15  Werner Lemberg  <wl@gnu.org>
12104
12105         Improving LilyPond's output to make them ordinary TeX boxes with
12106         predictable dimensions.  System boxes are now vertically centered on
12107         the baseline; this offset can be further controlled with
12108         \lilypondscoreshift.
12109
12110         * lily/system.cc (System::post_processing): Pass length of current
12111         system to `start-system' (including any horizontal indentation).
12112
12113         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12114         prettier.
12115         (lily-def): Append `%'.
12116         (start-system): Add parameter `wd'.  Output more TeX code to specify
12117         box dimensions.
12118         (stop-system, stop-last-system): Complement changes in
12119         `start-system'.
12120         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12121         Updated.
12122
12123         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12124         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12125         Write final `\endinput'.
12126
12127         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12128         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12129         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12130         files and macro definitions don't produce spurious spaces and
12131         paragraphs (using \endlinechar).
12132         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12133
12134         * Documentation/user/internals.itely: Improved formatting, fixing
12135         typos.  Added a section `Output details' to describe how the TeX
12136         code looks like.
12137
12138 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12139
12140         * lily/accidental-engraver.cc: Also work with partial measures.
12141
12142 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12143
12144         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12145         spanner.
12146
12147 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * lily/identifier-smob.cc (unpack_identifier): new file.
12150
12151         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12152         pass off scheme expressions as music identifiers.
12153
12154         * scm/lily.scm: reorganisation, cleanups.
12155
12156         * lily/main.cc: small cleanups.
12157
12158 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12159
12160         * lily/ly-module.{cc,hh}: new file.
12161
12162 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12163
12164         * lily/accidental-engraver.cc: Also work with partial measures.
12165
12166 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12167
12168         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12169
12170 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12171
12172         * lily/my-lily-lexer.cc: use SCM module in stead of
12173         Scheme_hash_table. Changes throughout.  
12174
12175 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12176
12177         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12178