]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/paper-outputter.cc (output_stencil): dump font definitions
[lilypond.git] / ChangeLog
1 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * lily/paper-outputter.cc (output_stencil): dump font definitions
4         before each stencil.
5
6         * lily/include/paper-book.hh (struct Score_lines): new
7         struct. Collect info per Paper-score.
8
9         * lily/include/page.hh (class Page): to_stencil() returns Stencil
10         everywhere.
11
12         * lily/stencil.cc (find_expression_fonts): new function
13
14         * lily/paper-outputter.cc (output_stencil): use
15         interpret_stencil_expr
16
17         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
18         (interpret_stencil_expr): new function. Generic stencil
19         interpretation.
20
21         * lily/paper-def.cc (find_scaled_font): divide lookup
22         magnification by outpuscale for non-virtual fontmetrics. This
23         fixes ludicrously long font definitions for text
24         fonts. (backportme)
25
26         * lily/score-engraver.cc: remove
27         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
28
29 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * input/test/markup-score.ly: Remove \notes.
32
33         * lily/parser.yy (book_body): Grok Composite_music and \header.
34         (markup): Push NOTES mode before score_block.
35
36         * VERSION: release 2.3.1
37         
38         * mf/feta-klef.mf: 
39         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
40
41         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
42
43         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
44
45 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
46
47         * scm/output-tex.scm (output-tex-string): tighten safe security.
48
49         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
50
51         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
52         allowed ly functions.
53
54         * lily/ly-module.cc (ly_module_define): only define variable if
55         bound.
56         (ly_make_anonymous_module): take safe option.
57
58 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
59
60         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
61
62 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
63
64         * input/regression/newaddlyrics.ly: Fix.
65
66         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
67         \score \notes.
68
69 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
70
71         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
72
73 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
74
75         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
76
77         * lily/paper-line.cc (Paper_line): don't store list of stencils,
78         but convert to single Stencil immediately.
79
80         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
81
82 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
83
84         * scm/output-sodipodi.scm: Resurrect sodipodi output.
85
86 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
87
88         * elisp/lilypond-mode.el: Changed the way defaults are created for
89         LilyPond-command-master.  LilyPond-mode will now check the
90         timestamps of the files to see which command has to run next.
91
92 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
93
94         * scm/bass-figure.scm (format-bass-figure): don't set
95         number-markup for strings. This fixes string in bass
96         figure. (backportme)
97
98         * lily/parser.yy (bass_number): insert number-markup into figure
99         definition.
100
101         * scm/define-music-properties.scm (all-music-properties): make
102         'figure a markup.
103
104         * scripts/convert-ly.py (conv): \apply -> \applymusic
105
106 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
107
108         * elisp/lilypond-mode.el: changed the order of some commands
109         ("Midi" after "2Midi"), use the user-defined
110         LilyPond-command-default as default instead of "LilyPond"
111
112         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
113         to set the master file for the next command.
114
115         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
116         with font-lock-reference-face.
117
118 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
119
120         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
121
122         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
123
124 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
125
126         * ly/music-functions-init.ly (TODO): new file.
127
128         * lily/parser.yy (Generic_prefix_music_scm): add more
129         music_function symbols.
130         (Prefix_composite_music): change \apply to music-function   
131
132         * lily/include/music-function.hh: rename to music-function
133
134 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
135
136         * lily/music-head.cc (LY_DEFINE): change order of args.
137
138         * input/regression/music-head.ly (texidoc): new file.
139
140         * lily/parser.yy (Generic_prefix_music): allow generic
141         music-transformation functions. 
142
143         * lily/include/music-head.hh (is_music_head): new file.
144
145         * lily/music-head.cc (get_music_head_transform): new file.
146
147 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
148
149         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
150         empty extent. This fixes ottava brackets on rests. (backportme)
151
152         * make/lilypond.redhat.spec.in (Group): ln png files for info.
153
154         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
155
156         * cygwin/lily-wins.py: update for the lily-wins.py script.
157
158 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
161         code. This will obviate typeset_grob () in the future.  The effect
162         of this is that improperly written spanner handling will result in
163         invalid spanner bounds.
164         (announce_grob): add to elems_ from here
165         (typeset_grob): comment out.  
166
167         * lily/include/engraver.hh (make_spanner): new calling interface
168         for make_{item,spanner}. This obviates most calls to
169         announce_grob().
170                 
171         * scm/music-functions.scm (set-accidental-style): use GrandStaff
172         iso. PianoStaff for piano styles.
173
174 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
175
176         * Documentation/user/music-glossary.tely: add segno after d.s.
177
178 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
179
180         * lily/include/audio-column.hh: remove unused variables.
181         (patch by Michael Welsh Duggan)
182
183         * flower/include/axes.hh (other_axis): inline Axes function
184         (thanks to David Brandon).
185
186 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         * cygwin/mknetrel: Install image links (backportme).
189
190         * Documentation/user/GNUmakefile (local-install-info): Activate
191         actual installing of image links (backportme).
192
193 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
194
195         * Documentation/user/notation.itely (Measure repeats): Removed
196         unnecessary (and confusing) \context Voice{.
197
198 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
199
200         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
201
202         * lily/page.cc (Page): Do not use ly_scheme_function for
203         volatile/configurable variables (FIXME: better name).
204
205         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
206         get_scmvar).
207
208 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
209
210         * scripts/convert-ly.py (FatalConversionError.subst): use
211         \transposition.
212
213 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
214
215         * lily/include/page.hh (class Page): Declare left_margin ().
216
217         * lily/page.cc: Remove paper var caching.
218
219 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
220
221         * Documentation/user/music-glossary.tely: Add name to @top node.
222         Remove comment from @table definitions (workaround for makinfo
223         bug).
224
225         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
226         ly:stencil-get-expr).  Update callers.
227         (ly:stencil-align-to!):  Return stencil too.
228
229         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
230         stencil.  Remove looped line-based page output.
231         (output_line): Use line stencil.  Remove looped stencil-based line
232         output.
233
234         * lily/page.cc (ly:page-paper-lines): New function.
235
236         * input/test/markup-score.ly: New file.
237
238         * scm/define-markup-commands.scm (stencil): New markup.
239
240         * lily/book.cc (to_stencil): New method.
241
242         * lily/parser.yy (markup): Use it to grok \score.
243
244 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
245
246         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
247
248         * lily/paper-book.cc (pages): Change signature.  Update callers.
249
250         * lily/include/page.hh:
251         * lily/page.cc: New file.
252
253         * lily/paper-line.cc (to_stencil): New method.
254         
255         * lily/paper-outputter.cc (output_stencil): New method.
256
257         * lily/paper-outputter.cc (output_line): Use them.
258
259         * lily/warn.cc: Remove.
260
261         * lily/my-lily-parser.cc (distill_inname): Remove.
262
263         * flower/include/file-name.hh: 
264         * flower/file-name.cc: New file.  Update users.
265
266         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
267         (find): New method of same name.
268
269         * lily/my-lily-parser.cc (ly:parse-file): Use it.
270
271         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
272         constant error message.
273
274 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
275
276         * input/test/{blank-notes.ly,staff-container.ly}: typos.
277
278 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
279
280         * Documentation/user/music-glossary.tely: @table @strong' replaced
281         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
282         (backportme).
283
284 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
285
286         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
287
288         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
289         #{ lily music expression #} that returns an equivalent scheme
290         music expression by parsing the string.
291
292 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
293
294         * lily/my-lily-parser.cc:
295         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
296         SCM string (foo.ly/toto.scm support).
297
298 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
299
300         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
301
302 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
303
304         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
305
306         * scripts/lilypond-book.py: LY code that includes \header is
307         not assumed to be a fragment.
308
309 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
310
311         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
312         tremolo beams up.
313
314         * lily/stem.cc (chord_start_y): Return 0 if no heads.
315         (get_default_stem_end_position): No tremolo head juggling if no
316         heads.  Fixes tremolo crash on rests (backportme).
317
318         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
319
320 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
321
322         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
323         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
324
325         * lily/lexer.ll: Allow \encoding in NOTES mode.
326
327         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
328         for lyrics, not for commands.
329
330         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
331         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
332
333         * input/regression/newaddlyrics.ly: New file.
334
335         * Documentation/topdocs/NEWS.texi: Update.
336
337         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
338         (Music_list): Allow embedded scm.
339
340         * lily/score.cc (ly:score-bookify): New function.
341
342         * lily/music.cc (ly:music-scorify): Idem.
343
344         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
345         (ly:parser-print-score): Idem.
346
347         * scm/lily.scm (default-toplevel-book-handler): Idem.
348         (default-toplevel-music-handler): Idem.
349         (default-toplevel-score-handler): Idem.
350
351         * ly/declarations-init.ly: Set default toplevel handlers.
352
353         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
354
355         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
356         printer for score at toplevel.
357
358 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
359
360         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
361         Fix for simple case: input/simple-song.ly, more complex stuff
362         does not work yet.
363
364 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
365
366         * lily/parser.yy (Prefix_composite_music): split Composite_music
367         in Prefix_composite_music and Grouped_music_list.
368         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
369
370 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
371
372         * scm/lily.scm (toplevel-expression): New define.
373
374         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
375
376         * lily/parser.yy (toplevel_expression): Use it.
377
378         * lily/include/my-lily-parser.hh: Smobbify.
379
380         * lily/my-lily-parser.cc (parse_string): New method.
381         
382         * lily/my-lily-parser.cc (ly:parse-string): New function.
383
384         * Documentation/user/lilypond.tely: Add comment and workaround for
385         gs-8.01 crash.  Fixes make web.
386
387         Simplification of toplevel music.
388         
389         * lily/lexer.ll, lily/parser.yy:
390
391         * In LYRICS mode, return LYRICS_STRING.  This fixes one
392         shift/reduce problem.
393
394         * Use NOTES mode at start of maininput.
395
396         * Grok toplevel composite music expression, put in score and book.
397
398         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
399
400         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
401
402         * input/simple.ly: New file.
403         
404         * input/simple-song.ly: Idem.
405
406 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
407
408         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
409         Sandberg.
410
411 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
412
413         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
414
415 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
416
417         * input/regression/accidental-octave.ly: doc automatic showing
418         of note names.
419
420 2004-04-16  Heikki Junes <janneke@gnu.org>
421
422         * po/fi.po: do "make po && make -C po po-update" at top-level,
423         then "cp po/out/fi.po po/fi.po" and update fields.
424
425         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
426
427 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
428
429         * Documentation/user/introduction.itely (About this manual): Fix
430         templates and regression urls (backportme).
431
432 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
433
434         * ly/engraver-init.ly (Score:graceSettings): Increase
435         beamed-lengths, especially for 32nd notes.
436
437         * Documentation/user/notation.itely (Grace notes): Correct the
438         syntax for add-grace-property example.
439
440 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
441
442         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
443         `Generated' tag.
444
445         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
446         Severely broken (the Debian package, at least).
447
448 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
449
450         * lily/context.cc (find_create_context): assign to lvalue.
451
452 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * lily/include/translator.hh (class Translator): rename
455         get_parent_context() to context () to avoid confusion.
456
457         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
458
459         * lily/lexer.ll: change is_string -> ly_c_string_p 
460
461         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
462
463         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
464
465         * VERSION: release 2.3.0
466
467         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
468
469         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
470         if nonempty.
471
472         * lily/include/context.hh (class Context): make members protected.
473         (children_contexts): new accessor function.
474
475         * lily/include/translator.hh (class Translator): make
476         daddy_context_ protected.
477         (class Translator): clean up. 
478
479         * lily/include/context.hh (class Context): make daddy_context_
480         private.
481
482         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
483         higher for finding Voice. (backportme)  
484
485         * lily/include/context.hh (class Context): remove
486         find_context_below() as a method.
487
488         * Documentation/user/notation.itely (The Lyrics context): add note
489         about manual durations
490
491         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
492         encoding.
493
494         * scm/output-tex.scm (text): dump \inputencoding{} for text.
495
496 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
497
498         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
499         \usepackage{inputenc}
500
501         * lily/paper-book.cc (classic_output): don't advance Offset for
502         TeX output.
503
504         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
505         ec-sauter.map in rules
506
507         * mf/ecb.mf (font_identifier): new file, based on ecbx
508
509         * mf/ecb10.mf (gensize): new file.
510
511         * Documentation/topdocs/NEWS.texi (Top): document some more new
512         features.
513
514         * ly/declarations-init.ly: run convert-ly
515
516         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
517         from input-file-results. Remove input-file-results.* 
518
519 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
520
521         * scm/output-ps.scm (font-command): Fix, again.
522
523         * input/test/title-markup.ly: Add \noPagebreak test.
524
525         * lily/score-engraver.cc (try_music): Bugfix.
526
527 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
528
529         * lily/main.cc (main_with_guile): excise dependency options -M and
530         --dep-prefix
531
532         * lily/input-file-results.cc: excise Makefile dependency code
533
534         * Documentation/user/invoking.itexi (Invoking the lilypond
535         binary): remove dep doco
536         
537         * lily/main.cc (main_with_guile): call lilypond-main
538         
539         * scm/lily.scm (lilypond-main): new function: handle multiple files.
540
541         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
542         exception.
543
544         * lily/my-lily-parser.cc: remove paper_description function
545
546         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
547         new function.
548
549         * lily/main.cc: remove global_score_count.
550
551         * lily/book.cc (process): don't take header from global_input_file.
552
553         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
554
555         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
556
557         * lily/music-output-def.cc (LY_DEFINE): new function
558         ly_output_description. This function does the bulk for  setting,
559         parsing and breaking down of an input file.
560
561         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
562         anonymous modules globally. Let's hope they get GCd
563
564         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
565
566 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
567
568         * scm/output-ps.scm (header): Papersize from paper.
569
570         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
571         for classic output.
572
573         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
574         lilypondclassic is defined.
575         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
576
577         * input/regression/between-systems.ly: Remove.
578
579         * python/lilylib.py (get_bbox): Fix regular expression
580         for bounding box.
581
582         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
583
584         * scm/output-tex.scm (stop-page): Use it.
585
586         * scm/output-ps.scm (define-fonts): Bugfix.
587
588         * lily/grob.cc: Add penalty to interface.
589
590         * lily/include/paper-line.hh (class Paper_line): New member
591         var penalty_.
592
593         * lily/system.cc (get_line): Initialise Paper_line with
594         page-penalty's from original grobs.
595
596         * scm/define-music-properties.scm (all-music-properties): Add
597         page-penalty.
598
599         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
600
601         * lily/score-engraver.cc (try_music): Handle page-penalty.
602
603         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
604
605 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
606
607         * ly/declarations-init.ly (melismaEnd): typo
608
609         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
610
611         * scm/output-ps.scm (text): split string into spaces, use moveto
612         for setting space. 
613         
614 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
615
616         * po/nl.po: Update.
617
618         * scm/font.scm (add-cmr-fonts): Typo.
619
620 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
623         font-encoding.
624
625         * scm/define-grobs.scm (all-grob-descriptions): idem.
626
627         * lily/time-signature.cc (numbered_time_signature): idem.
628
629         * scm/font.scm (add-cmr-fonts): use real encoding names for
630         font-encoding.
631
632 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
633
634         * lily/paper-book.cc (classic_output): 
635         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
636         Fixes classic output.
637         (lilypondstart):
638         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
639         kludge.
640
641         * scripts/old-lilypond-book.py: Remove.
642
643         Page layout for SCOREs enclosed in a BOOK:
644
645         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
646         layout tweaking.
647
648         * input/les-nereides.ly (theScore): Add \book.
649         
650         * input/test/title-markup.ly: Add \book.
651
652         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
653         only if 'verbose.
654
655         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
656
657         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
658
659         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
660         * scm/output-tex.scm (start-system): Update for page layout by
661         LilyPond.
662
663         * scm/output-ps.scm (start-system): Previously (new-start-system).
664
665         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
666         passed to define-fonts.
667
668         * lily/paper-column.cc: 
669         * lily/system.cc (get_line):
670         * ly/property-init.ly (newpage): 
671         * scm/define-grob-properties.scm:
672         * scm/output-ps.scm: 
673         * scm/output-tex.scm: Remove between-system-string kludge.
674
675         * scm/output-ps.scm (define-fonts, font-command,
676         font-load-encoding): Handle ENCODING = #f.
677
678         * scm/output-tex.scm (output-scopes): Check if variable is bound.
679
680         * scm/define-markup-commands.scm (fill-line): Use
681         make-simple-markup (WAS: unexisting make-word-markup).
682
683         * lily/text-item.cc (interpret_markup): Bugfix, transpose
684         ENCODING, MARKUP parameters for interpret_string.
685
686         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
687
688         * lily/score.cc (book_rendering): New method.
689         (default_rendering): Create Paper_book helper locally, dump
690         output.
691
692         * lily/my-lily-lexer.cc (the_key_tab): Add book.
693
694         * lily/parser.yy: Handle \book.
695
696         * lily/include/book.hh: 
697         * lily/book.cc: New file.
698
699 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
700
701         * lily/text-item.cc (interpret_string): new file, select font with
702         encoding.
703
704         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
705
706         * scm/define-markup-commands.scm (encoded-simple): new markup command.
707
708         * lily/parser.yy (markup): take encoding from lexer.
709
710 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
711
712         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
713
714         * scm/output-ps.scm: Remove some cruft.
715
716 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
717
718         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
719
720         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
721
722 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
723
724         * scm/font.scm (add-century-schoolbook-fonts):
725         (make-century-schoolbook-tree): New function.
726
727         * input/test/title-markup.ly: Use Century Schoolbook font.
728
729 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
730
731         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
732         to Erik Sandberg) 
733
734         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
735
736         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
737
738         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
739
740         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
741
742 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
743
744         * scm/part-combiner.scm (determine-split-list): bugfix: if no
745         solo-state (at end of solo), we can set the solo status
746         too. (backportme.)
747
748         * input/regression/part-combine-solo-end.ly: new file.
749
750 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
751
752         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
753         flavour abc files.  Really ignore unknown keys (backportme).
754
755 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
756
757         * lily/scaled-font-metric.cc (text_dimension): only multiply with
758         magnification_ when looking up in orig_.
759
760         * scm/output-tex.scm (text): switch off char-mapping.
761
762         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
763         because AFM's encoding field cannot have spaces.
764
765 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
766
767         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
768
769 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
770
771         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
772
773         * mf/cmr.enc: new file, without hi-bit ascii info. 
774
775         * lily/bezier-bow.cc (slur_shape): make indent dependent on
776         width. This removes the 'hook' at the end of a long slur.
777
778         * buildscripts/mf-to-table.py (parse_logfile): don't append
779         encoding to fontname.
780
781 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
782
783         * scm/output-ps.scm (define-fonts): Load .enc only once.
784
785         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
786         too.
787
788 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
789
790         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
791         encoding field.
792
793         * lily/stencil-scheme.cc: remove ly:fontify-atom 
794
795         * ly/portuges.ly (pitchnames): new file.
796
797         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
798         Michael Welsh Duggan
799
800         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
801
802         * ly/nederlands.ly: add comment about digits.
803
804         * lily/scaled-font-metric.cc (derived_mark): idem.
805
806         * scm/encoding.scm (make-encoding-mapping): change permutation to
807         mapping.
808
809         * lily/scaled-font-metric.cc (derived_mark): is a const method.
810         (Modified_font_metric): make alist for coding_description_
811         (LY_DEFINE): remove coding-name.
812
813         * scm/output-tex.scm (text): remove debugging code.
814
815         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
816
817         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
818         from infile.
819
820         * mf/feta-generic.mf: move fet_beginfont into generic code.
821         use fetaMusic (without space) as encoding
822
823         * mf/feta-autometric.mf: take encoding argument
824
825         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
826
827         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
828         use.
829
830         * scm/encoding.scm (read-encoding-file): use symbol for glyph
831         name.
832
833 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
834
835         * input/test/title-markup.ly: Set inputencoding.
836
837         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
838
839         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
840
841         * scm/encoding.scm (get-coding-filename, get-coding-command): New
842         function.
843         (coding-alist): Also hold filename, command.
844         (read-encoding-file): Return symbols.
845
846 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
847
848         * scm/output-tex.scm: remove fontify; text and char take a font
849         argument.
850
851         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
852
853         * lily/scaled-font-metric.cc (text_dimension): init
854         coding_{permutation,table}_ too 
855         (LY_DEFINE): ly:font-encoding, new function return
856
857         * lily/paper-def.cc (find_scaled_font): take input coding from
858         inputcoding paper var.
859
860         * lily/performance.cc (output): remap modulo 16.
861
862         * lily/text-item.cc (interpret_markup): whoops, variable
863         shadowing fixed.
864
865 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
866
867         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
868         symbols, not symbols to strings.
869         
870         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
871         symbols, not symbols to strings.
872
873 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
874
875         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
876         (ly:kpathsea-gulp-file): New function.
877
878         * scm/encoding.scm (read-encoding-file): Use it.
879
880 2004-04-06  Werner Lemberg  <wl@gnu.org>
881
882         * scm/encoding.scm (coding-alist): Fix typo.
883
884 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
885
886         * lily/scaled-font-metric.cc (text_dimension): move function from
887         Font_metric
888         (make_scaled_font_metric): init coding_scheme_ to TeX
889         (text_dimension): use get-coding-vector for non TeX coding_scheme_
890
891         * lily/include/scaled-font-metric.hh (struct
892         Modified_font_metric): rename from Scaled_font_metric
893
894         * scm/encoding.scm (read-encoding-file): split up large function,
895         leave caching to (delay)
896
897         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
898
899 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
900
901         * lily/my-lily-lexer.cc (set_encoding): New method.
902
903         * lily/lexer.ll: Grok \encoding.
904
905         * lily/font-metric.cc (get_encoded_index): New function.
906
907         * lily/include/font-metric.hh (coding_scheme): New method.
908
909         * scm/encoding.scm: New file.
910
911         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
912
913 2004-04-05  Werner Lemberg  <wl@gnu.org>
914
915         * Documentation/user/tutorial.itely: Revised (finished).
916
917         * Documentation/user/macros.itexi (@separate): Removed.
918
919 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
920
921         * scm/output-ps.scm (define-fonts): fix scaling.
922
923         * lily/scaled-font-metric.cc (design_size): add function.
924
925         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
926         partial cut&paste of ly:font-magnification.
927
928 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * scm/output-ps.scm (define-fonts):
931         (fontify): Update.
932
933 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
934
935         * po/fr.po: update. (backportme).
936
937         * po/nl.po: update. (backportme). 
938
939         * mf/feta-beugel.mf: document why design size is not fixed.
940
941         * mf/feta-braces-a.mf: rename to stress that it's not design size.
942
943 2004-04-04  Werner Lemberg  <wl@gnu.org>
944
945         * Documentation/user/tutorial.itely: Revised (continued).
946
947 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
948
949         * po/nl.po: Update (backportme).
950
951 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
952
953         * po/de.po: update. (backportme).
954
955         * scm/output-tex.scm (font-command): use ly: functions to
956         construct name.
957         (define-fonts): don't use alist, just dump \font definitions.
958         (font-load-command): calculate proper scaling by taking
959         outputscale from paper argument.
960
961         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
962         expression.
963
964         * lily/paper-outputter.cc (output_header): pass paper arg to
965         define-fonts
966
967         * lily/paper-def.cc (font_descriptions): dump list of
968         Scaled_font_metrics
969         (find_scaled_font): take Font_metric argument, store
970         Scaled_font_metrics in hash-table containing (size ->
971         Scaled_font_metrics) alist.
972         (get_dimension): rename from get_realvar
973
974         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
975         ly:font-magnification, ly:font-name: new functions
976
977 2004-04-03  Werner Lemberg  <wl@gnu.org>
978
979         * Documentation/user/dedication.itely,
980         Documentation/user/preface.itely,
981         Documentation/user/introduction.itely,
982         Documentation/user/tutorial.itely: Revised.
983         Removing leading spaces which distorts output if info files are read
984         with stand-alone info.
985         Removing superfluous inter-word spaces which also distorts output
986         for stand-alone info.
987         Using ` and ' instead of `` and '' everywhere to improve
988         legilibility with stand-alone info
989         Using @samp for single-letter input items and data which contains
990         spaces, @code for other things.
991
992         * lily/grob-interface.cc: Adding copyright.
993         (check_interfaces_for_property): Improve format of warning message.
994
995 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
996
997         * lily/include/font-metric.hh (struct Font_metric): add
998         design_size () method.
999
1000         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1001
1002         * lily/afm.cc (read_afm_file): read design size.
1003
1004         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1005
1006         * scm/music-functions.scm (unfold-repeats): handle dots too.
1007
1008 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1009
1010         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1011         (backportme)
1012
1013 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1014
1015         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1016         lyric indent.  Revert melismaBusyProperties using \unset.
1017
1018 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1019
1020         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1021
1022         * lily/parser.yy (command_element): allow redefinition of |
1023         meaning.
1024
1025         * lily/break-align-engraver.cc (acknowledge_grob): construct
1026         LeftEdge where the first cause for alignment is coming from.
1027         This makes \override Staff.LeftEdge work as expected.
1028
1029         
1030         * lily/slur-performer.cc (Slur_performer): add inits
1031
1032         * lily/beam-performer.cc (Beam_performer): add inits
1033
1034 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1035
1036         * VERSION (PACKAGE_NAME): release 2.2.0
1037
1038         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1039
1040 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1041
1042         * lily/cluster.cc (height): Fix warning.
1043
1044         * lily/parser.yy: Janitorial cleanups.
1045
1046         * Documentation/user/tutorial.itely (Tutorial): Typo.
1047
1048 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1049
1050         * lily/change-iterator.cc (process): search at multiple context
1051         levels. This fixes 
1052
1053         
1054         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1055         not voice-state index for tie state. This fixes a partcombine
1056         problem with ties.
1057
1058         * Documentation/user/tutorial.itely (Commenting input files): add
1059         note about convert-ly.
1060
1061         * input/test/cadenza-skip.ly:  new file.
1062
1063 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1064
1065         * po/nl.po: Spelling fixes.
1066
1067         * autogen.sh (srcdir): Regenerate.
1068
1069         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1070         autogen.sh.
1071
1072         * configure.in: Use C++ to check for C++ header.
1073
1074         * po/nl.po: Update.
1075
1076         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1077
1078         * lily/event.cc (to_relative_octave): Translatable sentence should
1079         be one string.
1080
1081         * python/lilylib.py (warranty): Year range is not translatable.
1082         It's 2004 already!
1083
1084         * flower/warn.cc (non_fatal_error, warning, programming_error):
1085         Remove whitespace from translated string.
1086
1087 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1088
1089         * VERSION: release 2.1.37.
1090
1091 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1092
1093         * configure.in: check for C language.
1094
1095         * lily/source-file.cc: include strstream without h.
1096
1097         * scm/documentation-generate.scm (string-append): use name without
1098         .texi.
1099
1100         * autogen.sh (srcdir): SUSE fix.
1101
1102         * Documentation/user/notation.itely (Ancient clefs): idem.
1103
1104         * Documentation/user/lilypond-book.itely (Integrating HTML and
1105         music): idem.
1106
1107         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1108
1109         * lily/change-iterator.cc (process): use find_existing_context().
1110
1111         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1112
1113         * input/regression/repeat-unfold-tremolo.ly: new file.
1114
1115         * scm/music-functions.scm (unfold-repeats): undo music compression
1116         too.
1117
1118         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1119         (LY_DEFINE): ly:music-compress new function.
1120
1121         * scm/part-combiner.scm (determine-split-list): split for voice
1122         crossings
1123
1124         * input/regression/part-combine-cross.ly: new file.
1125
1126         * scm/part-combiner.scm (make-part-combine-music): don't do
1127         relative inside partcombine arguments.
1128
1129         * scm/music-functions.scm (make-non-relative-music): new function.
1130
1131         * Documentation/user/notation.itely (Automatic part combining):
1132         add note about \relative.
1133
1134         * lily/part-combine-iterator.cc (construct_children): add
1135         start_moment_ member.
1136
1137         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1138         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1139
1140         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1141
1142         * Documentation/user/changing-defaults.itely (Which properties to
1143         change): fixes.
1144
1145 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1146
1147         * po/fr.po: update.
1148
1149 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1152
1153         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1154         Reinstate old code that issues warning.  Fixes --srcdir build.
1155
1156 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1157
1158         * input/wilhelmus.ly: New file.
1159
1160         * Documentation/user/notation.itely: 
1161         * Documentation/user/introduction.itely:
1162         * Documentation/user/tutorial.itely: Use quote ly-option instead
1163         of explicit @quotation.  This fixes too long lilypond linewidths
1164         resulting in overful hboxes.
1165
1166         * scripts/lilypond-book.py: Add ly-option: `quote'.
1167
1168 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1169
1170         * tex/titledefs.tex: Avoid that the first score line is extra
1171         indented if instrument is defined but not piece.
1172
1173 2004-03-30  Werner Lemberg  <wl@gnu.org>
1174
1175         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1176         `lilypond/' to info file name.
1177         (@usermanref) [info]: New variant.
1178
1179         * scm/documentation-generate.scm: Fix definition of @usermanref
1180         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1181         to info file name.
1182
1183 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1184
1185         * VERSION: release 2.1.36
1186         
1187         * Documentation/user/changing-defaults.itely (Interpretation
1188         contexts): rewrite introduction.
1189
1190 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1191
1192         * scm/define-markup-commands.scm: Use TeX accents instead of
1193         straight iso-8859-1 encoding in the doc string.
1194
1195 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1196
1197         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1198         space after dotted duration.
1199
1200 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1201
1202         * Documentation/user/introduction.itely: 
1203         * Documentation/user/notation.itely:
1204         * Documentation/user/tutorial.itely: Up all relative examples.
1205         Enclose @lilypond displays in @quotation.  Typos and corrections.
1206
1207         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1208
1209 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1210
1211         * scm/music-functions.scm (make-voice-props-revert): Revert also
1212         MultiMeasureRest staff-position in oneVoice.
1213
1214 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1215
1216         * Documentation/user/changing-defaults.itely, 
1217         Documentation/user/lilypond.tely: few fixes. Place no comma between
1218         two options: a and b, but commas between three options: a, b, and c.
1219         By this manner, grouping is possible: a and b, and c and d.
1220
1221 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1222
1223         * Documentation/user/GNUmakefile: add rule for .nexi
1224
1225 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1226
1227         * Documentation/user/music-glossary.tely: move glossary direntry
1228
1229         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1230         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1231
1232 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1233
1234         * stepmake/aclocal.m4: Verify that gettext configure check with
1235         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1236
1237 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1238
1239         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1240         glob.glob for .png filenames. This catches multipage pngs.  
1241
1242         * Documentation/user/changing-defaults.itely (Determining the grob
1243         property): fix references.
1244
1245         * lily/staff-symbol.cc (print): only add extent if non empty.
1246         This fixes staff-container.ly.
1247
1248         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1249         starting with a mmrest also works.
1250
1251         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1252         PNG for texinfo too.
1253
1254         * po/lilypond.pot: update translation strings.
1255
1256         * VERSION: 2.1.35 released
1257         
1258         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1259         context argument too.
1260
1261         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1262
1263         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1264
1265         * python/lilylib.py (command_name): don't return 1st path
1266         component.
1267
1268         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1269         .png case separately.
1270
1271         * python/lilylib.py (system): typo.
1272         
1273 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1274
1275         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1276         run indent-region.
1277
1278         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1279         Fixes compile.
1280
1281         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1282         Add header.
1283
1284 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1285
1286         * vim/lilypond-indent.vim: small fixes.
1287
1288 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1289
1290         * Documentation/user/notation.itely (Entering lyrics): Add example
1291         with correct english double quotes (at least for LaTeX output,
1292         maybe not a good idea if we switch to PS as the default output
1293         format).
1294
1295 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1296
1297         * lily/staff-performer.cc (create_audio_elements): play instrument
1298         changes before notes arrive. This fixes instrument of the first
1299         note in a score.
1300
1301         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1302         to 1.9.0 conversion.
1303
1304         * lily/mark-engraver.cc: doc string.
1305
1306         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1307
1308         * Documentation/user/introduction.itely (Introduction): new node.
1309
1310 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1311
1312         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1313
1314         * input/regression/spacing-ragged-last.ly: new file.
1315
1316         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1317         spacing.
1318
1319         * scm/font.scm: rewrite using GOOPS.
1320         
1321         * lily/context-def.cc (filter_engravers): derefence pointer.
1322
1323         * lily/lily-guile.cc (type_check_assignment): use
1324         ly_scheme_function iso. scm_primitive_eval where possible.
1325
1326         * lily/performance.cc (output): limit channels at 15. This fixes
1327         percussion inadvertently showing up in large scores.
1328
1329 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1330
1331         * input/regression/tuplet-gap.ly: new file.
1332
1333         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1334         (print): compute gap length from number size, include italic
1335         correction.
1336
1337         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1338         tuplet-bracket
1339
1340         * scm/paper.scm (set-default-paper-size): new function, to be
1341         called at toplevel.
1342         (set-paper-size): new function, to be called inside \paper {}
1343         (set-default-paper-size): new function, to be called at toplevel.
1344
1345         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1346
1347         * lily/beam-performer.cc (process_music): idem.
1348
1349         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1350         
1351         * tex/titledefs.tex: remove scshape for piece.
1352
1353         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1354         font-family
1355
1356         * lily/time-signature.cc (special_time_signature): font-encoding
1357         not family.
1358
1359         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1360         dynamic to head. This fixes p placement in morgenlied.
1361
1362 2004-03-23  Werner Lemberg  <wl@gnu.org>
1363
1364         * stepmake/stepmake/generic-targets.make (help): Improve text.
1365
1366 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1367
1368         * VERSION: 2.1.34 released
1369         
1370         * lily/main.cc (main_with_guile): switch debugging.
1371
1372         * lily/system.cc (get_line): plug leak.
1373
1374         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1375         and contents.
1376         (stencil2line): plug leak.
1377
1378         * Documentation/user/changing-defaults.itely (Determining a grob
1379         property):  new node.
1380         (Layout interfaces): new node.
1381         (Navigating the program reference): new node.
1382
1383         * lily/accidental-engraver.cc (acknowledge_grob): add property
1384         harmonicAccidentals
1385
1386         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1387         general cleanups.
1388         
1389         * input/les-nereides.ly (middleDynamics): resurrect Les
1390         nereides. Remove pedal hack.
1391
1392 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1393
1394         * input/regression/property-grace-polyphony.ly: new file.
1395
1396         * lily/translator-property.cc (execute_pushpop_property): only pop
1397         one instance of the property. This fixes << \\ >> together with
1398         \grace.
1399
1400         * lily/break-align-interface.cc (ordered_elements): we cannot
1401         modify the #'elements property, so return reordered array.
1402
1403 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1404
1405         * buildscripts/lilypond.words.py: remove.
1406         * buildscripts/lilypond-words.py: add new, renamed file. 
1407         Give generated targets and dirs explicitly in arguments.
1408
1409         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1410         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1411         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1412         
1413         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1414
1415         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1416
1417         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1418         orders.
1419
1420         * vim/GNUmakefile: add local-uninstall target.
1421
1422         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1423         
1424         * vim/vimrc: add a one-liner file.
1425
1426         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1427         vimrc in EXTRA_DIST_FILES.
1428
1429         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1430
1431 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1432
1433         * config.make.in: add vimdir.
1434
1435         * vim/GNUmakefile: add local-install.
1436
1437 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1438
1439         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1440         with \lilypondifundefined{blabla}. Solves problem with multiple
1441         titles in the same lilypond-book document.
1442
1443 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1444
1445         * scm/document-backend.scm (interface-doc): sort grob list for
1446         interface.
1447
1448         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1449         pre/post break align-order.
1450
1451         * spelling patch courtesy Edward Sutton.
1452
1453         * Documentation/user/changing-defaults.itely (Changing context
1454         default settings): new node.
1455         (Defining new  contexts): new node.
1456
1457         * scripts/lilypond-book.py (is_derived_class): use numbers
1458         iso. booleans.
1459
1460         * python/lilylib.py (make_ps_images): add margin to PS images.
1461
1462         * scripts/lilypond-book.py (is_derived_class): new function. Take
1463         class arg iso. object.
1464         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1465         for bug in GS/dvips.
1466
1467         * lily/text-item.cc (interpret_markup): idem.
1468
1469         * scm/define-markup-commands.scm: remove split around-space hack.
1470
1471         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1472         function, fold WL's fixes into one function.
1473
1474 2004-03-22  Werner Lemberg  <wl@gnu.org>
1475
1476         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1477         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1478         (Note_column::head_position_interval): Do proper rounding for
1479         calls to Staff_symbol_referencer::get_position.
1480
1481 2004-03-21  Werner Lemberg  <wl@gnu.org>
1482
1483         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1484         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1485         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1486         (My_lily_parser::parse_file): Improve formatting progress indication
1487         sent to stdout.
1488
1489 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1490
1491         * VERSION: 2.1.33 released.
1492
1493         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1494
1495         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1496
1497         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1498         warning is issued about dummy.dep.
1499
1500         * scm/new-font.scm: fix design sizes of nummer
1501
1502 2004-03-21  Werner Lemberg  <wl@gnu.org>
1503
1504         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1505         some annoying warnings from mkdir during `make install'.
1506
1507 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1508
1509         * lily/performer-group-performer.cc (do_announces): call
1510         Performer_group_performer::create_audio_elements () too.
1511
1512         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1513
1514         * scm/define-grobs.scm (all-grob-descriptions): add property
1515         break-align-orders
1516
1517         * lily/global-context.cc (get_default_interpreter): new
1518         function. Override from base class, so no new Score contexts are
1519         created.
1520
1521         * lily/include/stencil.hh (class Stencil): document origin field.
1522
1523         * lily/staff-symbol.cc (print): span staff-symbol on column
1524         extents for non-broken columns. 
1525
1526         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1527         key-signature.
1528
1529         * tex/titledefs.tex: don't use smallcaps for piece.
1530
1531         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1532         translated stencils in the output.
1533
1534         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1535
1536 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1537
1538         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1539         and init ties_created_
1540
1541         * VERSION: release 2.1.32
1542
1543         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1544         doc string from IMPLEMENT_CTOR_CALLBACK().
1545
1546         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1547         that engraver is in a performer hierarchy.
1548
1549 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1550
1551         * vim/lilypond-ftdetect.vim: new file.
1552
1553 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1554
1555         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1556         (compose_ly): default octave should be middle C.
1557
1558         * Documentation/user/changing-defaults.itely (Layout tunings
1559         within contexts): new node.
1560
1561         * lily/include/smobs.hh: document C++ smob interface.
1562
1563         * lily/function-documentation.cc: don't doc functions without
1564         docstring.
1565
1566 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1567
1568         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1569         direntry, so that `info lilypond' goes to Top.
1570
1571         * scm/output-ps.scm (polygon): Fix: add spaces.
1572
1573         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1574         solutions are now optimal too.
1575
1576         * input/test/page-breaks.ly: New file.
1577
1578         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1579         functions into safe module.
1580
1581         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1582         end, prepend zeros.
1583
1584         * scm/output-*.scm: Use ly:number->string rather than
1585         number->string.  Makes for saner output.
1586
1587         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1588         Fixes feta-nummer, feta-din scaling.
1589
1590 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1591
1592         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1593
1594         * scm/music-functions.scm (descend-to-context): new
1595         function. Similar to context-spec-music.
1596         (make-time-signature-set): specify Score as descend-only. This
1597         fixes the polymetric.ly example.
1598
1599         * lily/context-specced-music-iterator.cc (construct_children): add
1600         support for descend-only context spec.
1601
1602         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1603         determine ez-notation letter. 
1604
1605         * lily/system.cc (get_line): start with dumping layer 3. This
1606         fixes ez notation.
1607
1608 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1609
1610         * input/test/title-markup.ly: Stress breaking harder.
1611
1612         * scm/page-layout.scm (height-score): Overfull page scores twice
1613         as bad as underfull (was: by a power).
1614         (walk-lines): Omit first walk-path round (breaking after new node,
1615         without lines).
1616
1617         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1618         diff values are negative.
1619         (output): Bugfix: treat negative vfill differently.
1620
1621         * Documentation/user/lilypond.tely (direntry): Add note about why
1622         `info lilypond' brings up `Invoking LilyPond' node.
1623
1624 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1625
1626         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1627
1628         * lily/paper-book.cc: Remove cruft.
1629         (output): Bugfix: put vfill between lines.
1630         (pages): Bugfix: set page vars needed for filling.
1631
1632         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1633         (was: @ar).
1634
1635         * scm/page-layout.scm: Further development.
1636
1637         * ly/declarations-init.ly (paper): Define page-breaking.
1638
1639 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * lily/note-head.cc (brew_ez_stencil): add note-names
1642         property. Provides internationalization for note names.
1643
1644         * Documentation/user/changing-defaults.itely (Creating contexts):
1645         new node.
1646
1647         * lily/grace-iterator.cc (process): descend to child for \grace.
1648
1649         * lily/timing-translator.cc (initialize): Timing_translator adds
1650         Timing alias by itself.
1651
1652         * lily/context.cc (add_alias): new function.
1653
1654         * scm/lily.scm (tex-output-expression): new function, eval within
1655         drawing API. Guards against eval vulnerabilities.
1656
1657         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1658
1659         * scm/output-ps.scm (scm): export lily drawing API.
1660
1661         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1662         throughout.
1663
1664 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1665
1666         * scm/page-layout.scm (optimal-page-breaking): New function.
1667         
1668         * lily/paper-book.cc (pages): Use it.
1669
1670 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1671
1672         * lily/include/paper-line.hh (class Paper_line): Full smob.
1673
1674 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1675
1676         * lily/global-context.cc (run_iterator_on_me): fix grace note
1677         nesting by initting measurePosition.
1678
1679         * lily/timing-translator.cc (initialize): do no init
1680         measurePosition
1681         
1682         * lily/include/music-output-def.hh (class Music_output_def): add
1683         input_origin_ field.
1684
1685         * Documentation/user/changing-defaults.itely (Changing context
1686         properties on the fly): new node.
1687
1688         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1689         function. Only have smobbed_copy (), and do not provide
1690         smobbed_copy() for non-simple smobs. Changes throughout.
1691
1692 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1693
1694         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1695         start_moment_. Fix by Doug A. Linhardt.
1696
1697 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1698
1699         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1700         accidentals for harmonic notes.
1701
1702         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1703         of different style. (Thanks to Doug Linhardt).
1704
1705         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1706         new node.
1707
1708 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1709
1710         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1711
1712         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1713         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1714         vim/lilypond-indent.vim: doc targets and deps in comments.
1715
1716 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1717
1718         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1719
1720         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1721
1722         * lily/include/paper-line.hh:
1723         * lily/include/paper-line.cc: New file.
1724
1725 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1726
1727         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1728
1729         * GNUmakefile.in: remove stray make out=www
1730
1731         * input/test/bagpipe.ly (gcdg): octave fixes.
1732
1733         * scm/define-markup-commands.scm (number): use font-encoding
1734         iso. font-family
1735
1736         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1737         font-encoding.
1738         
1739 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1740
1741         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1742         `output_format_global' and `PAGE_LAYOUT'.
1743
1744 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1745
1746         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1747         lily functions in safe mode.
1748
1749         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1750         Print filename for HTML, LATEX, before texidoc.
1751
1752         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1753         instructions in output-ps module.
1754
1755         * scm/lily.scm: Do not load output-ps module.
1756
1757         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1758         safe mode.
1759
1760 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1761
1762         * lily/span-dynamic-performer.cc (process_music): remove spurious
1763         warning.
1764
1765         * lily/context-def.cc (Context_def): init name to ""
1766
1767         * lily/font-interface.cc: add font-encoding property.
1768
1769         * scm/lily.scm (chain-assoc-get): bugfix.
1770
1771         * lily/paper-book.cc (stencil2line): protect static SCM.
1772
1773         * lily/font-interface.cc (text_font_alist_chain): rename function,
1774         and use text-font-defaults. 
1775
1776         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1777
1778         * scm/paper.scm (paper-set-staff-size): use new function.
1779
1780         * scm/new-font.scm (make-font-tree): new function.
1781
1782 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1783
1784         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1785
1786         * scm/lily.scm (get-output-module): New function.
1787         (output-alist): Remove ,ps-output-expression.
1788
1789         * scm/output-tex.scm (ps-output-expression): New function.
1790
1791         * scm/output-ps.scm (ps-output-expression): Remove.
1792         (header, start-page): Output page metadata.
1793
1794         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1795         initialise output_module_.  Do not write part of header.
1796         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1797         (output_header): Output full header.
1798
1799         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1800         FIXME.
1801
1802 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1803
1804         * scm/new-font.scm: new file. Tree based font lookup.
1805
1806         * scm/lily.scm (assoc-get): take default argument. Remove
1807         assoc-get-default.
1808         (chain-assoc-get): use chain-assoc-get everywhere.
1809
1810         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1811         autobeamsettings conversion bug.
1812
1813         * lily/include/global-context.hh (Context): clean-up data hiding.
1814
1815         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1816         data hiding.
1817
1818         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1819
1820         * input/regression/stem-shorten.ly: add chord case.
1821
1822         * lily/stem.cc (get_default_stem_end_position): shorten stems
1823         triggered by note-head positions, not by forced-direction. This
1824         fixes a bug with too short stems.  
1825  
1826 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1827
1828         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1829         Lilypond_snippet.output_latex): Always call output_print_filename.
1830
1831         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1832         expand pages.
1833
1834 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1835
1836         * scm/part-combiner.scm (make-autochange-music): switch rests
1837         before switched notes too.
1838
1839         * lily/figured-bass-engraver.cc (process_music): change calling
1840         convention.
1841
1842         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1843
1844         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1845         command.
1846
1847         * lily/include/stencil.hh (class Stencil): add origin field.
1848
1849         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1850         function.
1851
1852         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1853
1854         * lily/lexer.ll: remove support for \$ and $ in identifiers
1855
1856         * lily/sequential-iterator.cc: remove copy_grace_fixups
1857         (get_grace_fixup): slight abstraction of fixup code.
1858
1859         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1860
1861 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1862
1863         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1864         in insert-mode. add indenting rules.
1865
1866 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1867
1868         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1869         protect hack.
1870
1871         * scm/page-layout.scm:
1872         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1873         layout and titling should now match external latex based version.
1874
1875         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1876         header fields.
1877
1878         * ps/lilyponddefs.ps: Remove automatic page layout.
1879
1880         * scm/output-ps.scm (new-start-system): New interface function.
1881
1882         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1883
1884         * lily/paper-book.cc (output): Bugfix.
1885
1886 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1887
1888         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1889         
1890 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1891
1892         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1893         direntries.
1894
1895         * ps/lilyponddefs.ps: Bugfix.
1896
1897         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1898
1899 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1900
1901         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1902         cause. This should fix warnings.
1903
1904         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1905
1906         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1907         prevent aligned 6ths.
1908
1909         * lily/custos.cc (print): remove adjust-if-on-staffline.
1910
1911 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1912
1913         * lily/paper-book.cc: Do header and footer.
1914
1915 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1916
1917         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1918
1919         * scm/paper.scm (lineheight): Remove
1920         (head-sep, foot-sep): Add.
1921
1922 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1923
1924         * mf/feta-schrift.mf: reduce portato thickness.
1925
1926         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1927
1928         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1929         programming_error ().
1930
1931         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1932         bracket to last command column.
1933
1934         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1935         continues on next/prev system.
1936
1937         * input/regression/pedal-end.ly: new file.
1938
1939 2004-03-10  Werner Lemberg  <wl@gnu.org>
1940
1941         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1942         Remove pmx2ly stuff.
1943         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1944
1945 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1946
1947         * scm/page-layout.scm: New file.
1948
1949         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1950         settings.
1951         (Lilypond_snippet.is_outdated): Also check for PNG file.
1952         Workaround for interrupted (web) builds.
1953
1954         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1955
1956         * ps/lilyponddefs.ps: Use only very small top-marging.
1957         (init-paper): Also pop page size string.
1958         (start-page, stop-page): New function.
1959
1960         * scm/output-ps.scm (header-end): Remove stray exec commands.
1961
1962 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1963
1964         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1965
1966         * lily/score.cc (default_rendering): clean protection.
1967
1968         * lily/paper-book.cc (mark_smob): implement smob marking.
1969
1970         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1971
1972         * Documentation/user/*.itely: user manual edits. 
1973
1974 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1975
1976         * Documentation/user/converters.itely (Invoking musedata2ly):
1977         remove pmx2ly.
1978
1979         * scripts/pmx2ly: remove script.
1980         
1981 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1982
1983         * lily/score.cc (default_rendering): Protect paper-book members.
1984
1985         * lily/paper-def.cc (smobbed_copy): New method.
1986
1987         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1988         switch runtime.
1989
1990         * lily/include/music-output.hh (process): Change signature to
1991         return SCM.
1992
1993         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1994         method.
1995
1996         * lily/paper-score.cc (process): Return stencils rather than
1997         outputting directly.  Remove paper-book kludge.  Delete grobs.
1998         (output): Remove.
1999
2000         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2001
2002         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2003
2004         * lily/score.cc (default_rendering)
2005         (ly_render_output): Move adding paper-score two levels up.
2006
2007         * lily/system.cc (get_line):
2008         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2009
2010 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2011
2012         * scm/font.scm (paper20-font-vector): add more design sizes for
2013         number.
2014
2015         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2016         feta-nummber{5,7,11,13}.
2017
2018         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2019         for 12pt design size. 
2020
2021 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2022
2023         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2024
2025 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2026
2027         * lily/font-select.cc (properties_to_font_size_family): Fix
2028         warning message.
2029
2030         * Experimental PostScript latin1 encoding:
2031         
2032         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2033
2034         * scm/output-ps.scm: Experimental encoding using reencode-font.
2035         * scm/font.scm: Add latin1 `font-shape'.
2036         
2037         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2038
2039         * ps/lilyponddefs.ps (reencode-font): New function.
2040
2041         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2042
2043         * scm/output-tex.scm (start-page):
2044         (stop-page): New interface function.
2045
2046 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2047
2048         * lily/paper-outputter.cc (output_expr):
2049         (output_header):
2050         (output_line): New method.
2051
2052         * lily/system.cc (get_line):
2053         (get_lines): New method.
2054         (output_scheme):
2055         (output_line): Remove.
2056
2057         * scm/lily.scm (make-title): New function.
2058
2059         * lily/paper-book.cc: 
2060         * lily/include/paper-book.hh: New file.
2061
2062         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2063         ly-modules.hh).
2064
2065         * lily/ly-module.cc (ly_modules_lookup): New function.
2066
2067         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2068
2069         * scm/output-ps.scm (make-title): Remove.
2070         (output-scopes): Junk header-title test.
2071
2072 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2073
2074         * mf/feta-schrift.mf: thicker dot for portato.
2075
2076         * lily/accidental-placement.cc (position_accidentals): bugfix in
2077         offset, this fixes right-padding of AccidentalPlacement.
2078
2079         * lily/[h-z]*.cc: () formatting.
2080
2081         * Documentation/user/tutorial.itely (An orchestral part): more
2082         fixes for the tutorial.
2083
2084         * scm/translation-functions.scm (fraction-tuplet-formatter):
2085         reverse fraction.
2086
2087         * lily/parser.yy (context_def_spec_block): use \context instead of
2088         \translator.
2089
2090         * lily/[a-g].cc: () style cleanup.
2091
2092         * Documentation/user/tutorial.itely (Automatic and manual beams):
2093         editing of tutorial.
2094
2095 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2096
2097         * buildscripts/mf-to-table.py (base): write encoding name.
2098
2099 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2100
2101         * Documentation/user/GNUmakefile (local-install-info): Issue
2102         warning (for packager, ie, if not installing in /usr or /usr/local).
2103
2104         * lily/stencil-scheme.cc: 
2105         * lily/staff-symbol-referencer.cc: 
2106         * lily/script-column.cc: 
2107         * lily/pitch.cc: 
2108         * lily/music.cc: 
2109         * lily/grob-pq-engraver.cc: 
2110         * lily/font-interface.cc: 
2111         * lily/music-output-def.cc: 
2112         * lily/duration.cc: 
2113         * lily/grob-scheme.cc:
2114         * lily/context-scheme.cc: Put scheme name on first line in
2115         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2116         style cleanups.
2117
2118         * stepmake/stepmake/scm-vars.make: 
2119         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2120         Rename and split TAGS_FILES.
2121
2122         * GNUmakefile.in (ALL-TAGS): Remove.
2123         
2124         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2125         deeper TAGS files.  Fixes regexp tags in TOP dir.
2126
2127 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2128
2129         * VERSION: 2.1.29 released.
2130         
2131         * Documentation/user/changing-defaults.itely (Changing defaults):
2132         new file.
2133
2134         * Documentation/user/notation.itely (Notation manual): rename from 
2135         refman.itely
2136
2137         * Documentation/user/notation-appendices.itely (The Feta font):
2138         new file.
2139
2140         * Documentation/user/advanced.itely: add aborted attempt for
2141         advanced topics manual.
2142
2143 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2144
2145         * scm/new-markup.scm: display Markups in sane format. Patch by
2146         Nicolas Sceaux.
2147
2148 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2149
2150         * lily/main.cc: Cleanups.
2151         (setup_localisation): New function.
2152         (sane_putenv): Remove.
2153         (main_with_guile): New name (Was: main_prog).  Remove musings
2154         about possible preparation for GUILE heavy memory usage and
2155         practical uselessness.  Do not set environment variables
2156         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2157         name juggling.
2158         (parse_argv): New function.
2159         (copyright): New function.  It's 2004 already.
2160
2161         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2162         (distill_inname): Move from main.
2163
2164 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2165
2166         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2167
2168         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2169
2170         * Documentation/user/running.itely: new file.
2171
2172         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2173
2174         * lily/score-performer.cc (finish): call Translator::finalize ().
2175
2176 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2177
2178         * lilypond-ftpplugin.vim: renamed to the following file.
2179         * lilypond-ftplugin.vim: new file.
2180
2181         * GNUmakefile.in: update VIM_FILES.
2182
2183 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2184
2185         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2186         props.
2187
2188         * input/test/tie-sparse.ly: remove.
2189
2190         * lily/tie-performer.cc (try_music): copy & paste from
2191         Tie_engraver.
2192
2193         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2194         variable_ref twice.
2195
2196         * lily/key-performer.cc (create_audio_elements): use
2197         alterations-in-key.
2198
2199         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2200
2201 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2202
2203         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2204         handle also quarter tones (not shown as tests). test also flats.
2205
2206         * Documentation/index.html.in: small fixes.
2207
2208 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2209
2210         * input/regression/new-markup-scheme.ly: Typo.
2211
2212         * scm/define-markup-commands.scm (fill-line): New markup.
2213
2214         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2215         (output-paper-def): Fix alignment.
2216         (make-title): Fix height/width scaling.
2217
2218         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2219
2220         * input/test/title-markup.ly: Add remaining titles.  Layout and
2221         font size fixes.  Add simplistic latin1 test.
2222
2223 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2224
2225         * input/test/nested-groups.ly: remove. move content (to next). 
2226         * input/test/staff-bracket.ly: replace content (from prev), this 
2227         has been already in templates.
2228
2229 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2230
2231         * stepmake/autogen.sh: Only issue warning about running configure
2232         without arguments when autogen.sh will actually be running
2233         configure.
2234
2235 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2236
2237         * scm/new-markup.scm (stack-stencil-line): robustness.
2238
2239         * scm/define-markup-commands.scm (simple): robustification of
2240         simple-markup.
2241
2242         * Documentation/user/music-glossary.tely (Top): change central C
2243         to middle C.
2244
2245         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2246
2247 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2248
2249         * input/test/title-markup.ly (spaceTest): Add.
2250
2251         * lily/text-item.cc (interpret_markup): Make line markup from
2252         multi word markup.
2253
2254         * scm/define-markup-commands.scm (word): New markup command.
2255         (simple): Use it.
2256
2257         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2258
2259 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2260
2261         * vim/ftplugin/lilypond.vim:
2262         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2263         show matching paren in insert mode.
2264
2265 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2266
2267         * scm/output-ps.scm (make-title, output-scopes): Further
2268         development.
2269
2270         * input/test/title-markup.ly: New file.
2271
2272         * ps/lilyponddefs.ps: Disable PostScript titling.
2273
2274         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2275
2276 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2277
2278         * lily/arpeggio.cc (width_callback): remove padding.
2279  
2280         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2281
2282         * scm/define-music-types.scm: remove make-music-by-name.
2283
2284         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2285
2286 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2287
2288         * lily/paper-score.cc (process): Output titles using make-title.
2289
2290         * scm/output-ps.scm (output-stencil): Display directly instead of
2291         constructing string.
2292         (make-title): New function.
2293
2294 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2295
2296         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2297         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2298         Move documentation of LaTeX packages for latin1 characters to the
2299         lilypond-book manual.
2300
2301 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2302
2303         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2304
2305         * vimrc: add menu in console and shortcut <F10> for it.
2306
2307         * vim/:
2308         * vim/compiler/:
2309         * vim/syntax/:
2310         * vim/indent/:
2311         * vim/ftplugin/: new directories.
2312         
2313         * vim/filetype.vim: new file.
2314
2315         * lilypond.vim: remove files (see next).
2316         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2317
2318         * vimrc: remove file (see next).
2319         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2320
2321         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2322         add header. apply bindings only locally.
2323
2324         * vim/indent/lilypond.vim: new file.
2325
2326         * vim/ftplugin/lilypond.vim: remove errorformat.
2327         * vim/compiler/lilypond.vim: new file for errorformats.
2328
2329         * Documentation/topdocs/INSTALL.texi: give easier orders.
2330
2331         * ROADMAP: add vim/
2332
2333 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2334
2335         * Documentation/user/introduction.itely (Introduction): Use @image
2336         iso @html <img...>.  Add workaround for images in columns in info.
2337
2338         * stepmake/aclocal.m4: Store computed version in variable.
2339
2340         * configure.in: Export MAKEINFO_VERSION.
2341
2342         * config.make.in (MAKEINFO_VERSION): Add.
2343
2344         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2345
2346         * Documentation/user/GNUmakefile: Only build info with images when
2347         building web.
2348
2349         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2350
2351         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2352         stuff from documentation-targets.make
2353
2354 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2355
2356         * VERSION: 2.1.28 released
2357         
2358         * scripts/convert-ly.py (conv): 
2359
2360 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2361
2362         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2363         \arpeggioBoth. redefine \arpeggioBracket.
2364
2365         * Documentation/user/refman.itely: document new arpeggio
2366         functions.
2367
2368         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2369
2370         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2371
2372         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2373
2374 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2375
2376         * Documentation/user/introduction.itely (Automated engraving):
2377         rewrite introduction using website text.
2378
2379 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2380
2381         * scm/*.scm: make-music-by-name is replaced by make-music, which
2382         also accept music property settings, eg:
2383           (make-music 'TextScriptEvent 'direction DOWN 'text
2384               (make-simple-markup x))
2385
2386         Patch courtesy Nicolas Sceaux
2387
2388         * lily/beam-quanting.cc: cleanup, separate counts for left and
2389         right beam ends.
2390
2391         * lily/side-position-interface.cc (quantised_position): also
2392         quantize staccato position for forced stem directions. 
2393
2394 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2395
2396         * scm/*.scm: Patch by Nicolas Sceaux: 
2397
2398         * scm/music-functions.scm: ly:grob-property and ly:music-property
2399         are made procedure with setters.
2400
2401         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2402         
2403 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2404
2405         * input/test/[t-v]*.ly: finish rewriting texidocs.
2406
2407         * input/test/vaticana.ly: remove.
2408         * input/test/ligature-vaticana.ly: new, renamed file name.
2409
2410         * input/test/stem-centered.ly: remove.
2411         * input/test/mensural-note-heads.ly: new file. take content from
2412         removed file stem-centered.ly.
2413
2414         * input/test/scales-greek.ly: simplify.
2415
2416         * input/test/s*.ly: reformulate texidocs.
2417         
2418         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2419         of missing features.
2420
2421 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2422
2423         * input/test/[j-o]*.ly: update texidocs.
2424
2425 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2426
2427         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2428
2429         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2430         images.
2431
2432         * Documentation/user/lilypond.tely (@direntry): Update.
2433
2434         * stepmake/stepmake/documentation-targets.make
2435         (install-info,uninstall-info): Install into $(package_infodir).
2436         Install images.  Run install-info to update dir.
2437
2438         * config.make.in (package_infodir): Add.
2439
2440         * Documentation/user/GNUmakefile (info-with-images,
2441         local-install-info, local-uninstall-info): New target.
2442
2443 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2444
2445         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2446         gap/threshold.
2447
2448         * lily/beam-quanting.cc (score_slopes_dy): remove
2449         ROUND_TO_ZERO_SLOPE kludge.
2450
2451         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2452
2453         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2454
2455         * lily/global-context.cc (Global_context): alway accept Score
2456         (run_iterator_on_me): cast Context to Score_context, not
2457         Context_def.
2458
2459         * Documentation/user/refman.itely: documentation patch by Edward
2460         Sanford Sutton.
2461
2462         * mf/GNUmakefile: unset sauter-fonts.
2463
2464 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2465
2466         * scripts/lilypond-book.py (output_texinfo): Output @image
2467         descriptions for info too.
2468
2469         * input/test/chord-names-jazz.ly: 
2470         * input/test/embedded-scm.ly: Clarify.
2471
2472         * input/test/cautionaries.ly: Typo.
2473
2474         * lily/input-smob.cc (ly_input_location): Compile fix.
2475
2476 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2477
2478         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2479
2480         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2481         fixes problems with system defaults being reverted with \override
2482         on Score level.
2483
2484         * lily/global-context.cc (Global_context): apply property-ops to
2485         Global_context too. 
2486
2487 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2488
2489         * scm/output-ps.scm (stencil->string): Rewrite.
2490
2491 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2492
2493         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2494         impersonal style.
2495
2496 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2497
2498         * lily/input-smob.cc (ly_input_location: New function.
2499
2500         * scm/define-markup-commands.scm (upright): New markup command.
2501
2502         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2503
2504         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2505
2506         * scm/output-ps.scm (output-stencil): New function.
2507
2508         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2509         of snippet types; fixes @ignore and @verbatim blocks.
2510
2511 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2512
2513         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2514         to a file in printed documentation, instead, refer either to a 
2515         syntax or to an output.
2516
2517 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2518
2519         * input/regression/beam-center-slope.ly: Add test.
2520
2521 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2522
2523         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2524         (SAUTER_FONTS): Reinstate.
2525
2526         * scm/define-markup-commands.scm (caps): New markup command.
2527
2528         * scm/output-ps.scm (output-scopes): Experimental markup output.
2529
2530         * scm/: Add missing headers.
2531
2532         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2533
2534         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2535
2536 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2537
2538         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2539         Stray style cleanups.
2540
2541 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2542
2543         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2544         no dot combination.
2545
2546         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2547         substitute \override Staff.autoBeamSettings too
2548
2549         * Documentation/user/tutorial.itely: proofreading fixes by David
2550         Bobroff
2551
2552 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2553
2554         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2555
2556         * ps/music-drawing-routines.ps: 
2557         * ps/lilyponddefs.ps: Add end markers.
2558
2559 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2560
2561         * VERSION: 2.1.27 released.
2562         
2563         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2564
2565         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2566         obey documentation.
2567
2568 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2569
2570         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2571
2572         * scm/output-ps.scm: Resurrect.
2573         
2574         * scm/output-tex.scm: Minimal cleanups.
2575
2576         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2577
2578         * make/ly-rules.make: Remove any broken lily-*.tex files before
2579         lilypond-book run.
2580
2581         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2582         comment.
2583
2584         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2585         Enabled by default, may save 10% compile time.
2586
2587 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2588
2589         * lily/lyric-phrasing-engraver.cc: remove
2590         
2591         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2592         longer necessary. 
2593
2594         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2595         so lyric-phrasing-engraver is no longer necessary.
2596
2597         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2598         Grob_pq_engraver from Staff.
2599
2600         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2601         busyGrobs directly.
2602
2603         * input/regression/quote-transposition.ly: new file.
2604
2605         * lily/recording-group-engraver.cc (stop_translation_timestep):
2606         store instrumentTuning too. 
2607
2608         * lily/quote-iterator.cc (process): transpose events using
2609         instrumentTuning.
2610
2611         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2612         -> \tuning <pitch>
2613
2614         * lily/parser.yy (command_req): add \tuning command for setting
2615         instrument tuning of staff.
2616
2617         * Documentation/user/GNUmakefile
2618         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2619
2620         * Documentation/user/refman.itely (Customized accidental rules):
2621         typo.
2622
2623 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2624
2625         * Documentation/user/music-glossary.tely: remove the missing norwegian
2626         translation; they can be put in later properly.
2627
2628 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2629
2630         * lily/recording-group-engraver.cc (start_translation_timestep):
2631         init Recording_group_engraver twice.
2632
2633 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2634
2635         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2636         stray style cleanups:
2637
2638         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2639         -Wmissing-prototypes.
2640
2641         * flower/include/killing-cons.tcc (Killing_cons): Add template
2642         specifier for car_.
2643
2644         * flower/include/parray.hh (binsearchs): Add template specifier
2645         for maxkey.
2646
2647         * flower/include/interval.hh: Declare elem () with template specfier.
2648
2649 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2650
2651         * elisp/lilypond-indent.el (get-buffer-size): add customization
2652         groups for several variables (Reuben Thomas).
2653
2654 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2655
2656         * Documentation/user/invoking.itexi (Point and click): add index
2657         entry.
2658
2659         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2660         go under beam.
2661
2662         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2663         sarabande beam. 
2664
2665         * flower/warn.cc (programming_error): cross fingers not thumbs.
2666
2667         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2668         staff-position is set.
2669
2670         * VERSION: release 2.1.26 
2671         
2672         * scm/chord-entry.scm (construct-chord): process transposition
2673         after processing explicit-11.  
2674
2675 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2676
2677         * lily/parser.yy (add_quote): add syntax for adding quotes:
2678         \addquote "id-string" Music
2679
2680         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2681
2682         * scripts/convert-ly.py (conv): add rules for name changes.
2683
2684         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2685         music/context/grob property functions. Internally, use
2686         get_property() and set_property() for both.
2687
2688 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2689
2690         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2691         for Emacs <= 20 (Laurent Martelli).
2692
2693 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2694
2695         * lily/parser.yy (command_element): extract quoted vector in
2696         parser.
2697
2698         * input/regression/quote.ly: new file.
2699
2700         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2701
2702         * lily/parser.yy (command_element): \quote DURATION NAME: support
2703         cue notes. 
2704
2705         * lily/quote-iterator.cc (class Quote_iterator): new file.
2706
2707 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2708
2709         * lily/auto-beam-engraver.cc (try_music): accept and process
2710         beam-forbid-event.
2711
2712         * input/regression/auto-beam-no-beam.ly: new file.
2713
2714 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2715
2716         * lily/accidental.cc (print): Change font-relative-size ->
2717         font-size. Fixes cautionary-style = smaller.
2718
2719 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2720
2721         * lily/system-start-delimiter.cc (staff_brace): remove
2722         font-relative-size
2723
2724         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2725         forgotten with scm_list_n. Fixes spurious coredumps.
2726
2727         * lily/accidental-engraver.cc (stop_translation_timestep): move
2728         update of localKeySignature to stop_translation_timestep (). This
2729         makes sure that all ties are noticed at the right moment.
2730         (stop_translation_timestep): clear tie only when right-side
2731         notehead was seen.
2732         (number_accidentals_from_sig): cleanup. 
2733
2734         * input/regression/accidental-tie.ly (mus): new file
2735
2736         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2737         these longish tests.
2738
2739 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2740
2741         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2742
2743         * THANKS: update bugreporter list.
2744
2745         * lily/beam.cc (print): broken beams last until end of staff.
2746         (print): broken beams start from prefatory matter.
2747
2748         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2749
2750         * lily/paper-score.cc (process): dump header only once.
2751
2752         * lily/paper-outputter.cc (Paper_outputter): move logic into
2753         Scheme.
2754
2755         * scm/output-tex.scm (output-scopes): new function.
2756         (output-paper-def): new function
2757         (tex-string-def): new function
2758         (symbol->tex-key): new function
2759
2760         * scripts/convert-ly.py (conv): add rule for | ~
2761
2762 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2763
2764         * input/regression/{many}.ly: refresh, trying to guess how
2765         it was designed.
2766
2767 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2768
2769         * VERSION: release 2.1.25
2770
2771         * scm/define-translator-properties.scm
2772         (all-user-translation-properties): add printOctaveNames
2773
2774         * ly/engraver-init.ly: remove Note_event_swallower from
2775         NoteNamesContext.
2776
2777         * lily/note-name-engraver.cc (process_music): new property
2778         printOctaveNames
2779
2780         * lily/context.cc (find_existing_context): remove support for
2781         Current.
2782
2783         * scm/music-functions.scm (set-accidental-style): new function;
2784         duplicate accidental macros.
2785
2786         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2787
2788         * lily/note-name-engraver.cc (process_music):
2789         process_acknowledged_grobs () -> process_music ()
2790
2791         * scm/part-combiner.scm (determine-split-list): robustification.
2792
2793 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2794
2795         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2796         lines for falling into beam-gap.
2797         (score_forbidden_quants): check all staff lines for falling in
2798         beam gaps.
2799
2800         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2801         key/clef/time signatures. 
2802
2803         * input/test/ossia.ly: revise example.
2804
2805         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2806         cleanup.
2807         
2808         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2809         comply to Scheme standard.  Remove ly:get-paper-variable
2810
2811 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2812
2813         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2814
2815 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2816
2817         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2818         properties from Voice context. This fixes accidental size for
2819         staff-switches during grace contexts.
2820
2821         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2822         if necessary. Else, simply wipe dots.
2823
2824         * input/test/beam-alternate.ly: new file
2825
2826         * input/test/piano-staff-distance.ly: new file.
2827
2828         * lily/translator-group.cc (recurse_down_translators): use
2829         Direction for bottom-up/top-down.
2830
2831         * lily/include/translator.hh (class Translator): add
2832         process_music() and do_announces(). This obviates
2833         recurse_down_{engravers,performers}.
2834
2835         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2836         \melisma and \melismaEnd
2837
2838         * lily/melisma-engraver.cc (process_music): change to
2839         Melisma_translator, unify with performer. Accept
2840         ManualMelismaEvent.
2841
2842         * ly/engraver-init.ly: add Font_size_engraver.
2843
2844 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2845
2846         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2847         it hara-kiri.
2848
2849         * input/regression/{many}.ly: improve descriptions trying to figure
2850         out what is tested.
2851
2852 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2853
2854         * lily/slur.cc (broken_trend_offset): robustness fix.
2855
2856         * VERSION: release 2.1.24
2857
2858         * lily/context.cc (find_create_context): go to Score if it exists.
2859
2860         * lily/context-scheme.cc: new file.
2861
2862         * lily/score-translator.cc (get_output): new file.
2863
2864         * lily/include/grob-info.hh: origin_contexts() now does not
2865         include the originating engraver
2866
2867         * lily/translator-group.cc (translator_each): clean up contents,
2868         remove superfluous stubs. Engraver_group_engraver and
2869         Performer_group_performer are the only classes using multiple
2870         inheritance.
2871
2872         * lily/include/score-context.hh (class Score_context): interface
2873         between Score_{engraver,performer} and Global_context.
2874
2875         * lily/include/global-context.hh (Context): change from
2876         global-translator. This is the entry point for contexts; it is not
2877         tweakable using \translator{}. Score is no longer the top context,
2878         but sits underneath Global.
2879
2880         * lily/include/context.hh (class Context): brain surgery: split
2881         out Context functionality from Translator_group. Context is now a
2882         separate type from Translator.
2883
2884 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2885
2886         * lily/include/translator.hh (class Translator): make
2887         get_score_context() and get_global_translator (), and use the one
2888         which is appropriate.
2889
2890         * lily/context.cc: partially put functionality of Translator_group
2891         into Context.
2892
2893         * lily/include/context.hh (Translator): new class: put between
2894         Translator and Translator_group. 
2895
2896         * lily/new-accidental-engraver.cc: remove file.
2897
2898 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2899
2900         * input/regression/{many}.ly: improve descriptions: use complete 
2901         sentences, try to describe what is tested, avoid `we´, do not use 
2902         don't, ... 
2903
2904 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2905
2906         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2907         is at EOL.
2908
2909         * Documentation/user/lilypond.tely: declare the topmost node only
2910         once; removes empty line in @contents.
2911
2912         * Documentation/user/music-glossary.tely: really add Finnish author.
2913         Draw more beatiful `->´ arrow in html: &rarr;
2914
2915 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2916
2917         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2918
2919         * scripts/convert-ly.py (conv): add ly:music-list  change.
2920
2921         * lily/grob.cc: edit doc string.
2922
2923         * scm/define-grob-properties.scm (all-user-grob-properties):
2924         proofreading, editing of doc strings.
2925
2926         * input/regression/tablature-string-tunings.ly: new file.
2927
2928         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2929         listen to stringTunings
2930
2931         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2932         for self-alignment-[XY] code.
2933  
2934 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2935
2936         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2937         cond) into function. Cleanup.
2938
2939         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2940         
2941         * VERSION (PACKAGE_NAME): 2.1.23 released
2942
2943 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2944
2945         * Documentation/user/{refman,internals}.itely: small fixes.
2946
2947 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2948
2949         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2950         accidentals for harmonic notes
2951
2952         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2953         for harmonic notes.
2954
2955         * scm/document-backend.scm (interface-doc): prune Grob
2956         documentation: don't duplicate interface information.
2957
2958         * lily/*.cc: lots of updates of doc strings.
2959
2960 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2961
2962         * input/test/ac-extra-voice.ly (accompany): remove file.
2963
2964         * input/test/maximum-rest-count.ly: remove file.
2965
2966         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2967         conversion rule for \translator { }. Apply everywhere.  
2968
2969         * lily/parser.yy (music_property_def): set property for \once in
2970         the PropertyMusic itself, not the ContextSpec.
2971         (property_operation): change syntax within \translator { }
2972
2973         * scm/define-music-properties.scm (all-music-properties): clean up.
2974
2975         * lily/auto-beam-engraver.cc (test_moment): use
2976         updated_grob_properties() to retrieve autoBeam settings.
2977
2978         * lily/spacing-spanner.cc: bound shortest_playing_len by
2979         measure_length
2980
2981         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2982         multi-measure events for spacing computation.
2983
2984         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2985         elliptical, to 1.49.
2986
2987         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2988         vertical positioning for polyphony, without RestCollision object.
2989
2990         * lily/note-column.cc (add_head): prevent rests & note heads on
2991         one stem.
2992
2993         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2994         (do_shift): rewrite only-rests case: use common refpoints: the
2995         routine will have sensible results when other rest-translations
2996         have taken place.
2997
2998         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2999         < 0 case. 
3000
3001         * VERSION: 2.1.22 released
3002         
3003         * input/GNUmakefile (SUBDIRS): remove ascii-art
3004
3005 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3006
3007         * input/: Convert ly files that still had \property.  Fixes make
3008         web.  Remove exta spaces around '='. 
3009
3010         * scripts/convert-ly.py (conv): Redundant space fixes.
3011
3012         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3013
3014 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3015
3016         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3017         create scalable PS and PDFs  for input/{test,template,regression}.
3018
3019         * lily/context.cc (is_alias): move function.
3020         (is_alias): add Bottom as context alias. 
3021         (find_create_translator): add Bottom as a context alias for creation.
3022
3023         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3024
3025         * lily/parser.yy (music_property_def): new syntax for property
3026         assignments:
3027
3028         \set A.B = #C , \unset A.B
3029         \override A.B #C = #D, \revert A.B #C 
3030
3031         * lily/my-lily-lexer.cc: remove \property
3032
3033 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3034
3035         * Documentation/user/refman.itely: add dots after seealso refs.
3036
3037         * input/template/{many}.ly: harmonise descriptions.
3038
3039         * Documentation/user/music-glossary.itely: add Finnish author.
3040
3041 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3042
3043         * VERSION (PACKAGE_NAME): release 2.1.21
3044
3045 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3046
3047         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3048
3049         * scripts/lilypond-book.py (snippet_res): @include filename must
3050         not be empty.
3051
3052 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3053
3054         * scm/documentation-generate.scm (markup-doc-string): dump
3055         markup-commands.tely
3056
3057         * scm/define-markup-commands.scm (override): new file.
3058         Move documentation from refman into doc-strings. 
3059
3060         * input/test/staff-container.ly: fix example.
3061
3062         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3063         StaffContainer
3064
3065         * lily/grob.cc: remove point_dimension_callback
3066         (Grob): read forced dimensions from X-extent and Y-extent.
3067         (get_paper): remove preset_extent.
3068
3069         * scm/define-grobs.scm (all-grob-descriptions): remove
3070         point_dimension_callback. 
3071
3072         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3073         textscript to head. This makes no-spacing-rods work on
3074         DynamicText.
3075
3076         * lily/chord-name.cc: remove props chord, bass, inversion.
3077
3078         * Documentation/user/appendices.itely: add Scheme functions,
3079         context-properties and layout properties to manual.
3080
3081         * scm/part-combiner.scm (determine-split-list): include rests in a
3082         solo1/2 sequence.
3083
3084         * lily/new-part-combine-iterator.cc (substitute_both): new
3085         function.
3086         (class New_pc_iterator): add separate Voice=solo context, fixes
3087         autobeams going from chords to solo.
3088
3089 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3090
3091         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3092
3093         * Documentation/user/tutorial.itely:
3094         * Documentation/user/refman.itely: Add short note about being part
3095         of lilypond.tely.
3096
3097         * COPYING: Make note more clear with respect to files that are
3098         explicitely licenced otherwise (Documention/user/ comes to mind).
3099         
3100         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3101         comment about barfing of @c,{}.
3102
3103         * Documentation/user/music-glossary.tely: Add list of authors.
3104
3105         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3106         source (was: also in build log).
3107
3108 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3109
3110         * lily/side-position-interface.cc (general_side_position): if
3111         staff-padding is set, then include staff in support too.
3112
3113         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3114         module workbook
3115
3116         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3117
3118         * lily/tuplet-engraver.cc: remove tupletInvisible
3119
3120         * scm/define-translator-properties.scm: cleanup, separate in
3121         internal and user props. 
3122
3123         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3124         LyricsVoice -> Lyrics
3125
3126         * lily/new-part-combine-iterator.cc (process): only print warning
3127         for symbols.
3128
3129 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3130
3131         * scm/part-combiner.scm: Add proper header.
3132
3133         * All but lily/*: The great --2003 --2004 replace; the missing
3134         `bits'.
3135
3136         * TODO: Fix outline mode.  Add book notes.
3137
3138         * ROADMAP: Update.
3139
3140 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3141
3142         * scm/part-combiner.scm (make-autochange-music): use
3143         accumulator. Fixes stack overflow.
3144
3145         * lily/*: rename brew_molecule -> print , molecule-callback ->
3146         print-function
3147
3148         * scm/define-grob-properties.scm: cleanup. Separate into internal
3149         and user properties.
3150
3151         * lily/translator-property.cc (updated_grob_properties): new
3152         function
3153         (execute_pushpop_property): change to new convention:
3154         object property inits are stored as (cons ALIST BASED-ON). This
3155         storage format allows concurrent tweaks in different contexts.
3156
3157 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3158
3159         * TODO: new file.
3160
3161 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3162
3163         * debian/: Late Debian update (sorry Anthony).
3164
3165         * scripts/lilypond-book.py (do_file): Look for input_file in
3166         include path, or ask kpathsea if LATEX.
3167
3168         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3169         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3170         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3171         --header=texidoc.
3172
3173         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3174         relative.
3175
3176         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3177         only when filtering, default to input_base otherwise.  Coding
3178         style fixes.
3179
3180 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3181
3182         * lily/include/translator.hh (class Translator): add virtual
3183         qualifier.
3184
3185 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3186
3187         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3188
3189 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3190
3191         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3192
3193         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3194         (fixes make web).
3195
3196         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3197         live in $(out)-www).
3198
3199         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3200         dependencies.  Add link to .ly source in HTML output.
3201         (Lilypond_snippet.output_html): Handle multiple page picture
3202         output.
3203         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3204         Make usable for output_texinfo again.
3205
3206         * Documentation/user/GNUmakefile: Add static dependency for
3207         lilypond.tely includes.
3208
3209         * Documentation/user/tutorial.itely: Add some lost `relative'
3210         ly-options.
3211
3212 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3213
3214         * lily/include/translator-group.hh: move Music_output_def member
3215         to Global_translator.
3216
3217         * scripts/lilypond-book.py (do_file):  fix latex output.
3218
3219         * VERSION: release 2.1.20
3220         
3221         * scm/part-combiner.scm (determine-split-list): robustness fix 
3222
3223         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3224
3225         * lily/parser.yy (music_output_def_body): plug memory leak.
3226
3227         * lily/translator-group.cc (add_fresh_group_translator): plug
3228         memory leak: unprotect Translator_group once added.   
3229
3230         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3231
3232         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3233         write .dep file.
3234         (Lilypond_snippet.ly): add \renameinput.
3235
3236 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3237
3238         * Documentation/user/refman.itely (Markup command definition): Doc
3239         by Nicolas Sceaux. Rewrite by Han-Wen
3240
3241         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3242         thing of the line.
3243         (brew_molecule): only remove if hyphen is not at the end of line.
3244         (set_spacing_rods): new function: minimum-length specifies
3245         distance between syllables.
3246
3247         * scm/define-grobs.scm (all-grob-descriptions): add
3248         Hyphen_spanner::set_spacing_rods to LyricHyphen
3249
3250         * input/regression/lyric-hyphen-break.ly: new file.
3251
3252         * input/test/lyric-hyphen-retain.ly: new file.
3253
3254         * lily/new-part-combine-iterator.cc (construct_children):
3255         add Rest direction.
3256
3257 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3258
3259         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3260
3261         * Documentation/bibliography/engraving.bib (donemus1982):
3262         update entry.
3263
3264 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3265
3266         * scripts/lilypond-book.py (Substring.__init__): new class.
3267         (Snippet.output_texinfo): add texidoc option.
3268         (Include_snippet.replacement_text): new class.
3269         (Lilypond_snippet.__init__): new class
3270         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3271
3272         * Documentation/user/refman.itely (Sound): 
3273         note about number of channels.
3274
3275         * scm/music-functions.scm (voicify-music): add \context Staff for
3276         << \\ >> polyphony.
3277
3278         * lily/parser.yy (verbose_command_req): \skip now creates
3279         SkipMusic, and does not lead to spurious staves.
3280
3281         * scm/define-music-types.scm (music-descriptions): rename
3282         NonEventSkip to SkipMusic
3283
3284         * input/no-notation/midi-lyric-barcheck.ly: new file.
3285
3286         * input/regression/collision-dots-invert.ly: new file.
3287
3288         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3289         case.
3290
3291         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3292         die if melody died too.
3293
3294 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3295
3296         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3297         with reading from stdin.
3298
3299         * lily/slur-performer.cc (try_music): new file.
3300
3301         * lily/melisma-performer.cc (try_music): new file. Handle
3302         melismata to help lyrics.
3303
3304         * lily/beam-performer.cc (try_music): new file. Handle beam events
3305         to help lyrics.
3306
3307         * lily/score-performer.cc (one_time_step): reinstate
3308         process_music().
3309
3310         * lily/performer.cc (process_music): add to interface.
3311
3312         * lily/performer-group-performer.cc (process_music): new function.
3313
3314         * lily/dot-column.cc (do_shifts): do collision resolution before
3315         dot positioning.
3316         
3317         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3318         file, process printfilename option.
3319         (Snippet.__init__): rewrite: do not use global variables h or
3320         index.
3321         (main): really support -I option.
3322         (find_toplevel_snippets): new code.
3323         (find_toplevel_snippets): reinstate old version, without global
3324         variables.
3325
3326         * tex/texinfo.tex: really add file.
3327         
3328 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3329
3330         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3331         compatibility.
3332
3333 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3334
3335         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3336
3337         * scm/define-translator-properties.scm (drumPitchTable): add
3338         property.
3339
3340         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3341         function.
3342         (help_summary): docstrings.
3343         (do_file): strip the dir of input_base too.
3344
3345 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3346
3347         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3348
3349         * Documentation/user/lilypond-book.itely: Update.
3350
3351         * make/ly-rules.make: Update lilypond-book commands.
3352
3353         * Documentation/user/GNUmakefile: Update makeinfo commands,
3354         lilypond-book flags.
3355
3356         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3357         
3358         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3359
3360         * scripts/filter-lilypond-book.py: Remove.
3361
3362         * Documentation/user/*tely: Update options for new lilypond-book.
3363
3364         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3365         with @macros in @includes.
3366
3367 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3368
3369         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3370         make rest-collision only.
3371
3372         * lily/break-substitution.cc (substitute_one_mutable_property):
3373         clear all-elements using scm_assq_remove_x(). 
3374
3375         * lily/rest-collision.cc (do_shift): shift single rests
3376
3377         * flower/include/array.hh (class Array): rename to is_empty ()
3378
3379         * lily/drum-note-performer.cc: new file: perform drum notes.
3380
3381         * VERSION (PACKAGE_NAME): release 2.1.19.
3382         
3383 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3384
3385         * scripts/filter-lilypond-book.py
3386         (classic_lilypond_book_compatibility): New function.
3387
3388 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3389
3390         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3391
3392         * Grand 2003 -> 2004 search replace. 
3393
3394         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3395         (i.e. < > )
3396
3397         * ly/performer-init.ly: add DrumStaff
3398
3399         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3400         lyric-interface; this prevents lines with only extender lines from
3401         being junked.
3402  
3403         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3404
3405         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3406         extenders right, for once and for all (hopefully).
3407         
3408         * lily/break-substitution.cc (substitute_one_mutable_property):
3409         clear old 'all-elements for System grobs.
3410
3411         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3412         that associatedVoiceContext is always assigned when music & lyrics
3413         are found. 
3414
3415         * ly/engraver-init.ly: remove Lyrics context.
3416         (TabVoice): add noteheads engraver
3417
3418         * input/test/improv.ly: update: do not use Thread switching. 
3419
3420         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3421         squashedPosition is a number  
3422
3423         * Documentation/user/refman.itely (Automatic note splitting):
3424         remove Thread references.
3425
3426         * input/no-notation/pc-direction.ly: remove file.
3427
3428         * ly/engraver-init.ly: remove Thread
3429
3430         * input/regression/tie-chord-partial.ly: remove file.
3431
3432         * scripts/convert-ly.py (conv): \harmonic rule
3433
3434         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3435         notation for harmonic notes: <c' g''\harmonic>
3436
3437         * lily/lily-guile.cc (alist_to_hashq): new function
3438
3439         * scm/lily.scm (alist->hash-table): new function.
3440
3441         * Documentation/user/refman.itely (Percussion staves): update doco.
3442
3443         * input/regression/drums.ly (timb): updates
3444
3445         * lily/note-performer.cc (create_audio_elements): robustness fix.
3446
3447         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3448
3449 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3450
3451         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3452         discard valid matches.
3453
3454 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3455
3456         * lily/drum-note-engraver.cc: new file.
3457
3458         * ly/drumpitch-init.ly: move drum definitions
3459
3460         * scm/drums.scm: remove file.
3461
3462         * lily/*.cc: remove abort-event everywhere.
3463
3464         * lily/note-heads-engraver.cc (process_music): robustification.
3465
3466         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3467         robustification.
3468
3469         * lily/parser.yy (simple_element): add \drums mode.
3470         (simple_element): remove \pitchnames , \chordmodifiers. Use
3471         variables to store this. 
3472
3473         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3474         outside \notes.
3475
3476         * VERSION: release 2.1.18.
3477         
3478         * input/test: remove octave-duplicate.ly
3479
3480 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3481
3482         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3483
3484 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3485
3486         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3487         constructor from Music_iterator. Changes throughout.
3488
3489         * lily/include/music-iterator.hh (class Music_iterator): remove
3490         Music_iterator::skip and Music_iterator::get_pending_events from
3491         interface. Rename report_to -> get_outlet 
3492
3493         * lily/auto-change-iterator.cc: move contents from
3494         new-auto-change-iterator.cc from
3495
3496         * scm/part-combiner.scm: determine split-list from Scheme. 
3497
3498         * lily/new-auto-change-iterator.cc (process): new file.
3499
3500         * lily/parser.yy (part_combined_music): remove old PC cruft.
3501
3502         * ly/engraver-init.ly: remove old
3503         PC cruft.
3504
3505         * Documentation/user/refman.itely (The Lyrics context): note about
3506         extender lines.
3507
3508         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3509         to allow 0-length mmrest events.
3510
3511         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3512
3513         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3514
3515         * lily/spacing-engraver.cc (finalize): robustifications.
3516
3517         * input/regression/new-part-combine-solo-global.ly: new file.
3518
3519         * scm/part-combiner.scm: rewrite.
3520
3521 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3522
3523         * Documentation/user/refman.itely, input/puer-fragment.ly,
3524         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3525         updated for proper use of lyricsto; replaced "(" and ")" ->
3526         "\melisma" and "\melismaEnd"
3527
3528         * input/test/ancient-font.ly: small updates to reduce compile
3529         warnings (TODO: junk this file)
3530
3531         * input/test/gregorian-scripts.ly: added comment about bug
3532
3533         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3534         tiny robustness fix
3535
3536         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3537         recent changes in the feta code); temporarily mapped mensural g
3538         clef to a copy of petrucci g clef until mensural g clef will have
3539         been rewritten
3540
3541         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3542         between mensural and neo-mensural heads (this broke quite a while
3543         ago)
3544
3545         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3546
3547 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3548
3549         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3550         indication.  Fixes for verbatim, multi line comments.
3551
3552 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3553
3554         * input/regression/new-part-combine-solo.ly: more cases.
3555
3556         * lily/slur.cc (height): robustness fix.
3557
3558         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3559
3560         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3561         stemUp/stemDown.
3562
3563         * scm/music-functions.scm (determine-split-list): further analysis.
3564
3565         * lily/script-engraver.cc (try_music): discard duplicate
3566         articulations.
3567
3568         * input/regression/new-part-combine-solo.ly: new file
3569
3570         * input/regression/new-part-combine-a2.ly: new file.
3571
3572         * ly/performer-init.ly: add Devnull
3573
3574         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3575         for \musicglyph #"accidental-*"
3576         (conv): \newpartcombine rule.
3577
3578 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3579
3580         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3581
3582 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3583
3584         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3585         textwidth, --output.
3586
3587 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3588
3589         * scm/new-markup.scm (doubleflat): add accidental markups.
3590
3591         * VERSION: release 2.1.17
3592         
3593         * Documentation/user/refman.itely (Automatic part combining):
3594         revise documentation of the part-combiner.
3595
3596         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3597         
3598         * input/test/part-combine-{moment,staff}.ly: remove file.
3599
3600         * input/regression/pc-mmrest.ly (two): remove file.
3601
3602         * scm/define-music-types.scm (music-descriptions): add
3603         Solo{One,Two}Event and UnisonoEvent
3604
3605         * lily/new-part-combine-iterator.cc (unisono): add state_
3606         variable, signal changes with part-combine-event.
3607
3608         * input/regression/new-part-combine-text.ly: new file.
3609
3610         * lily/part-combine-engraver.cc: new file.
3611
3612 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3613
3614         * scripts/filter-lilypond-book.py: Handle snippet options.
3615
3616 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3617
3618         * scm/music-functions.scm (determine-split-list): detect solo1/2
3619         and unisono.
3620
3621         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3622         revert fix, document why.
3623
3624         * lily/tie-performer.cc (process_music): new function. Set melisma
3625         property.
3626
3627         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3628         always smaller than bracket size.
3629         (make_bracket): oops. Size of the gap was off by factor 2
3630
3631         * input/test/text-rotate.ly: new file.
3632
3633         * scm/new-markup.scm (markup): a macro that provides a
3634         LilyPond-like syntax in scheme for building markups, in order to
3635         help markup command definition. (Nicolas Sceaux)
3636
3637         * input/test/lyrics-skip-notes.ly: new example.
3638
3639         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3640
3641         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3642         use is_alias() iso. == . This fixes lyrics on
3643         GregorianTranscriptions. 
3644
3645 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3646
3647         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3648         \thispagestyle{lastpage} to avoid that it's printed on the second
3649         last page when there's only a single score line on the last page.
3650         (The page breaking mechanism in TeX played some ugly tricks to us.)
3651
3652 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3653
3654         * scripts/filter-lilypond-book.py: Further development.
3655
3656         * input/regression/collision-dots-move.ly: New test.
3657
3658         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3659         hand side note head of non-merged collision to the right.
3660
3661         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3662         Construct children before accessing property from emtpy
3663         lyrics_context_.
3664         (construct_children): Find thread before finding LyricsVoice.
3665         Create LyricsVoice one if none found, fixes crash (thanks Erik
3666         Sandberg).
3667
3668 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3669
3670         * cygwin/: Forward port.
3671
3672 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3673
3674         * buildscripts/install-info-html.sh: Use Bash.
3675
3676         * cygwin/mknetrel: Patch from Bert.
3677
3678 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3679
3680         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3681
3682         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3683         try to copy *png, index.html (Bertalan Fodor).
3684
3685         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3686
3687 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3688
3689         * lily/note-collision.cc (check_meshing_chords): Do not remove
3690         dots (from down head) when merging similar heads (thanks Matthias
3691         Kilian).  Simplify merge_possible tests and other cleanups
3692
3693         * input/regression/collision-merge-differently-dotted.ly: Add test
3694         for disappearing dots on similar heads for both voices.
3695
3696 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3697
3698         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3699         that tagline overrides copyright for single page scores. Correct
3700         the default tagline value.
3701
3702 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3703
3704         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3705
3706 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3707
3708         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3709         TEXMF if it's previously unset.
3710
3711 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3712
3713         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3714
3715         * input/test/trills.ly: fix the unfolding of lineprall.
3716
3717         * input/test/figured-bass-alternative.ly: fix accidental.
3718
3719 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3720
3721         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3722         
3723         * input/no-notation/dos-guile.ly: 
3724         * input/no-notation/dos-ps.ly: 
3725         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3726         
3727         * input/no-notation/safe-include.ly:
3728         * input/no-notation/safe-guile.ly:
3729         * input/no-notation/safe-ps.ly: 
3730         * input/no-notation/safe-tex.ly: New file.
3731
3732         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3733         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3734         options now.
3735         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3736         When in --safe-mode, set environment openout_any=p[aranoid].
3737
3738         * tex/ltest.tex: 
3739         * tex/lilyponddefs.tex: Add \nofiles.
3740
3741         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3742         options.
3743
3744         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3745         This allows building the user manual using a binary installation
3746         and a matching unpacked source tree.
3747
3748         * scm/lily.scm (safe-module): New variable. 
3749
3750         * lily/includable-lexer.cc (new_input): Fix error messages.
3751
3752         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3753         If SAFE, evaluate in safe-module.  Change callers.
3754
3755         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3756
3757         * lily/lexer.ll (embedded_scm): While processing main-input,
3758         invoke ly_parse_scm with safe mode if running in safe-mode.
3759         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3760         in init.ly for safe-mode.
3761
3762 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3763
3764         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3765         compatibility with old versions of geometry.sty (compat2
3766         already implied includehead).
3767         Change the page layout slightly so bottom + footskip = top +
3768         headheight + headsep = 16mm, the remaining paperheight-32mm
3769         are used for the music. Increase footskip to 5mm, so the top of
3770         the footer text doesn't touch the music.
3771
3772 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3773
3774         * VERSION: release 2.1.16
3775         
3776         * scm/music-functions.scm (determine-split-list): bugfix: only use
3777         new-active for both voices if both indexes advance. This fixes the
3778         biggest outstanding problem with new-pc. 
3779
3780         * lily/new-part-combine-iterator.cc (construct_children): set more
3781         directions.
3782
3783 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3784
3785         * scripts/convert-ly.py (conv): add instrument rule.
3786
3787         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3788
3789         * lily/side-position-interface.cc: remove add_staff_support ()
3790         Change all callers to use staff-padding.
3791
3792         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3793         make_spanner().
3794
3795         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3796
3797         * lily/text-engraver.cc: remove scriptHorizontal property.
3798
3799         * lily/beam.cc (least_squares): also set least-squares-dy for
3800         special case of slanted 2-stem beam to center.
3801
3802         * lily/side-position-interface.cc (out_of_staff): move contents of
3803         out_of_staff into aligned_side.
3804         remove out_of_staff().
3805
3806         * input/regression/measure-grouping.ly: fix warning.
3807
3808         * lily/side-position-interface.cc: add staff-padding support to
3809         Side_position_interface::aligned_side.
3810
3811         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3812         one get_property too many.
3813
3814         * flower/include/drul-array.hh (linear_combination): new function
3815         (scale_drul): new function
3816
3817         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3818         operations on empty intervals are silly.
3819
3820 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3821
3822         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3823         (iso gh_scm2int), fixes crash in new part-combiner.
3824
3825         * configure.in: Up mftrace to 1.0.27.
3826
3827 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3828
3829         * VERSION: release 2.1.15
3830         
3831         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3832         align all stanza numbers.
3833
3834 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3835
3836         * Documentation/user/{introduction.itely,refman.itely,
3837         converters.itely}: fix some text inside parentheses; text should
3838         be readable (even) if parentheses are either replaced with commas 
3839         or dropped out.
3840
3841 2004-01-25  Werner Lemberg  <wl@gnu.org>
3842
3843         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3844         input/test/vaticana.ly, input/test/ancient-font.ly,
3845         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3846         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3847         ly/params-as-init.ly, scm/define-grobs.scm,
3848         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3849
3850         * ly/params-as-init.ly: Removed.  Obsolete.
3851         * buildscripts/lilypond.words.py: Updated.
3852
3853 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3854
3855         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3856
3857         * mf/feta-din{4,5,7,9}.mf: remove.
3858         
3859         * lily/engraver.cc (internal_make_item): centralize item/spanner
3860         factory.
3861
3862         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3863         do correct chord conversion for ^"sim."  (backportme)
3864         (FatalConversionError.sub_articulations): substitute ^"foo" in
3865         chords too. (backportme)
3866
3867         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3868         for Fingering.
3869
3870         * lily/side-position-interface.cc (out_of_staff): don't do
3871         anything if staff-padding not defined. 
3872
3873         * mf/feta-params.mf (stafflines): introduce linethickness as
3874         general blackness of the font.
3875
3876         * lily/stem.cc (position_noteheads): rounding error robustness.
3877
3878         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3879         from beam-collision.ly 
3880
3881         * lily/beam.cc (rest_collision_callback): remove direction.
3882
3883         * scm/define-grobs.scm (all-grob-descriptions): remove
3884         enclose-bounds in OttavaBracket and PianoPedalBracket
3885
3886         * scm/new-markup.scm (def-markup-command) new macro, which takes
3887         care of defining the COMMAND-markup and make-COMMAND-markup
3888         procedures, setting markup-signature and keyword-signature object
3889         properties, and pushing the markup command in
3890         markup-function-list.
3891
3892         All markup commands are defined thanks to it.  Users may also use
3893         it to define their own markup commands. (Nicolas Sceaux)
3894
3895         * scm/new-markup.scm: Scheme style clean-up: there should be no
3896         parenthesis alone on a line; LET* should not be used where LET is
3897         enough. (Nicolas Sceaux)
3898
3899 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3900
3901         * scripts/filter-lilypond-book.py: Add script.
3902
3903 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3904
3905         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3906
3907 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3908
3909         * Documentation/user/refman.itely (Fingering instructions): add
3910         single note chords. 
3911
3912         * lily/multi-measure-rest-engraver.cc: use a single
3913         MultiMeasureEvent for mm rests. This prevents problems with the
3914         new part combiner.
3915
3916         * scm/music-functions.scm (determine-split-list): analysis has
3917         global effect: a difference halfway a phrase makes the entire
3918         phrase be typeset as apart.
3919         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3920
3921 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3922
3923         * ly/performer-init.ly: add Devnull.
3924
3925         * Documentation/user/refman.itely (Font selection): remove paper20
3926         ref.
3927         
3928 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3929
3930         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3931
3932 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3933
3934         * scm/music-functions.scm (determine-split-list): bugfixes.
3935
3936         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3937
3938         * input/test/scales-greek.ly: use C as base, results in different
3939         alterations at the clef.
3940
3941         * input/regression/pedal-ped.ly: new file.
3942
3943         * input/regression/pedal-bracket.ly: new file.
3944
3945         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3946         replace after_line_breaking()
3947
3948         * lily/line-interface.cc (line): read thickness.
3949         (line): dash-fraction = 0 always for dotted-line style.
3950
3951         * input/test/staff-lines.ly (lower): bugfix.
3952
3953         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3954         \accepts Devnull into Score.
3955
3956         * scm/lily.scm: remove bla.scm load.
3957
3958 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3959
3960         * VERSION: release 2.1.14
3961         
3962         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3963
3964         * lily/side-position-interface.cc (general_side_position): add
3965         Staff_symbol_referencer::staff_space ().
3966
3967         * lily/include/context-def.hh: rename from translator-def.hh
3968
3969 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3970
3971         * input/template/piano-dynamics.ly (pedal): Updated definition of
3972         Dynamics such that \cresc works, for example.
3973
3974 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3975
3976         * lily/stem.cc (calc_stem_info): use
3977         Staff_symbol_referencer::staff_space
3978
3979         * lily/beam-quanting.cc (quanting): scale Stem_info 
3980
3981         * lily/beam.cc (rest_collision_callback): use minimum-distance
3982         property for rest/beam collisions.
3983         (rest_collision_callback): bugfixes.
3984
3985         * lily/system.cc (post_processing): extra-offset is now relative
3986         to the size of the current staff.
3987
3988         * scm/music-functions.scm (notice-the-events-for-pc): record all
3989         voices, only analyze "one" and "two".
3990
3991         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3992         not parent. 
3993
3994         * lily/new-part-combine-iterator.cc (construct_children): create
3995         Devnull from Voice context
3996
3997         * scm/music-functions.scm (determine-split-list): bugfixes.
3998
3999         * lily/lily-guile.cc (robust_scm2int): new function
4000
4001         * lily/staff-symbol-referencer.cc (line_thickness): new
4002         function. Use throughout.
4003
4004         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4005         in its own context.  Add to preset font-size.
4006
4007         * lily/stem.cc (thickness): new function.
4008
4009         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4010         compute thickness from ledger-line-thickness.
4011
4012         * lily/note-head.cc (brew_ledger_lines): use
4013         Staff_symbol::get_ledger_line_thickness ().
4014
4015         * lily/beam.cc (rest_collision_callback): use
4016         Staff_symbol_referencer::staff_space().
4017
4018         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4019         Mus1 Mus2
4020
4021         * lily/include/translator.hh (class Translator): add accepts_list_
4022         so  \with { \denies / \accepts } also works.
4023
4024         * scm/music-functions.scm (determine-split-list): determine split
4025         list from music events.
4026
4027         * lily/new-part-combine-iterator.cc: more states.
4028
4029         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4030
4031 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4032
4033         * lily/system.cc (set_loose_columns): use the right prebroken cols
4034         for interpolating loose column position.
4035
4036         * lily/text-spanner.cc (brew_molecule): default to no vertical
4037         lines.
4038
4039         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4040         take space.
4041
4042         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4043
4044 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4045
4046         * scripts/convert-ly.py: Do not test filename when processing
4047         stdin.
4048
4049         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4050
4051 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4052
4053         * lily/axis-group-engraver.cc (finalize): extra check; if
4054         process_music () is never called, then staffline_ == 0.
4055
4056         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4057         check run_always ().
4058         
4059         * VERSION: release 2.1.13
4060
4061         * input/regression/note-head-style.ly (pattern): cleanup.
4062
4063         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4064         downloading.
4065
4066         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4067         kludge rehearsalmark placement.
4068
4069         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4070         , ly:spanner?
4071
4072         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4073         close to note head for accidentals.
4074
4075         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4076         tuplet direction.
4077
4078         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4079
4080 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4081
4082         * lily/include/music-iterator.hh (class Music_iterator): add
4083         substitute_outlet() to iterator API.
4084
4085         * lily/new-part-combine-iterator.cc (construct_children):
4086         New_pc_iterator: new class, better part combining.
4087
4088         * lily/tie-column.cc (werner_directions): new function
4089
4090         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4091
4092         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4093         empty objects group spanner as parent
4094
4095         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4096         slope against graphical slope.
4097
4098         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4099         for ottava bracket.
4100
4101         * lily/side-position-interface.cc (general_side_position):
4102         opps. reinstate *dir.
4103
4104         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4105         parser run.
4106
4107         * lily/tuplet-bracket.cc: remove calc_dy ().
4108
4109         * Documentation/user/refman.itely (Balloon help): document balloon
4110         help
4111
4112 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4113
4114         * scm/document-backend.scm (check-dangling-properties): Grob
4115         properties are defined define-grob-properties.scm.
4116         
4117 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4118         
4119         * VERSION: release 2.1.12
4120
4121         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4122         ChordName
4123
4124         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4125         relation to surroundings.
4126
4127         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4128         Y-extent to the note-extents: stay clear of the staff.
4129
4130 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4131
4132         * Documentation/user/GNUmakefile
4133         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4134         iso. copy.
4135
4136         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4137
4138         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4139
4140         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4141
4142         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4143
4144         * lily/line-interface.cc (line): remove thickness from calling interface.
4145
4146         * lily/hairpin.cc: use Line_interface
4147
4148         * lily/line-interface.cc: new file. Line_interface for everything
4149         with dotted/dashed lines.
4150         
4151
4152         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4153
4154         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4155         for constructing ottava brackets.
4156         
4157         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4158         the note heads.
4159
4160         * Documentation/user/internals.itely (Engravers and performers):
4161         fix broken link.
4162
4163         * scm/music-functions.scm (make-mark-set): new function.
4164
4165         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4166         functionally identical to beam.
4167
4168         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4169         () with beam (). 
4170
4171         * Documentation/user/refman.itely (Rehearsal marks): document new
4172         functionality.
4173
4174         * input/regression/rehearsal-mark-number.ly: new file.
4175
4176         * input/regression/rehearsal-mark-letter.ly: new file.
4177
4178         * scm/translation-functions.scm (number->mark-string): new function
4179         (format-mark-letters): new function
4180         (format-mark-numbers): new function
4181
4182         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4183         integer; formatting is done through markFormatter property.
4184         
4185         * scm/define-translator-properties.scm: fold all *-done properties
4186         into positioning-done.
4187
4188         * lily/beam.cc (position_beam): new function
4189         (brew_molecule): make sure that positions are calced before making
4190         the molecule.
4191
4192         * scm/output*.scm (beam):  take 4th argument for function.
4193
4194         * ps/music-drawing-routines.ps: take blot as 4th argument.
4195
4196         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4197         stem to avoid small dents.
4198         
4199 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4200
4201         * VERSION: release 2.1.11
4202
4203         * input/regression/balloon.ly: new file.
4204
4205         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4206         objects, and make help texts. 
4207
4208         * scm/new-markup.scm (parse-simple-duration): parse duration
4209         string to log & dots. (Thanks Nicolas!)
4210
4211         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4212         rule.
4213
4214 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4215
4216         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4217         Lemberg).
4218
4219         * THANKS: alphabetic order.
4220
4221 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4222
4223         * input/regression/note-head-harmonic.ly: new file.
4224
4225         * Documentation/user/internals.itely (Technical manual): explain
4226         difference between music, translation, layout.
4227
4228         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4229
4230         * scm/output-ascii-script.scm (bracket): rounding bfs.
4231
4232         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4233
4234         * ly/paper*.ly: remove files. 
4235         
4236         * scm/paper.scm (set-staff-size): new function: set default
4237         staff-size.
4238
4239         * scripts/convert-ly.py (conv): add conversion rule.
4240
4241         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4242         function.
4243
4244         * scm/paper.scm: new file.
4245         (set-staff-size): new function 
4246         (set-paper-size): new function
4247
4248         * lily/parser.yy (music_output_def_body): restructure definition,
4249         so first Scheme statement in \paper also happens in new scope. 
4250
4251         * lily/system.cc (post_processing): move uniquify_list () to
4252         dumping molecule stage.
4253
4254         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4255         this will mess up scores that use barchecks to shorten measures.
4256
4257         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4258         at 20pt too.
4259
4260         * Documentation/user/tutorial.itely (Printing lyrics): document
4261         \lyricsto
4262
4263         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4264
4265         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4266
4267         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4268         if Voice is not found.
4269
4270         * VERSION: release 2.1.10
4271         
4272         * input/{test,regression}/: remove old-relative 
4273
4274         * lily/lexer.ll: add empty markup signature. 
4275
4276         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4277         strut markup
4278
4279         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4280
4281         * scm/define-translator-properties.scm: update melismata property
4282         doco.
4283
4284         * lily/system.cc (output_lines): revert uniquify_list() patch,
4285         strange side effects seen.
4286         
4287         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4288         dash-period < 0.
4289
4290         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4291         for flute. 
4292
4293 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4294
4295         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4296
4297         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4298
4299         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4300         of line breaks.
4301         (brew_molecule): add padding to left, not right.
4302
4303         * lily/system.cc (uniquify_list): new function
4304         (output_lines): uniquify_list () on all-elements. This fixes
4305         double symbols in the output.
4306
4307         * lily/beam.cc (rest_collision_callback): don't move anything if
4308         staff-position is set.
4309
4310         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4311
4312         * lily/system.cc (typeset_grob): warn if adding twice.
4313
4314         * lily/sequential-iterator.cc (run_always): implement run_always().
4315         (also in other files.)
4316         
4317         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4318
4319         * lily/event.cc (to_relative_octave): add octave-check.
4320
4321         * Documentation/user/refman.itely (Line breaking): add noBreak.
4322
4323         * scm/new-markup.scm (normalsize-markup): add function.
4324         (sans-markup): new function.
4325
4326         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4327         come earlier nowadays.  This fixes beams on grace notes.
4328         
4329         * scm/music-functions.scm (direction-polyphonic-grobs): new
4330         variable, share between override and revert. This fixes script
4331         directions in polyphonic sections. (backportme)
4332
4333 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4334
4335         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4336         breakpoints.
4337
4338         * lily/break-align-interface.cc: add doco
4339
4340         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4341
4342 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4343
4344         * VERSION: release 2.1.9
4345
4346         * scm/document-markup.scm (markup-doc-node): add note about naming.
4347
4348         * scm/new-markup.scm (left-align-markup): bugfix. 
4349
4350         * Documentation/user/refman.itely (Ottava brackets): more doco for
4351         ottava.
4352
4353         * lily/side-position-interface.cc (out_of_staff): also do
4354         out_of_staff() correctly for d == DOWN.
4355
4356         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4357         horizontal line if they move to the right.
4358         
4359         * scm/define-grobs.scm (all-grob-descriptions): set
4360         text-repeat-if-broken for ottava spanner
4361
4362         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4363         property.
4364
4365         * mf/feta18.mf: design size is 18 not 22.5
4366
4367         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4368         Add a single LyricsVoice to a melody. Melismata may be set
4369         individually.
4370
4371         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4372
4373         * lily/dot-column.cc: add stdio.h
4374
4375 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4376
4377         * lily/item.cc: documentation for break-visibility (Thanks, John).
4378
4379 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4380
4381         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4382
4383         * lily/translator-def.cc: rename Translator_def to Context_def.
4384
4385         * Documentation/user/internals.itely (Lexical details): clarify
4386         string def.
4387
4388         * Documentation/user/refman.itely (Rhythmic music): add link to
4389         RhythmicStaff 
4390
4391 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4392
4393         * lily/translator.cc: document start_translation_timestep()
4394
4395         * scm/output-tex.scm (tex-encoded-fontswitch): use
4396         round for rounding (inexact->exact yields rationals)
4397
4398         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4399
4400         * lily/translator-group.cc (get_simple_trans_list): 
4401         new function; construct simple_trans_list_ lazily.
4402         
4403 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4404
4405         * lily/paper-outputter.cc (output_scope): Check if number before
4406         checking exact (guile cvs).
4407
4408         * scm/*: Escape backslashes in scheme strings (guile cvs).
4409
4410 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4411
4412         * Documentation/user/refman.itely (Tablatures basic): annotate
4413         seealso sections.
4414
4415         * lily/*.cc: cleanup of engraver initialize() functions.
4416
4417         * lily/repeat-acknowledge-engraver.cc
4418         (start_translation_timestep): remove first_b_
4419
4420         * lily/tab-note-heads-engraver.cc: listen to string number events
4421         inside < > too. (backportme).
4422
4423         * Documentation/user/refman.itely (Text scripts): add fatText to
4424         index.
4425
4426 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4427
4428         * VERSION: 2.1.8
4429
4430         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4431         footer.
4432
4433         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4434
4435         * lily/bar-check-iterator.cc (process): only warn if
4436         barCheckLastFail was changed.
4437
4438         * scm/define-translator-properties.scm (barCheckLastFail): add
4439         property.
4440
4441         * lily/main.cc (main_prog): print summary of failed files.
4442
4443         * lily/axis-group-engraver.cc: move all spanner creation to
4444         process_music (). Now staffs can be adjusted with \override too.
4445         (Jan, you are a brilliant programmer!)
4446         
4447         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4448
4449 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4450
4451         * Documentation/user/tutorial.itely (Integrating text and music):
4452         Show the commands to produce a PDF as well.
4453
4454 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4455
4456         * lily/translator-def.cc (get_translator_names): accept user
4457         tweaks too. 
4458
4459         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4460         as big as normal heads. 
4461
4462         * input/*ly: run convert-ly
4463         
4464         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4465         () if dependencies are fluked.
4466
4467         * scm/document-translation.scm (engraver-doc-string): update on
4468         latest string/symbol conventions.
4469
4470         * lily/translator-ctors.cc: use Scheme_hash_table.
4471
4472         * lily/translator-def.cc (get_translator_names): new function
4473         (add_context_mod): new function
4474         (get_accepted): new function
4475
4476         * lily/parser.yy (context_mod): put all modifications of
4477         \translator { } in a single production, encode as SCM.
4478
4479         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4480         to use read-only lists, so additions to the definition can be
4481         prepended easily.  
4482
4483         * Documentation/user/invoking.itexi (Editor support): add node on
4484         editor support.
4485
4486         * Documentation/user/refman.itely (Bar check): add lyrics example
4487         of bar checks. 
4488
4489         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4490
4491         * scripts/convert-ly.py (conv): add conversion rule.
4492
4493         * lily/parser.yy: use \change iso. \translator for staff switch.
4494
4495         * lily/my-lily-lexer.cc: add \change.
4496
4497         * scm/define-translator-properties.scm
4498         (default-melisma-properties): add definition.
4499
4500 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4501
4502         * Documentation/user/refman.itely (Bar lines): clarification of
4503         systemStartDelimiter. 
4504
4505         * input/test/slur-shape.ly (x): remove file.
4506
4507         * lily/translator-group.cc (apply_property_operations): new function.
4508
4509 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4510
4511         * lily/parser.yy (optional_prop_ops): allow \with {
4512         PROPERTYSETTINGS } following \context or \new.
4513
4514         * lily/my-lily-lexer.cc: add \with.
4515
4516         * lily/parser.yy (property_operation): clean up definition of
4517         property operations.
4518         (property_op_to_music): new function.
4519         (context_spec_music): new function
4520
4521         * VERSION: 2.1.7 released.
4522         
4523         * input/regression/collision-merge-dots.ly: new file.
4524
4525         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4526         then kill the dots too. 
4527
4528         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4529         set/unset breakableSeparationItem
4530
4531         * lily/separation-item.cc (relative_width): add function.
4532
4533         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4534         only-prebreak-interface
4535
4536         * lily/system.cc (output_lines): only junk only-prebreak-interface
4537         grobs.
4538
4539         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4540         read breakableSeparationItem
4541
4542         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4543
4544         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4545
4546         * lily/dot-column.cc (dot_config_badness): new function:
4547         select the best scoring dot configuration: dots should go close to
4548         the note heads, but be shifted up or down according to conventions.
4549         (print_dot_configuration): idem.
4550         (shift_one): idem
4551         (remove_collision): idem.
4552
4553         * input/regression/dots.ly: add more test cases.
4554
4555 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4556
4557         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4558
4559         * flower/include/interval.hh: rename elem_b to contains 
4560
4561         * lily/tie.cc: change 'heads to 'head-pair.
4562
4563         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4564         fill in 'heads field.
4565
4566         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4567         minimum-length for short ones, and shorten so collisions with the
4568         next syllable are avoided.
4569
4570         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4571         near-zero slopes.
4572         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4573
4574         * lily/dots.cc: remove quantized_position callback. All Y
4575         positioning is done by dot-column.cc
4576
4577         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4578         exhaustive test of all dot positions. This fixes disappearing dots
4579         in dotted chords.
4580
4581 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4582
4583         * mf/feta-klef.mf (test_staff): fatten up G clef
4584         (test_staff): fatten up f clef.
4585         
4586
4587 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4588
4589         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4590         * input/les-nereides.ly: Use latin1 characters for title, like
4591         Morgenlied.
4592
4593 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4594
4595         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4596         cmb10).
4597
4598         * lily/lyric-extender.cc (brew_molecule): add little space before
4599         extender line.
4600
4601         * lily/beam-quanting.cc (score_forbidden_quants): check if
4602         outer stafflines fall in any beam gaps.
4603
4604         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4605         for lyric texts.
4606
4607 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4608
4609         * VERSION: 2.1.6 released.
4610
4611         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4612         this shows the demerits of a user-defined beam position pair.
4613
4614         * scm/define-grobs.scm (all-grob-descriptions): set
4615         beamed-extreme-minimum-free-lengths to a different value.
4616
4617         * lily/scm-option.cc: add debug-beam scm-option
4618
4619         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4620
4621 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4622
4623         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4624
4625         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4626         space after barline.
4627
4628         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4629
4630         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4631         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4632         the other case, take standard column-breakable spacing. Do not
4633         warn about "no spacing wishes".
4634
4635         This fixes wide spaces after barlines in very loose lines.
4636
4637         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4638
4639 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4640
4641         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4642         acknowledge_grob lyric-syllable, not lyric-text.
4643
4644         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4645         dashes of length #'length separated by #'dash-period. 
4646
4647         * lily/lyric-extender.cc (brew_molecule): idem
4648
4649         * lily/multi-measure-rest.cc (big_rest): idem
4650
4651         * lily/system-start-delimiter.cc (simple_bar): idem
4652
4653         * lily/bar-line.cc (simple_barline): use rounded box
4654
4655         * VERSION: release 2.1.5
4656
4657         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4658         music): move note about dvips to more visible place.
4659
4660         * lily/lyric-phrasing-engraver.cc: move from
4661         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4662         lyric-phrasing-engraver.hh)
4663         
4664         * lyric-align.ly: remove file
4665         
4666         * scripts/convert-ly.py (FatalConversionError.func): add removal
4667         rule for automaticMelismata
4668
4669         * ly/engraver-init.ly (ScoreContext): switch on
4670         New_phrasing_engraver by default.
4671
4672         * lily/slur-engraver.cc (class Slur_engraver):
4673         process_acknowledged_grobs -> process_music.
4674         (try_music): signal melismata correctly.
4675
4676         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4677         word-space, right-trim-amount, and extend past right bound only
4678         for note heads.
4679
4680         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4681         lyric-extender support: add note-heads to the extender
4682         automatically.
4683
4684         * lily/parser.yy: extender is now post_event. 
4685
4686         * lily/accidental-engraver.cc (number_accidentals): remove
4687         spurious warning about non-parent contexts.
4688
4689         * lily/music-output-def.cc (assign_translator): \translator { }
4690         for a Foo context implicitly redefines \FooContext.
4691
4692         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4693         fixes.
4694
4695         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4696         doubly in slur weight. 
4697
4698         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4699         combination.
4700
4701         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4702         staffbar distance.
4703
4704         * scripts/lilypond.py (global_latex_preamble): crank down size of
4705         the margins. Now there is a 12 mm top and bottom margin, which
4706         should correspond with the printable area of modern printers.
4707
4708         This enlarges the music height of the printable page a little.
4709
4710         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4711         signs. Use \markup instead.
4712         (accreg_pen): tweak for accordeon asterisk.
4713
4714 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4715
4716         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4717
4718         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4719
4720         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4721
4722         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4723
4724         * scm/define-grobs.scm (all-grob-descriptions): change
4725         StanzaNumber description: make side support, i.s.o. breakable.
4726         use Instrument_name_engraver for texts in the margin.
4727
4728         * scm/define-translator-properties.scm: remove
4729         melismaEngraverBusy, stz property.
4730
4731         * *.cc: naming: change empty_b () into is_empty ()
4732
4733         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4734
4735         * input/regression/lyric-phrasing-new.ly: new file.
4736
4737         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4738         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4739         melismata are now left-aligned.
4740
4741 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4742
4743         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4744
4745         * mf/feta19.mf: remove.
4746         
4747         * mf/feta-klef.mf (test_staff): more tweaks
4748
4749         * mf/feta-toevallig.mf: more small size tweaks.
4750
4751         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4752         rests for smaller sizes.
4753
4754         * mf/feta-bolletjes.mf: fix cross heads.
4755
4756         * VERSION: release 2.1.4
4757         
4758         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4759         deprecated #'ancient font family
4760
4761         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4762         it is a string or number.
4763
4764         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4765         change calling convention of stem-attachment function. 
4766
4767         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4768
4769         * mf/feta-autometric.mf: dump WX/WY fields too
4770         
4771         * mf/parmesan-heads.mf: idem.
4772
4773         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4774         attachment coordinates.
4775
4776         * lily/note-head.cc (stem_attachment_coordinate): read stem
4777         attachment from the notehead glyphs WX/WY fields.
4778
4779         * lily/include/font-metric.hh (struct Font_metric): add methods
4780         get_indexed_wxwy (), make a distinction between looking up by
4781         index and ASCII  
4782
4783         * mf/feta-bolletjes.mf: rewrite note head MF code.
4784         (test_outlines): make heads more rotund for smaller sizes. 
4785
4786 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4787
4788         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4789         throughout. Font scaling fixes throughout.
4790
4791         * mf/feta-sleur,slur.mf: remove. 
4792
4793         * mf/feta-slag.mf: rewrite.
4794
4795 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4796
4797         * VERSION: release 2.1.3
4798
4799         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4800
4801         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4802
4803         * lily/mark-engraver.cc (process_music): fix mark
4804         \default. (backportme)
4805
4806         * stepmake/stepmake/automatically-generated.sub.make (default):
4807         use -n for head/tail commands. 
4808
4809         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4810         heads with the same pitch.
4811
4812 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4813
4814         * lily/recording-group-engraver.cc (finalize): set protected_scm
4815         member to '() before finalizing.
4816
4817         * lily/translator-group.cc (finalize): remove removal_processing () 
4818
4819         * lily/recording-group-engraver.cc: new engraver: record
4820         synchronized start & end times for each music object.
4821
4822         * lily/parser.yy (toplevel_expression): execute score rendering
4823         during parsing. Cleanup output-filename handling; this is no
4824         longer done with global variables.
4825         (translator_spec_body): allow \type modification too.
4826
4827         * lily/score.cc:  ly:run-translator: new function
4828         (LY_DEFINE): ly:render-output new function.
4829
4830         Separate interpreting and rendering, and make available as
4831         functions at Scheme level.
4832
4833 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4834
4835         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4836         (musicxml-node->string):
4837         (xml-node->string):
4838         (music-to-musicxml): New function.
4839
4840 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4841
4842         * VERSION: 2.1.2 released
4843
4844         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4845
4846         * scm/font.scm (paper20-font-vector): discouple font design sizes
4847         from sizes specified in .ly file: store all design sizes of a font
4848         in a single vector.
4849
4850         * lily/font-select.cc (get_font_by_design_size): new function
4851
4852         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4853         add parmesan,feta in sizes 14 and 18.
4854         
4855         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4856
4857         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4858         of fontSize: this now sets font-size
4859
4860 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4861
4862         * VERSION: 2.1.1 released
4863         
4864         * Documentation/user/refman.itely (Tuning objects): add note about
4865         concurrent tweaks in different contexts. 
4866
4867         * lily/tie-engraver.cc (acknowledge_grob): use
4868         Staff_symbol_referencer::get_position iso. reading staff-position
4869         directly.
4870
4871         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4872         currentMusicalColumn as left span-point for bracket. The bracket
4873         is too long when there are accidentals.
4874
4875 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4876
4877         * buildscripts/lilypond-profile.sh,
4878         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4879         Thanks to Reuben Thomas <rrt@mupsych.org>
4880
4881 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4882
4883         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4884         Wurbel <wurbel@univ-tln.fr>.
4885
4886 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4887
4888         * scripts/midi2ly.py: Add space after chords.
4889
4890 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4891
4892         * input/regression/{many}: add few @code{ ... }.
4893
4894 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4895
4896         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4897         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4898         Removed cmbx5, cmbx6 (which are included in teTeX)
4899         and cmbxti14 which is not used in fonts.scm.
4900
4901 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4902
4903         * lily/midi-item.cc: fine tune quarter tones.
4904
4905 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4906
4907         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4908         new function, warn how many cents are missing in fine tuning.
4909
4910 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4911
4912         * input/bugs/rhytmicstaff-tie.ly: add file.
4913
4914         * THANKS: Create skeleton for 2.1.
4915
4916 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4917
4918         * input/test/bar-lines.ly (TODO): dashed "|".
4919
4920 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4921
4922         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4923         input/regression/tie-chord.ly: Fix spell for tying.
4924
4925         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4926
4927         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4928         new file (renamed, see above).
4929
4930         * Documentation/user/lilypond-book.itely
4931         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4932         * input/example-1.ly input/example-2.ly input/example-3.ly
4933         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4934         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4935         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4936         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4937         * scripts/lilypond-book.py scripts/lilypond.py
4938         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4939         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4940
4941         * Documentation/user/lilypond.tely: update version.
4942
4943         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4944         Remove extra spaces in each @node, fixes spaces.
4945
4946 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4947
4948         * scripts/lilypond-book.py (output_dict): Add definition of
4949         \lilypondbook also for LaTeX output. Solves several bug reports.
4950
4951 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4952
4953         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4954
4955 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4956
4957         * input/test/transposition.ly: Fix key signatures, given in comments.
4958
4959 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4960
4961         * scm/midi.scm (instrument-names-alist),
4962         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4963
4964 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4965
4966         * input/test/temporary-stave.ly (texidoc): New example based on an
4967         email question from Ralph Little.
4968
4969 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4970
4971         * VERSION: release 2.1.0
4972         
4973         * lily/note-performer.cc (try_music): accept busy-playing-event.
4974
4975         * lily/swallow-perf.cc (try_music): return false for
4976         busy-playing-event and melisma-playing-event.
4977
4978 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4979
4980         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4981         >> in \score.
4982
4983 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4984
4985         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4986         that articulation_substitute will not move beam start again.
4987         (articulation_substitute): Bugfix: remove stray space so that new
4988         old chords ending '>>' does not get broken up.
4989         (sub_chord): Use TAB for indentation (not spaces).
4990         
4991         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4992         Bugfix for startup: Use ?^ instead of ?\^.
4993
4994 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4995
4996         * lily/lyric-combine-music-iterator.cc
4997         (Lyric_combine_music_iterator): change init order, to prevent GC
4998         segfaults.
4999
5000         * lily/context-specced-music-iterator.cc (construct_children): 
5001         only change  translator if found. This fixes a core dump problem.
5002
5003 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5004
5005         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5006         comparison.
5007
5008         * mf/feta-bolletjes.mf: make hole in half note little
5009         smaller for stem attachment.
5010
5011         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5012
5013         * mf/feta-banier.mf: don't draw stem with flag, just small square
5014         attachment.
5015
5016         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5017
5018         * mf/feta-banier.mf: remove upstem/downstem characters.
5019
5020         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5021
5022         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5023         stafflinethickness (in the default)
5024
5025         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5026
5027         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5028
5029         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5030
5031         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5032
5033         * lily/include/directional-element-interface.hh:
5034         junk class, make {get,set}_grob_direction functions.
5035
5036         * lily/slur.cc (get_attachment): do something sensible when
5037         attaching to stem without heads (eg. a rest).
5038
5039         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5040         forcing up to staff.  remove #'support-head property
5041         (brew_molecule): small cleanup.
5042         (flag): remove #'grace property.
5043
5044 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5045
5046         * cygwin/postinstall-lilypond.sh: 
5047         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5048         (Volker Zell).
5049
5050 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5051
5052         * scripts/lilypond-book.py: resurrect 'eps' option. 
5053         (TexiPaper.to_eps): use -Ppdf for EPS files.
5054
5055         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5056
5057         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5058
5059         * VERSION: release 2.0.1
5060
5061         * lily/bezier.cc (get_other_coordinate): change assert into
5062         warning.
5063
5064         * lily/note-head.cc (internal_brew_molecule): make left protusion
5065         smaller, to accomodate for natural sign.
5066         (internal_brew_molecule): only do this when the accidental is
5067         close enough.
5068         (extent): new function
5069
5070         * lily/skyline.cc (merge_skyline): new function
5071         (heighten_skyline): new function
5072
5073         * lily/accidental-placement.cc (position_accidentals) 
5074         (position_accidentals): fix todo.
5075
5076 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5077
5078         * input/test/+.ly (texidoc): put version number inline.
5079
5080         * GNUmakefile.in: remove rsync-web target.
5081         
5082         * input/regression/bar-scripts.ly (onestaff): raggedright
5083
5084 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5085
5086         * lily/*.cc: remove #if 0'd code in couple of places.
5087
5088         * lily/midi-stream.cc (operator <<): rewrite.
5089
5090         * lily/note-head.cc (internal_brew_molecule): 
5091         only make ledgers when the Staff symbol has lines.
5092
5093         * ly/property-init.ly (arpeggioBracket): simplify
5094
5095         * lily/translator-group.cc (execute_pushpop_property): use
5096         SCM_EQ_P for comparing keys. This fixes reverting
5097         auto-beam-settings.
5098
5099 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5100 *
5101         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5102         midi_debug_global_b.
5103         (operator <<): Normalise loop.
5104
5105 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5106
5107         * scripts/lilypond.py (escape_path): revise.
5108
5109         * scm/music-functions.scm (set-output-property): new function.
5110         
5111 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5112
5113         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5114         use addmakeflags again.
5115
5116         * cygwin/lily-wins.py (escape_shell): New function; use it.
5117
5118         * scripts/lilypond.py (escape_shell): Escape quotes and other
5119         spaces too.  Do not escape escaping backslashes.
5120
5121         * make/srcdir.make.in (web-install): Must call install-WWW now.
5122
5123         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5124         dependency
5125
5126 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5127
5128         * scripts/lilypond.py (escape_path): escape quotes too. 
5129
5130         * Documentation/user/lilypond.tely (Unified index): rename Index
5131         to accomodate Windows breakage.
5132
5133         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5134
5135         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5136         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5137         target not a source.
5138
5139 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5140
5141         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5142         addmakeflags.  Build and install doc and web also when building on
5143         Cygwin.
5144
5145         * mf/GNUmakefile: Bugfix.
5146
5147         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5148         target web.
5149
5150         * cygwin/lily-wins.py: Quote filename.
5151
5152 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5153
5154         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5155
5156 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5157
5158         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5159         settings.
5160
5161         * configure.in: Require g++ > 3.0.4.
5162
5163         * mf/GNUmakefile: Bugfix: Add list.ly target.
5164         
5165         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5166
5167         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5168         make omf directory, add uninstall targets.
5169
5170 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5171
5172         * lily/tie-performer.cc (initialize): init prev_event
5173
5174         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5175
5176         * lily/script-engraver.cc (make_script_from_event): don't crash on
5177         non-string articulation-type.
5178
5179         * lily/new-fingering-engraver.cc (add_script): don't crash on
5180         0 scripts 
5181         (acknowledge_grob): warn about text script events.
5182
5183 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5184
5185         * buildscript/lilypond.words: fix path for drums.scm.
5186
5187 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5188
5189         * lily/spacing-spanner.cc (note_spacing): don't make longer
5190         durations than measure-length.
5191
5192         * VERSION: release 2.0.0
5193
5194         * GNUmakefile.in (rsync-web): version independent rsync target.
5195
5196         * input/test/+.ly (texidoc): idem.
5197
5198         * input/regression/+.ly: print version number.
5199
5200         * input/regression/accidentals.ly (mel): shorten.
5201
5202         * input/regression/accidental-octave.ly (texidoc): shorten.
5203
5204         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5205
5206         * input/regression/completion-heads-polyphony.ly: octave
5207
5208         * input/regression/beam-manual.ly: remove
5209
5210         * input/regression/beam-chord.ly: remove
5211
5212         * input/regression/grace-dynamic.ly: remove
5213         
5214         * input/regression/grace-volta-repeat.ly: octave fixes.
5215
5216         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5217
5218         * lily/parser.yy (step_number): semitones for chord entry too.
5219         (make_chord_step): more robust code, semitones. 
5220
5221         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5222
5223         * input/regression/breathing-sign.ly (texidoc): split ancient and
5224         normal breathing signs.
5225
5226         * scm/define-grobs.scm (all-grob-descriptions): swap
5227         beamed-extreme-minimum-free-lengths and
5228         beamed-minimum-free-lengths; the 'extreme' case should allow
5229         shorter stems. This fixes forced directions on beamed 32nd and
5230         shorter notes.
5231
5232         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5233         quartertones, not semitones.
5234         (NoteNamesContext): swallow more event types
5235
5236         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5237
5238         * VERSION (PACKAGE_NAME): release 1.9.10
5239
5240 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5241
5242         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5243         set note head as cause of note-column.  This gives a better error
5244         message.
5245
5246 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5247
5248         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5249
5250 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5251
5252         * mf/GNUmakefile (pfa_warning): instruct 
5253
5254         * stepmake/aclocal.m4: typo.
5255
5256         * Documentation/user/cheatsheet.itely: more verbose examples.
5257
5258         * input/regression/clefs.ly: remove bogus docstring.
5259
5260 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5261
5262         * GNUmakefile.in (SUBDIRS): Add elisp.
5263
5264         * elisp/lilypond-mode.el: 
5265         * elisp/lilypond-init.el: 
5266         * elisp/lilypond-indent.el: 
5267         * elisp/lilypond-font-lock.el: Move from top dir.
5268
5269         * stepmake/stepmake/elisp-vars.make: New file.
5270
5271         * config.make.in (elispdir): Add.
5272
5273         * Documentation/topdocs/INSTALL.texi: Typo.
5274
5275         * make/ly-rules.make: Test for files instead of touching void and
5276         ignoring errors.
5277
5278         * GNUmakefile.in:
5279         * make/lilypond.redhat.spec.in:
5280         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5281         <builddir>, adding
5282         
5283              (push "<builddir>/share/lilypond/elisp" load-path)
5284
5285         to your ~/.emacs.el should give you LilyPond-mode again.
5286
5287         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5288         regexp for DOS/Windows, we are too paranoid to fix others.
5289
5290 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5291
5292         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5293
5294         * input/test/chord-names-jazz.ly (banterProperties): fix
5295
5296         * lily/parser.yy (bass_mod): bass figure alterations are semi
5297         tones, not quarter tones
5298
5299         * lily/beam.cc (set_stem_lengths): only lengthen stems
5300         for gapped beams.
5301
5302         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5303         by beamcount.
5304
5305         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5306         a warning that the warning may erroneous.
5307
5308         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5309         target.
5310
5311         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5312         targets.
5313
5314         * GNUmakefile.in ($(config_h)): config.h should depend on
5315         config.hh.in .
5316         (lilypond.words): remove fontball stuff.
5317
5318         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5319
5320         * configure.in: remove pktrace reference.
5321
5322         * GNUmakefile.in (rsync-web): permissions and ownership for
5323         website.
5324
5325         * lily/volta-engraver.cc (staff_eligible): new function.
5326         (stop_translation_timestep): kill off spanners if not eligible.
5327
5328         * VERSION (PATCH_LEVEL): release 1.9.9
5329
5330         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5331
5332         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5333         length is more important than forbidden quants.
5334         
5335 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5336
5337         * buildscripts/lilypond.words: order words in search order,
5338         add lilypond.words.vim to be generated.
5339
5340         * lilypond.vim: use lilypond.words.vim for keyword matching.
5341
5342         * lilypond-mode.el: use search order. fix word selection rules.
5343
5344         * lilypond-font-lock.el: fix fontifying long durations.
5345
5346         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5347
5348 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5349
5350         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5351
5352         * stepmake/stepmake/generic-targets.make:
5353         * stepmake/stepmake/bin/make-version.py: 
5354         * stepmake/aclocal.m4:
5355         * make/stepmake.make:
5356         * make/toplevel-version.make: Build fixes: remove last traces of
5357           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5358
5359         * lily/beam.cc: Add gap-count property.
5360
5361 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5362
5363         * scm/define-grob-properties.scm (gap-count): add gap-count
5364
5365         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5366
5367 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5368
5369         * cygwin/mknetrel.doc: Typo.
5370
5371         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5372
5373         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5374
5375 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5376
5377         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5378         sizes. Remove support for 'ledger'(=tabloid+landscape).
5379
5380 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5381
5382         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5383         sauter PFAs.
5384
5385         * configure.in: remove VERSION stuff once again.
5386
5387         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5388
5389         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5390         for chord names.
5391
5392         * mf/GNUmakefile: always trace pfa fonts.
5393         (SAUTER_FONTS): add cmss[567] too fonts
5394
5395         * configure.in: require mftrace. 
5396
5397         * lily/staff-performer.cc (new_instrument_string): don't look at
5398         instrument property.
5399
5400         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5401         is_direction is the C++ one. Similar for ly_axis_p and
5402         ly_number_pair_p
5403
5404 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5405
5406         * lily/beam.cc (brew_molecule): read gap-count to determine
5407         number of tremolo (gapped) beams.
5408
5409         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5410         shorter than 1/8
5411
5412         * flower/include/array.hh (default_compare): new function
5413
5414         * cygwin/mknetrel: Native fixes.
5415
5416         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5417
5418 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5419
5420         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5421         feature for Windows.
5422
5423         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5424
5425         * cygwin/mknetrel: Updates for native use on Cygwin.
5426
5427         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5428
5429         * stepmake/stepmake/help2man-rules.make: 
5430         * cygwin/mknetrel: Bugfix for manpages.
5431
5432         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5433         $(builddir).  Stepmake is a normal subdirectory now, that is not
5434         configured.  Another srcdir build fix.
5435
5436         * Documentation/topdocs/INSTALL.texi,
5437         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5438         lilypond-init.el, lilypond-mode.el, debian/rules,
5439         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5440         rename generated file lilypond.words to lilypond.words.el.
5441
5442 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5443
5444         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5445
5446         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5447         GNUmakefile.in.
5448
5449 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5450
5451         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5452         when cross building.
5453
5454         * configure.in: srcdir build fix.
5455
5456         * cygwin/GNUmakefile:
5457         * cygwin/lily-wins.py:
5458         * cygwin/postremove-lilypond.sh: 
5459         * cygwin/postinstall-lilypond.sh: Merge from stable.
5460
5461         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5462         s/ly2dvi/lilypond/.
5463
5464 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5465
5466         * lily/slur.cc (after_line_breaking): only set control points if
5467         none supplied yet.
5468
5469         * input/test/slur-manual.ly: new file.
5470
5471         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5472         <<  >> chords too.
5473
5474         * VERSION (PACKAGE_NAME): release 1.9.8
5475
5476         * scripts/lilypond.py (escape_path): escape spaces in directory names
5477
5478         * input/test/text-spanner.ly: fixes.
5479
5480 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5481
5482         * buildscripts/lilypond.words.py: add drum names as note names to
5483         Emacs-mode.
5484
5485 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5486
5487         * input/regression/hairpin-dashed.ly: new file.
5488
5489         * scripts/convert-ly.py (conv): warn about dash-length.
5490
5491         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5492         automatically if we get a new one.
5493
5494         * lily/lookup.cc (dashed_line): new function
5495
5496         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5497         dash-fraction.
5498
5499 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5500
5501         * buildscripts/lilypond.words.py: extract note names.
5502
5503         * lilypond-mode.el: take note names from lilypond.words -file.
5504         small fix in the use of string-match.
5505
5506         * lilypond-font-lock.el: use lilypond.words for note names, add 
5507         maxima to note a duration.
5508
5509 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5510
5511         * lily/breathing-sign.cc: remove railtracks() function. 
5512
5513         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5514
5515         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5516         (brew_molecule): bugfix don't make arpeggio shorter when
5517         arpeggio-direction is set.
5518
5519         *  debian/rules: small corrections in the (Pedro K)
5520
5521         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5522         examples.
5523
5524         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5525         special (repeat) bar comes along.
5526
5527         * input/regression/auto-beam-bar.ly: update.
5528
5529         * scripts/lilypond-book.py (output_dict): remove support for the
5530         EPS option.
5531
5532         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5533         VerticalAlignment and VerticalAxisGroup this fixes the size
5534         computations for the entire system.
5535  
5536         * input/les-nereides.ly (bass): remove superfluous fontSize.
5537
5538         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5539         causes directory of file to be added to include path.
5540
5541         * input/regression/beam-break.ly: test single stem beams.
5542
5543         * input/regression/system-start-bracket.ly: fix.
5544
5545         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5546
5547         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5548
5549         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5550         (score_stem_lengths): do something sensible for single stem beams.
5551
5552         * lily/beam.cc (least_squares): add kludge for single stem beams.
5553
5554         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5555         keySignature to list of broken things.
5556
5557         * input/regression/keys.ly: fix.
5558
5559         * VERSION (PACKAGE_NAME): release 1.9.7
5560
5561         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5562
5563         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5564
5565         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5566         (quartertone_pitch): new function
5567
5568         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5569         flat. WARNING: FONT CHANGED.
5570
5571         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5572
5573         * lily/accidental-placement.cc (add_accidental): support for
5574         quarter tones.
5575
5576         * ly/LANGUAGEs.ly: use symbols for alterations.
5577
5578         * mf/feta-toevallig.mf: change accidental codes. 
5579
5580         * scm/lily.scm (ly:get-option): switch on debugging only for
5581         --verbose.
5582
5583         * lily/lily-guile.cc: remove ly:verbose?
5584
5585         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5586
5587         * lily/parser.yy (TODO): only do gh_call() for apply with
5588         procedure argument.
5589
5590         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5591         stuff in accordance with new timing of tie-events.
5592
5593         * lily/my-lily-lexer.cc: remove \outputproperty
5594
5595         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5596
5597         * scm/define-translator-properties.scm (melismaBusyProperties):
5598         add melismaBusyProperties property.
5599
5600 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5601
5602         * input/test/ambitus-mixed.ly (texidoc): new file.
5603
5604         * buildscripts/mutopia-index.py (find): prune debugging
5605
5606         * lily/side-position-interface.cc: doc updates
5607
5608         * Documentation/user/refman.itely: updates, tweaks.
5609
5610         * lily/parser.yy (Simple_music): remove outputproperty
5611
5612         * make/stepmake.make: use VERSION again; importing VERSION via
5613         autoconf dependencies is too hairy.
5614
5615 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5616
5617         * lilypond-mode.el: allow `-' for keywords and identifiers.
5618
5619 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5620
5621         * VERSION: release 1.9.6
5622         
5623         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5624         iso. ly2dvi.
5625
5626         * Documentation/user/*.itely: fixes everywhere
5627
5628         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5629         produce ties from the engraver itself, do not broadcast TieEvent.
5630
5631         * lily/my-lily-lexer.cc: remove pitch & duration.
5632
5633         * lily/parser.yy (TODO): remove \pitch and \duration
5634
5635         * input/test/explicit.ly: remove file.
5636
5637         * Documentation/user/refman.itely (Pitches): remove \pitch 
5638         \duration command.
5639
5640 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5641
5642         * buildscripts/lilypond.words.py: add all slur types to Emacs
5643         insertion menu, suppose everything is postfixed by dropping 
5644         unnecessary `-' -marks.
5645
5646 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5647
5648         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5649         tremoloed stems.
5650
5651         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5652         head for flagged stems.
5653
5654         * lily/stem.cc (get_default_stem_end_position): futz with extra
5655         stem length if there is a stem tremolo.
5656
5657         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5658         it would be too small.
5659
5660         * lily/font-metric.cc: return #f for non-existent glyph.
5661         
5662         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5663         exported through config.make.
5664
5665         * input/regression/clef-oct.ly: new file.
5666
5667         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5668         transposition.
5669
5670         * input/template/*.ly: remove old relative.
5671
5672         * ly/english.ly: add X names for double sharp.
5673
5674 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5675
5676         * lily/font-select.cc: new file handle font selection routines.
5677
5678         * lily/parser.yy: add ; (Patrick Atamaniuk)
5679
5680         * input/test/time-signature-double.ly: use markups for double time
5681         sigs.
5682
5683         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5684         ChordNames.SeparationItem #'padding for adjusting space after chords.
5685         
5686         * lily/music-output-def.cc (LY_DEFINE): 
5687         new function ly:paper-lookup.
5688         
5689         * mf/parmesan-clefs.mf: use # quantities for char_box
5690         offsets. Fixes overflow errors in the PFA. 
5691
5692         * scm/new-markup.scm (strut-markup): change calling interface for
5693         markup. Pass paper-def, not grob. This would allow \markup to be
5694         used separately from grobs.
5695
5696         * lily/paper-def.cc: new function ly:paper-font; this function
5697         replaces ly:get-font.
5698
5699         * lily/include/font-interface.hh (struct Font_interface): take
5700         Paper_def iso. Grob for get_font().
5701
5702 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5703
5704         * Documentation/user/ tutorial.itely, refman.itely: add warning
5705         about \key and accidentals.
5706
5707 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5708
5709         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5710
5711         * Documentation/user/*.itely: manual tweaks
5712
5713 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5714
5715         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5716         cleanup; bugfix: exact_center
5717
5718         * Documentation/user/refman.itely: added more documentation on
5719         ambitus according to recent questions on lilypond-user list
5720
5721 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5722
5723         * input/regression/ottava.ly (texidoc): demo 15ma too.
5724
5725         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5726
5727         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5728         octave fixes.
5729
5730 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5731
5732         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5733         problems on older Mac editors.
5734
5735 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5736
5737         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5738
5739 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5740
5741         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5742         mf/parmesan-clefs.mf: added comments on character alignment and
5743         set_char_box() conventions
5744
5745         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5746         set_char_box()'s
5747
5748         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5749
5750 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5751
5752         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5753
5754 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5755
5756         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5757         shortened to avoid almost-collision with staff line; code cleanup;
5758         other custodes: fixed char boxes; code cleanup
5759
5760 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5761
5762         * configure.in: release 1.9.5
5763         
5764         * scripts/lilypond.py (global_latex_preamble): only set
5765         twosideshift if 'twoside' is in latexoptions 
5766
5767         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5768
5769         * VERSION: remove
5770
5771         * scripts/*2ly.py: update <> syntax
5772
5773 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5774
5775         * lily/chord-name-engraver.cc (process_music): add origin for
5776         chord name.
5777
5778         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5779
5780         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5781         bass notes for exceptions too.
5782
5783         * scm/define-grobs.scm (all-grob-descriptions): rename
5784         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5785
5786         * scm/define-grob-properties.scm (remove-first): add remove-first
5787         property for orchestral scores.
5788
5789         * Documentation/user/*.itely: switch <<>> and <> 
5790
5791         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5792         last_line only once. This fixes the two consecutive glissandi problem.
5793
5794 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5795
5796         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5797         error message "flexa-width undefined"
5798
5799         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5800         lily/include/gregorian-ligature.hh: print warning when ignoring
5801         head prefixes on flexa shapes
5802
5803         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5804         space before a series of inclinatum heads
5805
5806         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5807         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5808         cleanups
5809
5810         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5811         and char_box
5812
5813 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5814
5815         * input/regression/breathing-sign.ly: tiny fixes
5816
5817         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5818         semantical collision with vaticana ligatures
5819
5820         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5821         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5822         now consistent with mensural ligatures
5823
5824         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5825         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5826         context pitches and staff position; dto. for virga stem; removed
5827         obsolete virga and clivis characters from parmesan font (WARNING:
5828         font changed)
5829
5830         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5831         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5832
5833         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5834         scm/define-grob-properties.scm: consistency fix: renamed
5835         join_left->add_cauda
5836
5837         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5838         appendix length; bugfix: yoffs_bt for reverse direction punctum
5839         characters
5840
5841         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5842         small cleanups; added more docu
5843
5844         * lily/mensural-ligature-engraver.cc,
5845         lily/vaticana-ligature-engraver.cc,
5846         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5847         computation to CoherentLigatureEngraver
5848
5849         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5850         scm/define-grob-properties.scm: bugfix: added missing linea and
5851         cavum properties; bugfix: removed dead semivocalis property
5852
5853         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5854         length; redesigned quilisma, stropha and auctum
5855
5856         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5857         line thickness
5858
5859         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5860         Documentation/user/refman.itely: bugfix: introduced shifted
5861         epiphonus head to avoid collision with adjacent plica
5862
5863 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5864
5865         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5866
5867         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5868
5869 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5870
5871         * Documentation/user/tutorial.itely (A lead sheet): remove
5872         duplicate chords.
5873
5874         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5875
5876 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5877
5878         * Documentation/bibliography/computer-notation.bib (isbn): add
5879         xivcim publication.
5880
5881 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5882
5883         * GNUmakefile.in: drop lilypond.words for generation.
5884
5885 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5886
5887         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5888
5889         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5890
5891 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5892
5893         * input/test/figured-bass-alternate.ly (fl): new file.
5894
5895         * Documentation/topdocs/README.texi (Top): clarifications.
5896
5897         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5898         theses of Gieseking and Renz.
5899
5900         * GNUmakefile.in (README_FILES): remove README.mandrake.
5901
5902 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5903
5904         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5905         from source files and search patterns listed in the script.
5906
5907         * GNUmakefile.in: add target `lilypond.words'.
5908
5909         * lilypond.words: remove file, generated by `make lilypond.words'.
5910
5911         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5912
5913 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5914
5915         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5916
5917 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5918
5919         * VERSION: 1.9.4 released
5920
5921         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5922         rule for < > <-> << >> substitution
5923
5924         * lily/lexer.ll: exchange meaning of << >> and < > 
5925
5926         * VERSION (PACKAGE_NAME): 1.9.3 released
5927
5928         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5929         pages unconditionally.
5930
5931 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5932
5933         * Documentation/user/music-glossary.tely (Top): small syntax
5934         fixes.
5935
5936         * scm/music-functions.scm (remove-tag): filter \tagged music
5937         expressions.
5938
5939         * input/regression/tag-filter.ly (texidoc): new file.
5940
5941         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5942         symbol2 .. ) etc. 
5943
5944         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5945         convert rule.
5946
5947         * Documentation/user/refman.itely (Fingering instructions): adjust
5948         manual.
5949
5950         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5951         for borderline cases (e.g. 1 fingering.)
5952         (position_scripts): revise interface, use fingerOrientations to
5953         set fingering positions.
5954
5955         * scm/document-translation.scm (context-doc): add aliases to
5956         automated documentation.
5957
5958         * make/lilypond-vars.make: remove stepmake compat glue.
5959
5960         * make/generic-vars.make: remove cruft.
5961
5962         * lily/main.cc (main): don't identify binary.
5963
5964 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5965
5966         * lily/include/translator.hh (class Translator): remove
5967         type_string_ , use symbol for context name throughout.
5968         Changes through whole source tree.
5969
5970         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5971         set PDF as default, and always make PDF.
5972
5973         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5974
5975 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5976
5977         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5978         Documentation/user/refman.itely input/regression/allfontstyle.ly
5979         input/regression/grace-types.ly:
5980         fix spelling for acciaccatura (Webster's 1913).
5981
5982 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5983
5984         * lily/main.cc (usage): adjust blurb, include url.
5985
5986         * input/regression/breathing-sign.ly (texidoc): transpose up
5987
5988 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5989
5990         * input/regression/breathing-sign.ly: changed ancient examples to
5991         be relevant (by request of Han-Wen); updated BreathingSign text
5992         property according to new syntax.
5993
5994         * ly/gregorian-init.ly: updated BreathingSign text property
5995         according to new syntax
5996
5997 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5998
5999         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6000         (Clef): index entries for clefs.
6001
6002         * python/lilylib.py (system): remove errorlog files.
6003         
6004 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6005
6006         * lilypond.words: add \new and new graces. Add dynamics to menus
6007         keeping 1.8.x compatibility; after all the engraving relating to 
6008         notes becomes postfixed `-' marks will be removed.
6009
6010 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6011
6012         * lily/molecule.cc (align_to): idem.
6013
6014         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6015         
6016         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6017         accacciatura everywhere.
6018
6019         * VERSION (PACKAGE_NAME): released 1.9.2
6020
6021         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6022
6023         * scm/document-markup.scm (markup-doc-node): sort markup function
6024         list.
6025
6026         * lily/paper-outputter.cc (output_version): change "Lily was here"
6027         into  "Engraved by LilyPond"
6028
6029         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6030         on unquoted strings before \notenames.
6031
6032         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6033         increases the number of s/r reductions to 4.
6034
6035         * scm/new-markup.scm (fraction-markup): \fraction command.
6036
6037         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6038         mode
6039
6040         * lily/lookup.cc (round_filled_box): rename function.
6041         (LY_DEFINE): round-filled-box: change signature.
6042
6043         * Documentation/user/refman.itely: revise section explaining grace
6044         notes.
6045
6046         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6047         ly:set-context-property
6048
6049         * input/*/*.ly (vmus): use \new everywhere.
6050
6051         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6052
6053         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6054         default
6055
6056         * scm/music-functions.scm (set-stop-grace-properties)
6057         (set-start-grace-properties, add-grace-property): new functions
6058         for modular grace tweak control.
6059
6060         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6061         
6062 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6063
6064         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6065
6066         * GNUmakefile.in (install-pfa-fonts):
6067         (get-pfa-fonts): New target.
6068
6069         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6070         install-pfa-fonts help.
6071
6072 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6073
6074         * lily/translator-scheme.cc (LY_DEFINE):
6075         ly:context-pushpop-property new function.
6076         (LY_DEFINE): new function ly:translator-find  
6077         new function ly:translator?
6078         (LY_DEFINE): new function ly:context?
6079
6080         * lily/translator-def.cc: remove
6081         Translator_def::apply_pushpop_property().
6082
6083         * python/lilylib.py (read_pipe): only store and display error log
6084         if verbose not set.
6085         (read_pipe): only display log if it contains something.
6086
6087 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6088
6089         * Documentation/misc/GNUmakefile: Re-add.
6090         (TEXTS): Add CHANGES.
6091
6092 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6093
6094         * lilypond.words: add \newcontext.
6095
6096 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6097
6098         * lily/tie-performer.cc (stop_translation_timestep): only flush
6099         tied_notes when we have actually made a tie. Fixes bugs with ties
6100         in polyphonic scores.
6101
6102 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6103
6104         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6105         they do not exist.
6106
6107 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6108
6109         * VERSION (PACKAGE_NAME): released 1.9.1 
6110
6111         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6112         Instrument_name_engraver
6113
6114         * lily/tie-performer.cc (create_audio_elements): bugfix
6115
6116         * Documentation/user/music-glossary.tely (Top): comment out
6117         font-style statements.
6118
6119         * input/test/force-hshift.ly: revise example.
6120
6121         * Documentation/bibliography/engraving.bib (note): typos.
6122
6123         * configure.in: bump GCC requirements to 3.x
6124
6125         * lily/include/audio-item.hh (class Audio_tie): rename
6126         note_l_drul_ to note_drul_
6127
6128         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6129
6130         * lily/parser.yy (relative_music): whoops. All \relative were off
6131         by ...  a lot .... Ahem.
6132
6133         * scm/define-music-types.scm (music-descriptions): idem.
6134
6135         * lily/beam-engraver.cc: move new-beam-event to beam-event
6136
6137         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6138         to Tie_engraver
6139
6140         * input/regression/bar-number.ly: remove unnecessary old-relative
6141         options.
6142         
6143         * Documentation/user/internals.itely (Creating contexts): document
6144         \newcontext
6145
6146         * lily/parser.yy (Composite_music): add \newcontext
6147
6148         * Documentation/user/refman.itely (MIDI block): add note about
6149         dotted tempos.
6150
6151         * scm/font.scm: remove old markup legacy
6152
6153         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6154
6155         * lily/breathing-sign.cc (brew_molecule): remove function
6156
6157         * lily/text-item.cc: remove old-style markups.
6158         (interpret_markup): C++ version of markup function
6159         (brew_molecule): idem.
6160
6161         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6162         as Scheme variable.
6163
6164         * scripts/convert-ly.py (conv): dashes rule.
6165         Apply rule.
6166
6167         * Documentation/user/lilypond-book.itely: syntax fixes. 
6168
6169 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6170
6171         * VERSION (PACKAGE_NAME): release 1.9.0
6172
6173         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6174         note about dvips. (Should backport.)
6175
6176         * scripts/convert-ly.py
6177         (FatalConversionError.articulation_substitute): add
6178         convert-new-chords code. Remove convert-new-chords.py
6179
6180         * Documentation/user/refman.itely (Octave check): document
6181         \octave.
6182
6183         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6184         \relative changes.
6185
6186         * lily/parser.yy (command_element): octave check:
6187
6188            \octave PITCH
6189
6190         checks that PITCH (without octave) yields PITCH (with octave) in
6191         \relative
6192
6193         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6194
6195         * lily/scm-option.cc: ly:set-option now has the default argument
6196         #t.
6197
6198         * lily/lexer.ll: add \renameinput
6199
6200         * python/lilylib.py (command_name): robustifications.
6201
6202         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6203         /dev/stderr. This is ash compatible.
6204
6205         * ly/init.ly: add warning if compatibility was not necessary.
6206
6207         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6208
6209         * flower/include/string-handle.icc: formatting cleanups, rename
6210         references by ref_count_.
6211
6212 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6213
6214         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6215         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6216         package libs separately, fix conflicting php variable out=/dev/vc/
6217         invoking `unset out', declare menus, use only one icon-file, fix
6218         doc-path in menu.
6219
6220 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6221
6222         * scripts/convert-ly.py (FatalConversionError.conv): typo
6223
6224         * Documentation/misc/GNUmakefile: restore misc directory.
6225
6226         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6227
6228         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6229         Petites-Preludes 
6230
6231         * input/test/partial-blank.ly (quickmeasure): syntax
6232
6233         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6234         attachment property.
6235
6236         * Documentation/user/refman.itely: remove superfluous -'s 
6237         (Grace notes): ) fixes.
6238
6239         * lily/music.cc: generic compress(), transpose() functions. Remove
6240         others.
6241
6242         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6243         style markup entry.
6244
6245         * lily/parser.yy: all articulations postfix; remove obligatory -
6246         for [,  ) and \!
6247         
6248         * lily/music.cc (to_relative_octave): write generic
6249         to_relative_octave function; various relative cleanups.
6250         Hmmm.
6251
6252         * lily/scm-option.cc: add options new-relative and old-relative
6253
6254         * po/sv.po: new po file.
6255
6256         * Documentation/user/refman.itely (Dynamics): website
6257         fixes. (should backport!)
6258
6259 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6260
6261         * make/lilypond.mandrake.spec.in: declare version only once.
6262
6263 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6264
6265         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6266         meaning for now.
6267
6268 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6269
6270         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6271
6272         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6273
6274         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6275
6276         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6277
6278         * lily/music.cc (var): add ly:music-transpose function.
6279
6280         * lily/parser.yy (pre_events): remove prefix articulations.
6281
6282         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6283
6284         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6285
6286         * Documentation/user/refman.itely (Text markup): add comment about
6287         markup in header.
6288
6289 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6290
6291         * lily/paper-outputter.cc (write_header_fields_to_file): 
6292         only dump value if it is a string.
6293
6294         * flower/include/dictionary.hh: remove.
6295         
6296         * Documentation/ChangeLog-1.5: add back old log.
6297
6298         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6299         .pfas from a .deb.
6300
6301 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6302
6303         * Documentation/bibliography/engraving.bib: add entry for
6304         Jaschinski's Notation
6305
6306 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307
6308         * Documentation/user/refman.itely (Beaming): add note about
6309         allowBeamBreak
6310
6311 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6312
6313         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6314         GregorianTranscription contexts
6315
6316         * ly/engraver-init.ly: vaticana contexts: minor fixes
6317
6318         * Documentation/user/refman.itely (Ancient notation): added note
6319         on appendix length bug
6320
6321         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6322         input/test/vaticana.ly: use vaticana contexts; small fixes
6323
6324 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6325
6326         * flower/hash.cc: Remove.
6327
6328         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6329         to (nonexistent?) hash_func_ identifier.
6330
6331         * python/midi.c (midi_error, midi_warning): Use char const* for
6332         __FUNCTION__ argument.
6333
6334         * python/gettext.py: Remove.  We already require python 2.1, which
6335         includes gettext.py.
6336
6337         * configure.in: Require python 2.1, as INSTALL.texi says.
6338         it.
6339
6340         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6341         versions 1.50 and 1.75.  Remove note about lexer patch.
6342
6343 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6344
6345         * Documentation/topdocs/INSTALL.texi: Update type1 font
6346         description to actual situation.  Add comment about new font ball
6347         layout.
6348
6349         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6350         in $LILYPONDPREFIX suffices for installation.
6351
6352 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6353
6354         * debian/control (Build-Depends): Add flex-old as alternative to
6355         flex.  Deprecate bison 1.75.
6356
6357 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6358
6359         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6360         Vaticana contexts
6361
6362         * Documentation/user/refman.itely (Ancient notation): documented
6363         some bugs; tiny fixes; added docu on Vaticana contexts
6364
6365         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6366         scripts
6367
6368 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6369
6370         * Documentation/user/refman.itely (Ancient notation): added some
6371         introductory words; added section on ancient time signatures;
6372         added some @seealso and @refcommands; small fixes and
6373         beautifications
6374
6375 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6376
6377         * input/regression/note-head-style.ly: many fixes and updates
6378
6379         * Documentation/user/refman.itely: added small sections on ancient
6380         accidentals, rests and flags; revised ancient note head section;
6381         small wording/spelling fixes
6382
6383         * input/test/rests.ly: layout fixes
6384
6385 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6386
6387         * input/puer-fragment.ly: bugfix: central C position of do clef
6388
6389         * ly/gregorian-init.ly: workaround: add small padding space before
6390         divisiones (the correct fix would be the spacing engine to handle
6391         this)
6392
6393 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6394
6395         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6396         cue-notes.ly: minor fixes.
6397
6398 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6399
6400         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6401         input/test/custos-style.ly
6402
6403         * Documentation/index.html.in: bugfix: link to Tutorial.html
6404
6405         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6406         to neumes; bugfix: "et": epiphonus, not just a simple pes
6407
6408 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6409
6410         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6411
6412         * lilypond.words: add new features: markup, column, center, \[ \].
6413         
6414 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6415
6416         * Documentation/topdocs/NEWS.texi, DEDICATION,
6417         stepmake/bin/add-html-footer.py
6418         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6419         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6420         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6421         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6422         added (only) after a sentence which is complete; if the sentence is 
6423         not ended a comma `,' or nothing is used. fix also spaces.
6424
6425 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6426
6427         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6428         requirements to plain 1.6.
6429
6430         * buildscripts/mutopia-index.py (read_lilypond_header): update
6431         mutopia-index.py to 1.4 syntax [sic]
6432
6433 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6434
6435         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6436
6437 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6438
6439         * Documentation/index.html.in: url for regression pdf
6440
6441         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6442
6443         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6444
6445         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6446
6447         * VERSION: 1.8.0 released
6448         
6449         * GNUmakefile.in (local-WWW-post): footify build fix.
6450
6451         * configure.in: require GUILE 1.6.4
6452
6453         * Documentation/user/GNUmakefile: don't copy *.png for
6454         lilypond-internals
6455
6456         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6457         local-WWW-post target.
6458         (rsync-web): add rsync-web target
6459
6460         * Documentation/user/introduction.itely (Music notation and
6461         engraving): add neume example
6462
6463         * input/puer-fragment.ly (cantus): add puer-fragment
6464
6465 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6466
6467         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6468         to notes, so that equalizer is actualy being used.
6469
6470         * scm/midi.scm (instrument-equalizer-alist):
6471         (absolute-volume-alist): Define public, so that user can copy or
6472         override.
6473
6474         * lily/key-performer.cc (create_audio_elements): Check for minor
6475         key.  Only if key is minor, set MIDI key to minor.
6476
6477 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6478
6479         * Documentation/user/refman.itely (Hiding staffs): fixes.
6480
6481         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6482
6483         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6484         vertical extents to deal with Hara kiri correctly.
6485
6486         * input/regression/hara-kiri-short.ly: remove
6487
6488         * input/regression/hara-kiri-pianostaff.ly: update test.
6489
6490         * Documentation/user/*.tely: remove WEBTITLE
6491
6492         * scm/output-tex.scm (comment): idem.
6493
6494         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6495
6496         * scm/music-functions.scm (make-lyric-event): new function
6497
6498         * scm/lily.scm (lilypond-version): new function
6499
6500         * input/test/version-output.ly: new file.
6501
6502         * Documentation/user/lilypond.tely: add version number to
6503         front-page.
6504
6505 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6506
6507         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6508
6509 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6510
6511         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6512
6513         * Documentation/user/refman.itely (Hiding staffs): rename node.
6514
6515 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6516
6517         * input/regression/new-markup-syntax.ly (texidoc): remove
6518         molecule-callback override.
6519
6520 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6521
6522         * input/les-nereides.ly: Mark tweaks with %tweak.
6523
6524         * Debian patch, see debian/changelog (Anthony Fok).
6525
6526 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6527
6528         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6529         problem.
6530
6531 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6532
6533         * Documentation/user/refman.itely (Text markup): Fix language bug.
6534
6535 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6536
6537         * input/* : postfix syntax fixes.
6538
6539         * Documentation/user/refman.itely (Text markup): add note about
6540         raise/lower with ^ or _ .
6541         
6542         * po/fi.po: fix \\apply strings.
6543
6544         * lily/parser.yy (open_event): warn for prefix articulations.
6545
6546 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6547
6548         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6549         fix also on parmesan font.
6550
6551 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6552
6553         * VERSION 1.7.30 released
6554         
6555         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6556
6557         * buildscripts/mutopia-index.py (headertext): rewording
6558
6559 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6560
6561         * scm/new-markup.scm (strut-markup): new markup function.
6562
6563         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6564         space also when no accidental is there.
6565
6566 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6567
6568         * input/les-nereides.ly: Updates.
6569
6570 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6571
6572         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6573         which repeats the tag insertion selected from "Insert tag" menu.
6574
6575 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6576
6577         * lily/all-font-metrics.cc (find_font): load AFM files first only
6578         for feta fonts. This fixes problems with TeXlive and other TeX
6579         distros that include AFM files for the CM fonts. 
6580
6581         * scm/font.scm (qualifiers-to-font-name): remove.
6582
6583         * lily/paper-def.cc: remove get_var.
6584
6585         * input/trip.ly: remove file.
6586         
6587         * input/regression/spacing-note-flags.ly (raggedright): remove
6588         stafflinethickness
6589
6590         * input/les-nereides.ly: update to new syntax, cleanups.
6591
6592 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6593
6594         * Documentation/user/refman.itely: Clarify shortest-note problem
6595         of autobeamer.
6596
6597 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6598
6599         * lilypond-mode.el: Add each word to regexps only once.
6600
6601         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6602         is based on the syntax definitions in lilypond.words. Remove all 
6603         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6604         LilyPond->Insert menu is generated by the entries in lilypond.words 
6605         to which have been given a syntax definition.
6606
6607         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6608         \notes, \relative, \score, \simultaneous, \transpose.
6609
6610         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6611
6612         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6613         
6614         * lilypond-mode.el: add menu keywords separately.
6615
6616         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6617
6618 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6619
6620         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6621         current ugly installation method for PFA fonts.
6622
6623 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6624
6625         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6626         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6627
6628         * Documentation/user/music-glossary.tely: update legato.
6629
6630 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6631
6632         * lexer-gcc-3.0.patch: Remove.
6633
6634         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6635
6636 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6637
6638         * debian/rules (binary-arch): remove NEWS.
6639
6640 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6641
6642         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6643         stepmake/bin{ many }: polish the `--help's of different scripts;
6644         model taken from the core-utils of Linux.
6645
6646         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6647
6648 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6649
6650         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6651
6652         * flower/libc-extension.cc: idem.
6653
6654         * flower/include/libc-extension.hh: protect against isinf macros.
6655
6656 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6657
6658         * { many }: Use two uppercase letters in LilyPond.
6659
6660         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6661
6662         * VERSION: 1.7.29 released.
6663         
6664 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6665
6666         * lily/tie.cc: add TODO comment.
6667
6668         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6669
6670         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6671         linejoins and linecaps. This fixes problems with occasional spikes
6672         on slur/tie endings.
6673         
6674         * input/regression/font-name.ly: don't use PS fonts for
6675         compatibility reasons. 
6676
6677         * mutopia/claop.py (accents): update to 1.8
6678
6679         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6680
6681         * Documentation/user/macros.itexi: don't color glossary links.
6682
6683         * Documentation/user/invoking.itexi (Error messages): new section
6684
6685 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6686
6687         * input/regression/font-name.ly: add file.
6688
6689         * scm/document-backend.scm (grob-doc): remove <hr> from
6690         lilypond-internals
6691
6692         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6693         reqd version to 1.6.4 
6694
6695         * lily/font-interface.cc (get_font): bugfix: take font-name from
6696         alist chain too. This fixes font-name override for \markup.
6697
6698 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6699
6700         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6701
6702         * input/test/polymetric-differing-notes.ly: Compile fix.
6703
6704 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6705
6706         * Documentation/user/refman.itely: fixed typo
6707
6708         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6709         before flexa
6710
6711 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6712
6713         * input/test/{ many }: search & fix some typos.
6714
6715 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6716
6717         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6718         images.
6719
6720         * scm/music-functions.scm (make-voice-props-set): set Script /
6721         TextScript dir for polyphony too.
6722
6723         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6724         before clef.
6725
6726         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6727
6728 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6729
6730         * Documentation/user/refman.itely (Percussion): Small
6731         clarifications and fixes.
6732
6733         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6734         threads. This fixes different heads playing simultaneously.
6735
6736 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6737
6738         * Documentation/user/{ many }: increase readability (read through 
6739         User manual from `one big page').
6740
6741 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742
6743         * input/test/polymetric-differing-notes.ly: add example with
6744         disparate note values.
6745
6746         * input/test/polymetric.ly: rename from poly-metric
6747
6748         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6749         iso. outname.
6750
6751         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6752         G-clef bbox to real char extents. This fixes the G-clef being
6753         offset too much to the right.
6754         document perc clef offset.
6755
6756         WARNING: FONT CHANGED.
6757
6758         * Documentation/user/tutorial.itely (Tutorial): move menu.
6759
6760 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6761
6762         * buildscripts/lilypond-profile.sh (Error): trim error message.
6763
6764         * Documentation/user/invoking.itexi (Invoking the lilypond
6765         binary): add note about path.
6766
6767         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6768         suppresses superfluous spaces.
6769
6770 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6771
6772         * buildscripts/lilypond-profile.sh: Add documentation to error
6773         message.
6774
6775         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6776
6777 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6778
6779         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6780         <mike@ossmann.com>)
6781
6782         * Documentation/bibliography/computer-notation.bib (pages): prune
6783         unscientific language.
6784
6785         * Documentation/user/GNUmakefile: copy unsplit file to
6786         lilypond.html (idem for lilypond-internals).
6787
6788         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6789
6790         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6791
6792         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6793
6794         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6795         fix.
6796         
6797 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6798
6799         * Documentation/user/{ various }: bind text snippets with their
6800         examples, e.g. by punctuation: This is an example.
6801
6802 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6803
6804         * ly/performer-init.ly (VoiceContext): Typos.
6805
6806         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6807         builds, leave final-install to toplevel srcdir makefile.
6808
6809         * make/srcdir.make.in (install): New target.
6810
6811 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6812
6813         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6814         This fixes core dump on MIDI output (Simon Weatherill).
6815
6816         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6817         on local-WWW-post.
6818
6819 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6820
6821         * make/lilypond.redhat.spec.in: add dvips to reqs.
6822
6823 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6824
6825         * make/srcdir.make.in (web): Add special web target.
6826
6827         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6828         from inner $(LOOP).
6829
6830         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6831
6832         * stepmake/stepmake/generic-targets.make (www-targets-help):
6833         * GNUmakefile.in (web-install): Install in $(webdir).
6834
6835         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6836
6837         * cygwin/changelog: 
6838         * cygwin/mknetrel: Update.
6839
6840         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6841         (html-doc): Remove (use: web).
6842
6843         * stepmake/stepmake/script-rules.make: 
6844         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6845         Fix $(config_make) dependencies for srcdir build.
6846
6847         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6848         target for srcdir build.
6849
6850         * stepmake/make/stepmake.make: 
6851         * make/srcdir.make.in: 
6852         * GNUmakefile.in:
6853         * make/stepmake.make (config_make): Rename variable (was:
6854         configuration).
6855
6856 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6857
6858         * Documentation/user/internals.itely (Manipulating music
6859         expressions): run lilypond on example too.
6860
6861         * flower/include/libc-extension.hh: move lrint define to
6862         header. bugfix.
6863         
6864 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6865
6866         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6867         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6868         do we recurse whole tree?).
6869
6870         * GNUmakefile.in (html-doc): Resurrect.
6871
6872         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6873         obsolete $(package-icon) dependency.
6874
6875 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6876
6877         * Documentation/user/refman.itely (Automatic staff changes):
6878         add seealso 
6879
6880         * Documentation/index.html.in: link to bigpage.
6881
6882         * Documentation/user/tutorial.itely (Tutorial): streamline.
6883
6884         * Documentation/index.html.in: url typo.
6885
6886         * VERSION (PACKAGE_NAME): release 1.7.28
6887
6888         * python/lilylib.py (error_log): remove '/' from name.
6889
6890         * input/regression/pedal.ly: remove; dups input/test/
6891         
6892         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6893
6894         * Documentation/index.html.in: python style doco index.
6895
6896         * Documentation/{footer,header}.html.in (src): remove, 
6897
6898         * Documentation/pictures: remove all but lelie-logo.xpm.
6899
6900         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6901         before running makeinfo.
6902
6903         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6904         @code{}
6905
6906 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6907
6908         * input/test/bar-number-regular-interval.ly: rename.
6909
6910         * Documentation/user/*: various fixes. 
6911
6912 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6913
6914         * Documentation/{ many }: polish for update-all-menus. typos.
6915
6916         * po/fi.po: fixes.
6917
6918         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6919
6920         * buildscripts/mutopia-index.py: polish.
6921
6922         * input/regression/{ many }, input/test{ many }: polish texidocs.
6923
6924 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6925
6926         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6927         pedal-style
6928
6929         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6930         iso. edge-widen.
6931
6932         * lily/piano-pedal-engraver.cc (process_music): change from
6933         process_acknowledged ()
6934
6935         * lily/piano-pedal-bracket.cc: new file. Change
6936         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6937         cleaned up.
6938
6939         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6940
6941         * input/regression/tuplets.ly (texidoc): rename file.
6942
6943         * po/fr.po: update
6944
6945         * buildscripts/lilypond-profile.sh: error message if script is not
6946         sourced.
6947
6948         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6949         bracket-flare
6950         (make_bracket): simplify code.
6951
6952         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6953         argument.
6954
6955         * python/lilylib.py (lilypond_version_check): new function
6956
6957         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6958
6959         * scripts/ly2dvi.py (run_lilypond): add version check.
6960
6961         * scripts/lilypond-book.py (option_definitions): typo
6962
6963         * scripts/ly2dvi.py (include_path): typo
6964
6965         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6966
6967         * lily/parse-scm.cc (parse_handler): typo
6968
6969         * Documentation/user/macros.itexi: use @heading for headings.
6970
6971         * Documentation/user/refman.itely: updates, fixes.
6972
6973 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6974
6975         * po/fi.po: add Finnish translations. fixes.
6976
6977         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6978
6979         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6980         from lily/glissando-engraver.cc.
6981
6982 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6983
6984         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6985         for non-first _broken_ bracket.
6986
6987         * Documentation/user/refman.itely: corrections.
6988
6989 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6990
6991         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6992         support of the fingerings.
6993
6994         * po/fr.po: French translation update.
6995
6996         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6997         strings.
6998
6999 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7000
7001         * Documentation/user/introduction.itely: Small fixes.
7002
7003 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7004
7005         * Documentation/topdocs/AUTHORS.texi: polish.
7006
7007 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7008
7009         * Documentation/user/introduction.itely: revise
7010
7011         * Documentation/user/tutorial.itely: reorganise.
7012
7013         * Documentation/topdocs/index.tely: remove.
7014
7015         * Documentation/header.html.in: prune.
7016
7017         * GNUmakefile.in: clean up web building.
7018
7019         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7020         target.
7021
7022 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7023
7024         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7025
7026         * lilypond-mode.el: turn on blink-matching-paren.
7027
7028 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7029
7030         * scm/output-sodipodi.scm (svg-header): Fix typo.
7031
7032 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7033
7034         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7035         fixes a security hole.
7036
7037         * scripts/lilypond-book.py (original_dir): remove temp_dir
7038
7039         * scm/document-translation.scm: use @code tags.
7040
7041 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7042
7043         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7044
7045         * lilypond-mode.el: add a buffer-local post-command-hook to set
7046         context dependent syntax-table after each cursor event. Remove old
7047         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7048
7049         * lilypond-indent.el: update comments.
7050
7051         * Documentation/footer.html.in: add period.
7052
7053 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7054
7055         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7056
7057         * scm/document-translation.scm (document-property-operation): add
7058         @code{} tags.
7059
7060         * VERSION (PACKAGE_NAME): release 1.7.27
7061
7062         * config.make.in: add PAPER variable
7063
7064         * buildscripts/new-chords.py (help): add help text
7065
7066         * Documentation/user/introduction.itely (Typography and program
7067         architecture):  fixes.
7068
7069         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7070         for texinfo and dvips. This fixes problems with PDF output of the
7071         wrong size.
7072
7073         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7074         DVIPS_PAPERSIZE variable
7075
7076         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7077         TEXINFO_PAPERSIZE variable 
7078
7079 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7080
7081         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7082
7083         * mf/feta-toevallig.mf: lowres fixes.
7084
7085 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7086
7087         * NEWS: Typo and fill-paragraph fixes.
7088
7089         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7090         cast #define.
7091
7092         * configure.in: 
7093         * config.hh.in: Check for lrint.
7094
7095 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7096
7097         * VERSION: 1.7.26 released
7098
7099         * lily/separation-item.cc: add padding property.
7100
7101         * input/test/*.ly: various fixes, remove solo-a2.ly
7102
7103         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7104         bugfix. Fixes old-style markup compatibility.
7105
7106         * Documentation/user/introduction.itely (Introduction): historical
7107         elucidations
7108
7109         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7110
7111         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7112
7113         * Documentation/index.texi (Top): cleanup.
7114
7115         * Documentation/user/introduction.itely (Introduction): rewrite
7116         introduction, 
7117         (Music notation and  engraving): about notation. Add flat-picture
7118
7119 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7120
7121         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7122         separation items. This keeps lyrics from bumping into each other.
7123
7124 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7125
7126         * GNUmakefile.in (topdocs-web): New target.
7127         (local-web): Depend on topdocs-web; fixes html-doc.
7128
7129 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7130
7131         * po/lilypond.pot: run po-replace
7132
7133         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7134
7135         * scm/drums.scm (reset-drum-kit): new function.
7136
7137         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7138
7139         * scripts/update-lily.py: remove
7140         
7141         * VERSION: release 1.7.25
7142         
7143         * Documentation/user/introduction.itely (Introduction): rewrite
7144         start of introduction.
7145
7146 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7147
7148         * lily/all-font-metrics.cc: fixed typo
7149
7150 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7151
7152         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7153         LilyPond-mode-context-set-syntax-table): new functions to define
7154         the syntax table according to context.
7155
7156         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7157
7158 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7159
7160         * Documentation/user/refman.itely (Figured bass): 
7161         language nit courtesy http://www.vocabula.com
7162
7163         * GNUmakefile.in: remove no kpathsea hack.
7164
7165         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7166         doco.
7167
7168         * GNUmakefile.in: remove web-doc target.
7169
7170         * lily/all-font-metrics.cc (find_afm): add message about
7171         buildscripts/clean-fonts.sh 
7172
7173         * scm/define-music-properties.scm (figure): use string for 'figure
7174
7175         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7176
7177         * input/regression/ : add raggedright = ##t where applicable. 
7178         
7179         * scm/bass-figure.scm (make-bass-figure-markup): add
7180         alignBassFigureAccidentals property.
7181
7182         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7183         bracket.
7184
7185         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7186         syllables widths into account for minimum-length.
7187
7188         * input/test/staff-container.ly: update file
7189
7190         * input/test/stem.ly: remove
7191
7192         * lily/event.cc (LY_DEFINE): add ly: prefix.
7193
7194         * input/test/clef-manual-control.ly: from manual-clef
7195
7196         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7197
7198         * input/test/different-time-signatures.ly: move to poly-metric.ly
7199
7200         * input/test/hara-kiri*,scales.ly: remove
7201         
7202         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7203         with chord-names-jazz.ly)
7204
7205         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7206         get scalable cm fonts too.
7207
7208         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7209         --encoding for mftrace if present.
7210
7211         * input/regression/slur-area.ly: move from test/
7212
7213         * input/test/: remove simple-slur-endings slur-attachment
7214         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7215         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7216         slur-symmetry slur-symmetry tie-broken.ly
7217
7218         * scm/drums.scm (set-drum-kit): add function.
7219
7220         * Documentation/user/refman.itely (Percussion staves): use
7221         set-drum-kit
7222
7223         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7224         too
7225         (Global_measure.set_timesig): handle 3/8 time sig too.
7226
7227         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7228         note about triangle note heads.
7229
7230         * scm/drums.scm: use alist for instrument-settings. This fixes the
7231         bug with assigning to drums in the .ly file.
7232
7233         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7234         CHANGED.
7235
7236         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7237         cluster-beacon-interface
7238
7239         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7240
7241         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7242
7243         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7244
7245         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7246         to get positions.
7247
7248         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7249         make ClusterSpannerBeacon to record Y positions. This removes the
7250         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7251         make cluster-note-events.
7252
7253 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7254
7255         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7256
7257         * configure.in: Use lily/main.cc as identifying source file.
7258
7259         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7260
7261         * config.hh.in: 
7262         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7263
7264         * configure.in: Require PYTHON >= 2.0.
7265
7266         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7267           $PYTHON for include dir location.
7268         (STEPMAKE_PYTHON): New function.  Use
7269         
7270             PYTHON=foo ./configure
7271
7272           to override.
7273
7274 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7275
7276         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7277         something.
7278
7279         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7280         ftp.lilypond.org everywhere.
7281
7282 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7283
7284         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7285         detected.
7286
7287         * Documentation/user/refman.itely (Grace notes): note on explicit
7288         contexts
7289
7290 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7291
7292         * lilypond-font-lock.el: add a comment about LilyPond specific
7293         escape characters: ^, - and _, in the syntax table.
7294
7295         * Documentation/user/appendices.itely: a majuscule fix.
7296
7297 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7298
7299         * input/test/trills.ly (endHorizScript): fixes.
7300
7301         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7302         notation, move from regression.
7303
7304         * input/test/script-stack.ly: change name from stacked-scripts
7305
7306         * input/test/ossia.ly: octave errors.
7307
7308         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7309         for midi-volume-equaliser
7310
7311 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7314         cm fonts.
7315
7316         * mf/feta-beugel.mf: don't multiply font_count by 10.
7317
7318         * lily/lookup.cc (horizontal_line): new function. Use
7319         horizontal-line in output backends.
7320
7321         * Documentation/user/tutorial.itely (An orchestral part): new
7322         section on orchestral stuff and identifiers.
7323
7324 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7325
7326         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7327         some interference to other modes.
7328
7329 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7330
7331         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7332         not maximum of spacing wishes in polyphonic situations.
7333
7334         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7335         number
7336
7337         * lilypond-indent.el: remove paren matching. 
7338
7339         * lily/text-item.cc (interpret_new_markup): new function
7340         use iso. text2molecule.
7341
7342         * lily/main.cc (notice): change FSF address 
7343
7344         * po/de.po: update PO file to 1.6.
7345
7346 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7347
7348         * Documentation/user/ {many}: Add periods and remove spaces.
7349         
7350 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7351
7352         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7353         Disable buffer-locally default paren hook and make a new one. 
7354
7355         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7356         locally LilyPond-paren-mode. Add todo for mouse double-click.
7357
7358 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7359
7360         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7361         Disable buffer-locally default paren idle timer and make a new one. 
7362
7363         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7364         locally LilyPond-show-paren-mode. Add to menu a toggle for
7365         LilyPond-show-paren-function.
7366
7367 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7368
7369         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7370
7371 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7372
7373         * Documentation/user/refman.itely: spelling fix.
7374
7375         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7376         paren highlight function definitions. add todo for
7377         LilyPond-show-paren-mode.
7378
7379 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7380
7381         * input/template/jazz-combo.ly: new file.
7382
7383 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7384
7385         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7386         lo-res fixes.
7387
7388         * mf/feta-schrift.mf: bugfix in varcoda sign.
7389         WARNING: FONT CHANGED
7390
7391         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7392         in accordance with lexer.ll.   
7393
7394 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7395
7396         * Documentation/user/tutorial.itely: Edit introduction.
7397
7398 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7399
7400         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7401         ly:grob-staff-position
7402
7403 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * scm/to-xml.scm: import srfi-1
7406
7407         * VERSION (MAJOR_VERSION):  release 1.7.24
7408
7409         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7410
7411         * scripts/lilypond-book.py (do_file): put texidoc before image.
7412         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7413
7414         * input/regression/*.ly: fix snippet octaves 
7415
7416         * input/test/spanner-after-break-tweak.ly: import
7417         broken-spanner-adjustment
7418
7419         * input/no-notation/midi-transposing.ly: move from input/test/
7420
7421         * input/test/: remove chord-markup
7422
7423         * input/regression/instrument-name-partial.ly: move from input/test.
7424
7425         * input/test/vertical-text.ly: remove
7426
7427         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7428         space above lyrics lines.
7429
7430         * input/test/uniform-breaking.ly: remove file.
7431
7432         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7433         uniform spacing density. 
7434
7435         * input/test/chords.ly (keys): remove file.
7436
7437         * scm/documentation-lib.scm (oop): use srfi-1 too.
7438
7439         * input/regression/*.ly: add \version
7440
7441         * Documentation/user/*.itely: various fixes.
7442
7443         * buildscripts/mf-to-table.py (base): break table every three
7444         symbols.
7445
7446         * input/:  remove %% new-chords-done %% .
7447
7448         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7449         os-music.ly
7450         
7451 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7452
7453         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7454
7455         * scm/new-markup.scm (box-markup): new function.
7456         (box-markup): new function. Contributed by Dick Schoeller
7457         <schoeller@attbi.com>
7458
7459         * scm/lily.scm: remove reduce-no-unit 
7460         (list-insert-separator): use fold-right
7461
7462         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7463         of arguments. 
7464
7465         * NEWS: more neutral language for ancient notation 
7466
7467         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7468         inside pointing beaming for chord tremolo.
7469
7470         * Documentation/user/lilypond-book.itely: minor editing
7471
7472 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7473
7474         * NEWS: added news for 1.8 regarding ancient notation
7475
7476         * Documentation/user/refman.itely (Gregorian square neumes
7477         ligatures): fixed typo
7478
7479         * lily/vaticana-ligature-engraver.cc,
7480         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7481         lower/upper head of Pes only when heads are stacked
7482
7483         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7484         scm/define-grob-properties.scm: cleanup: make "join-left" a
7485         boolean grob property and save delta pitch in grob property
7486         "delta-pitch" instead
7487
7488         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7489
7490 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7491
7492         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7493         completely borked
7494
7495         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7496         (try_music): bug fix: beam multiplicity was completely borked.
7497
7498         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7499         first-n, butfirst-n in favor of srfi-1 functions.
7500         remove string-join, string-pad in favor of srfi-13 functions.
7501
7502         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7503
7504         * NEWS: use complete sentences.
7505
7506         * Documentation/user/introduction.itely (Example applications):
7507         add note about databases and lilypond-book.
7508
7509         * input/test/volta.ly: remove file
7510
7511         * input/regression/volta-broken-left-edge.ly: simplify file
7512
7513 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7514
7515         * Documentation/user/refman.itely (Constructing a tweak): new
7516         subsection.
7517
7518         * Documentation/user/tutorial.itely (Fine tuning layout): add
7519         common tweaks.
7520
7521         * scm/define-grobs.scm (TextScript): use new brewer.
7522
7523 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7524
7525         * VERSION: release 1.7.23
7526
7527         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7528
7529         * python/lilylib.py (make_ps_images): bugfixes.
7530
7531         * input/regression/volta-multi-staff.ly: new file.
7532
7533         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7534
7535         * Documentation/user/tutorial.itely (Piano staffs): new section.
7536         (Setting variables): new section
7537         (Fine tuning layout): new section
7538
7539         * input/just-friends.ly: remove file. Superseeded by
7540         input/test/chords-without-melody.ly
7541
7542         * ly/property-init.ly: add all commands to refman.
7543
7544         * scm/define-translator-properties.scm: remove
7545         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7546
7547         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7548         name. Underscores botch up PS output.
7549
7550         * scm/define-translator-properties.scm: remove
7551         textNonEmpty, oneBeat, regularSpacingDelta
7552
7553         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7554         rule for automaticBars.
7555
7556         * lily/timing-engraver.cc (start_translation_timestep): change
7557         barNonAuto to automaticBars
7558
7559 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7560
7561         * input/test/perform-tie.ly: delete file.
7562
7563 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7564
7565         * Documentation/user/refman.itely (Gregorian square neumes
7566         ligatures): bugfix: do not show ledger lines in neumes table
7567         (fixed by setting staff symbol to transparent rather than removing
7568         it from staff context)
7569
7570 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7571
7572         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7573         glue into brew-new-markup-molecule.
7574
7575         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7576
7577         * Documentation/user/introduction.itely (Computerized typography):
7578         new section
7579
7580         * Documentation/user/tutorial.itely (An orchestral part): remove
7581         pc example from tutorial.
7582
7583         * input/tutorial/lilbook.tex: use screech-boink
7584
7585         * scripts/lilypond-book.py (compile_all_files): split formatting
7586         output body and scheduling lilypond compilation.
7587         (format_lilypond_output_bodies): new function
7588         (format_lilypond_block): new function
7589         (html_pages): allow multi-page images in HTML
7590
7591         * python/lilylib.py (make_ps_images): rename function from
7592         make_preview, merge with make_page_images
7593
7594 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7595
7596         * input/test/key-clefs.ly: moved to regression.
7597
7598         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7599
7600         * input/no-notation/README: added note about midi-*.ly files.
7601
7602         * input/test/two-key.ly: moved to no-notation/parse5.ly
7603
7604         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7605         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7606
7607         * input/test/ {various}: modified comments, marked some for deletion.
7608
7609         * input/test/lines.ly: deleted file; duplicate of
7610         embedded-postscript.ly
7611
7612         * input/test/mmrest-collision: moved to regression.
7613
7614 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7615
7616         * scm/chord-name.scm (note-name->markup): don't superscript root
7617         alterations in chordnames.
7618
7619 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7620
7621         * Documentation/user/refman.itely (Multi measure rests): more
7622         index/cross-referencing.
7623
7624         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7625
7626         * scm/font.scm: remove properties-to-font-name code.
7627
7628         * scm/define-grob-properties.scm: remove 'type
7629
7630         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7631         conversion
7632
7633         * lily/text-spanner.cc: change 'type grob prop to 'style 
7634
7635         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7636         "first" flag to decide whether to make a start-repeat
7637
7638         * input/regression/grace-volta-repeat-2.ly: new file.
7639
7640 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7641
7642         * lilypond-indent.el: rename generic functions to LilyPond-*
7643
7644 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7645
7646         * input/test/thumb.ly: delete, merged into refman.
7647
7648         * Documentation/user/refman.itely: added thumb info to Fingering.
7649
7650         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7651         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7652         vertical-align.ly : deleted files.
7653
7654 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7655
7656         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7657
7658         * lily/line-spanner.cc (broken_trend_offset): remove function.
7659         (get_broken_offset): idem.
7660         (brew_molecule): rewrite the line-break case.
7661
7662         * input/regression/follow-voice-break.ly:  new file.
7663
7664         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7665         start of a system.
7666
7667 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7668
7669         * input/test/tuplet-rest.ly: moved to regression.
7670
7671         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7672         deleted file.
7673
7674         * input/test/ {many} : marked file for possible deletion.
7675
7676 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7677
7678         * input/regression/beam-funky.ly: add note about (disputed)
7679         correct beaming.
7680
7681         * ly/engraver-init.ly (ScoreContext): put key-signature after
7682         staff-bar
7683         
7684 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7685
7686         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7687
7688         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7689
7690         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7691
7692         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7693         stem-extend was deleted (it was duplicate example, and not as
7694         good).
7695
7696         * input/test/[s-z]*.ly: add texidoc index.
7697
7698 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7699
7700         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7701         get_first_notecolumn_y
7702
7703         * lily/spanner.cc (broken_spanner_index): new function.
7704
7705 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7706
7707         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7708         lyric-hyphen.ly : moved to regression.
7709
7710         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7711         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7712
7713         * input/test/instrument-name-mmrest.ly: moved to
7714         ../regression/multi-measure-rest-instr-name.ly
7715
7716         * input/test/knee-sym.ly: moved to
7717         ../regression/beam-knee-symmetry.ly.
7718
7719         * input/test/hymn.ly: change comments.
7720
7721         * input/test/[p-r]*.ly: add texidoc index.
7722
7723 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7724
7725         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7726         to postfix syntax
7727         
7728         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7729         syntax.
7730
7731         * VERSION: release 1.7.22
7732
7733 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7734
7735         * input/test/[h-k]*.ly: added texidoc index.
7736
7737         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7738
7739         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7740
7741         * input/test/ various : mark files for deletion or moving to
7742         regression.
7743
7744         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7745
7746         * input/test/[l-o]*.ly: added texidoc index.
7747
7748 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7749
7750         * scm/music-functions.scm (make-ottava-set): 
7751         only do ottavation if centralCPosition is set.
7752
7753         * lily/translator-scheme.cc (ly:context-property-where-defined):
7754         return '() if not found.
7755
7756 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7757
7758         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7759         Use one command for both commenting and uncommenting.
7760
7761         * lilypond-indent.el (LilyPond-comment-region): new function,
7762         (un)comments each line separately.
7763
7764         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7765         
7766         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7767         imenu is not added by default; adapted from f90.el,
7768         makes Help-menu, which does not fit, visible in XEmacs.
7769         
7770 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7771
7772         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7773         show-paren-mode sets blink-matching-paren-on-screen local.
7774         Try to make show-paren-function to paren-highlight local.
7775
7776         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7777         Copy definitions of Emacs' show-paren-function and
7778         XEmacs' paren-highlight and make minimal changes;
7779         add comments about locality. 
7780         Fix matching first open-paren-char in '<< .. >>'.
7781
7782 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7783
7784         * input/test/g*: added texidoc index.
7785
7786         * input/test/[a-g]*: added raggedright==#t when it
7787          seemed appropiate.
7788
7789         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7790
7791         * Documentation/topdoc/INSTALL.texi: removed false warnings
7792         about gcc 3.3.
7793
7794 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7795
7796         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7797
7798         * input/test/chords-without-melody.ly (texidoc): add from
7799         input/just-friends.ly
7800
7801         * input/regression/size{13--26}.ly: move from input/
7802
7803         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7804         input/{star-spangled-banner,twinkle}.ly: remove 
7805         
7806         * lily/slur.cc: remove slur over rest warnings.
7807
7808         * lily/note-spacing.cc (get_spacing): include left part of right
7809         object in fixed space. This fixes stretched space before
7810         accidentals.
7811
7812         * input/regression/spacing-accidental-stretch.ly: new file.
7813
7814 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7815
7816         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7817         Reduce to 16pt.
7818
7819 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7820
7821         * input/regression/spacing-knee.ly: docstring
7822
7823         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7824
7825         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7826         input/tutorial/{test,solar,flowing}.ly: remove
7827
7828         * input/rhythm.ly: remove
7829
7830         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7831
7832         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7833         update syntax. 
7834
7835         * scm/define-grobs.scm (all-grob-descriptions): set
7836         knee-spacing-correction to 1.0
7837
7838         * lily/note-spacing.cc (stem_dir_correction): compute knee
7839         correction using stem-thickness and head width.
7840
7841         * input/regression/beam-quanting-horizontal.ly: update texidoc
7842
7843         * scm/define-grobs.scm (all-grob-descriptions): set
7844         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7845         This fixes 32nd beams for noteheads in spaces quants.
7846
7847         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7848
7849 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7850
7851         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7852
7853 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7854
7855         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7856
7857         * VERSION (PACKAGE_NAME): release 1.7.21
7858
7859         * input/regression/stem-shorten.ly: new file.
7860
7861         * lily/stem.cc (get_default_stem_end_position): revise stem
7862         shortening code.
7863
7864         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7865
7866         * input/test/{scripts,volta-start,sleur}.ly: remove
7867         
7868         * input/regression/span-bar.ly: smaller file.
7869
7870         * input/regression/spacing-{natural,tight,loose}.ly: remove
7871
7872         * input/test/markup.ly: remove
7873
7874         * scripts/lilypond-book.py: put printfilename in separate chunk,
7875         so texidoc is printed after the filename.  
7876
7877 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7878
7879         * make/lilypond.mandrake.spec.in: fix docdirs.
7880
7881 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7882
7883         * input/regression/beam-french.ly: bugfix.
7884
7885         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7886
7887         * input/regression/(various).ly: add raggedright = #t.
7888
7889         * input/regression/auto-beam.ly: move from abe.ly
7890
7891 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7892
7893         * input/test/f*.ly: added texinfo index.
7894         
7895         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7896
7897 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7898
7899         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7900         quant penalty for beam just outside staff.
7901
7902         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7903         from beam-pos.ly,  remove non-horizontal tests. 
7904
7905         * input/test/(various): cleanup header info. 
7906
7907         * input/test/tchaikovsky.ly: remove file.
7908
7909         * scm/chord-generic-names.scm: move from
7910         double-plus-new-chord-name.scm
7911
7912         * input/test/orchestscore.ly: remove file
7913
7914         * Documentation/user/refman.itely (Vocal music): update documentation.
7915
7916         * scm/define-translator-properties.scm (chordNoteNamer): remove
7917         chordNameStyle, use chordNameFunction
7918
7919         * scm/chord-name.scm (set-chord-name-style): remove
7920         set-chord-name-style. Use \property chordNameFunction.
7921
7922 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7923
7924         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7925         music): remove @TeX{} command.
7926
7927 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7928
7929         * lilypond-indent.el (scan-sexps): Renamed to
7930         aargh-this-breaks-other-emacs-modes-scan-sexps.
7931
7932 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7933
7934         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7935         closing slurs: '()', etc. Add comments.
7936
7937         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7938
7939         * lilypond-font-lock.el: match unending string at eof.
7940
7941         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7942         
7943 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7944
7945         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7946         input/test/beam-dir.ly input/test/beam-position.ly    
7947         input/test/beam-suspect.ly input/test/beam-trend.ly    
7948         input/test/beams.ly input/test/crescendo-text.ly : deleted
7949         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7950         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7951         * input/test/default-bars.ly: moved to bar-always.ly
7952         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7953
7954 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7955
7956         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7957
7958 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7959
7960         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7961
7962 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7963
7964         * lilypond-indent.el: Match better slurs in scheme expressions.
7965         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7966
7967         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7968
7969 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7970
7971         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7972
7973         * input/ac-extra-voice.ly: Add texidoc.
7974
7975         * ly/chord-modifiers-init.ly: 
7976         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7977         and chordNameExceptionsPartial for new chord names.
7978
7979         * input/test/chord-names-dpnj.ly: 
7980         * input/test/dpncnt.ly: Update.
7981
7982         * scm/chord-name.scm: 
7983         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7984         chord selection and options.
7985
7986         * ly/chord-modifiers-init.ly: Add exceptions 
7987
7988         * scm/define-translator-properties.scm (chordNameStyle) 
7989         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7990
7991 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7992
7993         * ly/property-init.ly (germanChords): Added.
7994         (semiGermanChords): Added.
7995         
7996         * input/test/chord-names-german.ly: Use new macros
7997         
7998 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7999
8000         * lilypond-indent.el: Use similar parenthesis highlighting for 
8001         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8002         functions; removed LilyPond-show-paren-function. Fix indenting.
8003         Turn paren-matching on also in XEmacs.
8004
8005         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8006         as needed by parenthesis highlighting functions (in scan-sexp).
8007
8008 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8009
8010         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8011         function.
8012         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8013
8014 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8015
8016         * lilypond-indent.el: tune regexp for show-paren-function.
8017
8018 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8019
8020         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8021         for all LilyPond-produced tex snippets.
8022
8023         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8024         fixes one line --preview output of ly2dvi.
8025
8026 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8027
8028         * lilypond-indent.el: match only one type of slurs in
8029         LilyPond-show-paren-function.
8030
8031 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8032
8033         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8034         * debian/lilypond1.7.dirs: 
8035         * debian/lilypond1.7-doc.dirs: New file.
8036
8037         * input/regression/chord-name-exceptions.ly: Add parameter for
8038         ignatzekExceptions.  Quote hash in docstring.
8039
8040 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8041
8042         * lilypond-indent.el (show-paren-function): define show-paren-function
8043         as LilyPond-blink-matching-open and use it for closing parens.
8044         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8045
8046         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8047         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8048         LilyPond-blink-matching-paren in order to match both open and close
8049         brackets.
8050         
8051 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8052
8053         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8054         testing by modifying the code from FSF Emacs paren.el. Add comments.
8055
8056 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8057
8058         * input/test/dpncnt.ly: Transpose example to match new
8059         default \chords octave.  Add comment.
8060         
8061         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8062         comment about octave change.
8063
8064 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8065
8066         * input/test/[d,e]: added texinfo index tags.
8067         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8068
8069 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8070
8071         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8072
8073 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8074
8075         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8076         as in blink-matching-open.
8077
8078 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8079
8080         * input/test/[a-c]: more comments in files.
8081         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8082         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8083         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8084         mark file for proposed deletion.
8085         * input/test: renaming files:
8086         auto-beam-4-8.ly to beam-auto-4-8.ly
8087         auto-beam-override.ly to beam-auto-override.ly
8088         auto-beam.ly to beam-auto.ly
8089         blank.ly to blank-paper.ly
8090         absolute-volume.ly to dynamic-absolute-volume.ly
8091
8092 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8093
8094         * input/test/dpncnt.ly: 
8095         * input/test/chord-names-dpnj.ly: Resurrect.
8096
8097         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8098
8099         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8100
8101         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8102         Better docstring, add parameter OMIT-ROOT, tidy up.
8103
8104 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8105
8106         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8107
8108 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8109
8110         * scm/output-ascii-script.scm (as-font-alist-alist):
8111         (as-properties-to-font-name):
8112         (as-make-style-sheet): Remove.
8113
8114         * scm/font.scm (as-make-font-list): New function.
8115         (as-font-sheet-alist): New variable.
8116
8117         * ly/paper-as9-init.ly: 
8118         * ly/paper-as5-init.ly: Update.
8119
8120         * ly/paper-as5.ly:
8121         * ly/paper-as9.ly: New file.
8122
8123 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8124
8125         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8126
8127 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8128         * input/sondag-morgen/*: removed due to copyright concerns.
8129         * input/[a,b]*.ly: added a newline at the end of the texinfo
8130         doc string (produces better output in HTML version).
8131         * input/c*.ly: added texinfo index and added comments to
8132         aid in future changes to input/test/ files.
8133
8134 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8135         
8136         * Documentation/user/refman.itely: fixed build problem (missing
8137         file) caused by previous renaming.
8138
8139 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8140         
8141         * input/test/[a,b]*.ly: added texinfo index and added comments to
8142         aid in future changes to input/test/ files.
8143         * input/test/bar-number-every-5-reset.ly: renamed to
8144         bar-number-every-five-reset.ly
8145         * input/test/bar-script-visibility.ly: renamed to
8146         bar-number-show-all.ly
8147
8148 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8151         to Voice.
8152
8153         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8154         out note-line and glissando functionality.
8155         
8156         * lily/line-spanner.cc (brew_molecule): cleanup.
8157
8158 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8159
8160         * scripts/as2text.scm: Use rdelim module.
8161         (start-system): Rename from start-line.
8162         (stop-system): Rename from stop-line.
8163         (af-gulp-file): Use string iso symbol for getenv.
8164
8165         * scm/output-ascii-script.scm: Add guile and lily modules.
8166         (font-name-alist): New variable.
8167         (draw-line): New function.
8168
8169         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8170         (Were these silently removed, without ChangeLog entry?)
8171
8172 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8173
8174         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8175         process 2nd ottava correctly.
8176
8177 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8178
8179         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8180
8181 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8182
8183         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8184
8185 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8186
8187         * VERSION: release 1.7.20
8188         
8189         * lily/text-spanner.cc (brew_molecule): clean up function. This
8190         fixes bugs with broken 8va spanners.
8191
8192         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8193         This prevents spurious line-breaks with raggedright
8194         
8195 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8196
8197         * lily/key-performer.cc (create_audio_elements): always use major
8198         key
8199
8200         * Documentation/user/internals.itely: updates
8201
8202         * input/regression/beam-break.ly: new file.
8203
8204         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8205         beams if starting or terminating stems have 'beaming set.)
8206
8207         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8208         property.
8209
8210         * lily/parser.yy (verbose_command_req): add comment about scales.
8211
8212 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8213
8214         * lilypond-indent.el: adjust regexps in bracket-matching.
8215
8216 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8217
8218         * Documentation/user/refman.itely: more tiny fixes
8219
8220         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8221         "Chord names"; added table with input syntax for solesmes neumes
8222         table; added some words about rationale on input syntax design
8223
8224         * lily/gregorian-ligature-engraver.cc,
8225         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8226         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8227         alignment of Pes Initio Debilis
8228
8229         * Documentation/user/refman.itely,
8230         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8231         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8232         bugs in the solesmes neumes table
8233
8234 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8235
8236         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8237         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8238
8239         * lilypond-mode.el: fix tag-score. small improvements.
8240
8241 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8242
8243         * .cvsignore: Add aclocal.m4.
8244
8245         * lily/music-constructor.cc: Include <assert.h>.
8246
8247 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8248
8249         * ly/engraver-init.ly (HaraKiriStaffContext): use
8250         RemoveEmptyStaffContext instead.
8251
8252         * Documentation/user/refman.itely: updates
8253
8254 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8255
8256         * Documentation/user/refman.itely: added solesmes neumes table;
8257         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8258         bugfix: "Ornaments" -> "Articulations"
8259
8260         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8261
8262 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8263
8264         * lilypond-indent.el: Add a message about trying to match \] or \).
8265         
8266 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8267         
8268         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8269         obsolete "arithmetic_*"
8270
8271         * input/bugs/ligatures.ly: removed (will be put into a different
8272         directory later)
8273
8274 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8275
8276         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8277         libkpathsea (Maurizio Tomasi).
8278
8279 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8280
8281         * input/regression/repeat-slash.ly (texidoc): new file
8282
8283         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8284         slash repeats separately. Slash repeats and %
8285         repeats can now be nested.
8286
8287 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8288
8289         * lilypond-indent.el: Add preliminary test for closing \] and \).
8290         
8291 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8292
8293         * lily/gregorian-ligature-engraver.cc,
8294         lily/vaticana-ligature-engraver.cc,
8295         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8296         mf/parmesan-heads.mf: various semivocalis related bugfixes
8297
8298         * input/bugs/ligatures.ly: new file demonstrating problems with
8299         ligatures
8300         
8301 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8302
8303         * lilypond-mode.el,
8304         lilypond-font-lock.el,
8305         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8306
8307 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8308
8309         * lilypond-mode.el: Remove outdated code. Stress the difference 
8310         between Emacs and XEmacs definitions.
8311
8312         * lilypond-mode.el,
8313         lilypond-indent.el: Define a function interactive only when necessary.
8314
8315 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8316
8317         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8318         Use inactive regions also in XEmacs.
8319
8320 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8321
8322         * Documentation/user/refman.itely (Repeat syntax): more updates
8323
8324         * lily/simple-spacer.cc (solve): move solution process into
8325         solve(). This fixes a bug with collisions and raggedright = ##t.
8326  
8327         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8328
8329         * ly/engraver-init.ly: remove GraceContext. Update examples.
8330
8331 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8332
8333         * GNUmakefile.in (fonts): Also make fontball.
8334
8335         * Website fixes:
8336
8337         * ly/engraver-init.ly (GraceContext): Add.
8338
8339         * run:
8340
8341             convert-ly $(find . -name *.ly)
8342
8343         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8344         new chords.
8345
8346 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8347
8348         * VERSION: 1.7.19 released
8349         
8350         * scm/music-functions.scm (set-octavation): new function.
8351
8352         * input/regression/ottava.ly: new file
8353
8354         * lily/translator-scheme.cc (LY_DEFINE): new function
8355         ly:unset-context-property
8356         (LY_DEFINE) new function ly:context-property-where-defined: 
8357
8358 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8359
8360         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8361
8362         * lilypond.words: add few.
8363
8364         * input/test/script-chart.ly: fix typo.
8365
8366 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8367
8368         * scm/define-grobs.scm: uniform naming for definitions and output
8369         routine files. 
8370
8371         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8372         scm/context-description.scm
8373
8374         * lily/parser.yy (translator_spec_body): add \description to the
8375         \translator{} body syntax.
8376
8377         * lily/ottava-engraver.cc: new file.
8378
8379         * scm/chord-name.scm (natural-chord-alteration): replace old
8380         chord stuff. 
8381
8382         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8383
8384         * Documentation/user/refman.itely (Metronome marks): update doco.
8385
8386         * input/regression/markup-note.ly: new file
8387
8388         * input/regression/metronome-marking.ly: new file
8389
8390         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8391
8392         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8393         metronome marks.
8394
8395 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8396
8397         * Documentation/user/GNUmakefile: Compatibility fix for new
8398         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8399         for making binary packages; info splitting bug has been fixed.
8400
8401         * Documentation/user/refman.itely: Compile fixes.
8402
8403 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8404
8405         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8406         Count \midi -keywords also for a region.
8407
8408 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8409
8410         * lily/lookup.cc (LY_DEFINE): new function
8411
8412         * Documentation/user/tutorial.itely: updates
8413
8414 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8415
8416         * lilypond-mode.el: Allow Midi on buffer.
8417         Use only '.ly'-extension, remove '.sly' and '.fly'.
8418         Allow use of inactive regions. Invoke next Command on Master file, 
8419         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8420
8421 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8422
8423         * Documentation/user/tutorial.itely: updates.
8424
8425 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8426
8427         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8428
8429 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8430
8431         * lily/coherent-ligature-engraver.cc: fixed typo
8432
8433         * lily/coherent-ligature-engraver.cc,
8434         lily/gregorian-ligature-engraver.cc,
8435         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8436         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8437         lily/vaticana-ligature-engraver.cc,
8438         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8439         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8440         removed all ligature specific stuff from NoteHead code
8441
8442         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8443         ligatures now use regular noteheads
8444
8445         * lily/vaticana-ligature.cc: tiny code cleanups
8446
8447         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8448         space between two adjacent noteheads of the same pitch
8449
8450         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8451         description; cleanup: removed obsolete font-family settings
8452
8453 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8454
8455         * lily/coherent-ligature-engraver.cc,
8456         lily/gregorian-ligature-engraver.cc,
8457         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8458         lily/mensural-ligature-engraver.cc,
8459         lily/vaticana-ligature-engraver.cc,
8460         lily/include/gregorian-ligature-engraver.hh: updated for new
8461         Coherent_ligature_engraver; added comments that describe the basic
8462         design ideas of the ligature implementation
8463
8464         * lily/coherent-ligature-engraver.cc,
8465         lily/include/coherent-ligature-engraver.hh: new file: shared code
8466         between mensural ligatures and Gregorian chant notation ligatures
8467
8468 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8469
8470         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8471         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8472         use only two arguments in sit-for, use no arguments in
8473         read-char-exclusive, backspace is not a character (127) in XEmacs.
8474
8475         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8476
8477 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8478
8479         * lilypond-mode.el: un-commenting works after syntax-table fix.
8480
8481         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8482         group, verbose commenting for syntax table.
8483
8484         * lilypond-indent.el: add TODO for ligature slurs.
8485
8486 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8487
8488         * lilypond-mode.el: Move comments of parenthesis matching away,
8489         (blink-matching-paren-on-screen) fix blinking in Emacs.
8490
8491         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8492         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8493
8494         * lilypond-indent.el: Add TODO for parenthesis matching.
8495
8496 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8497
8498         * lilypond-mode.el: Fix XEmacs: 
8499         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8500         invoke explicitly easy-menu-add (in Emacs done automatically).
8501         
8502         * lilypond.words: Add few words from input/*/*.ly.
8503
8504 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8505
8506         * VERSION (PATCH_LEVEL): release 1.7.18
8507
8508         * scripts/lilypond-book.py: only print basename for printfilename
8509         option
8510
8511         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8512         and syntax updates.
8513
8514 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8515
8516         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8517         better parametrisation. Move fatness of bulb downward.
8518
8519         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8520         glyph names. Underscores are not allowed .ps encoding files.
8521
8522 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8523
8524         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8525         variable "packed" for packed right-ragged mode
8526
8527         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8528         unused variable ragged; fixed indentation
8529
8530         * Documentation/user/refman.itely: tiny cleanups in ancient
8531         clef and custos section
8532
8533 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8534
8535         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8536         \applyoutput PROCEDURE
8537
8538         * lily/my-lily-lexer.cc: add \applyoutput.
8539
8540         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8541
8542         * lily/text-item.cc: clean text-interface description
8543
8544 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8545
8546         * input/{regression,test}/: use postfix for slur endings and beam
8547         begins.
8548
8549         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8550         style beams too. 
8551
8552         * input/regression/lyrics-melisma-beam.ly: new file.
8553
8554         * lily/lyric-engraver.cc (process_music): change from
8555         process_acknowledged_grobs()
8556
8557         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8558         functions to set and revert auto-beam settings.
8559
8560 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8561
8562         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8563
8564 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8565
8566         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8567         Documentation/user/lilypond.tely: fixed some typos; updated author
8568         info
8569
8570         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8571         #"" -> #'flag-style = #'()
8572
8573         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8574         cleanup: removed dead #includes
8575
8576         * lily/gregorian-ligature-engraver.cc,
8577         lily/include/gregorian-ligature.hh,
8578         scm/grob-property-description.scm: small cleanups, small spacing
8579         fixes
8580
8581         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8582         lily/vaticana-ligature.cc,
8583         lily/include/gregorian-ligature-engraver.hh,
8584         scm/grob-property-description.scm, scm/music-types.scm:
8585         "porrectus" -> "pes or flexa"
8586
8587         * ly/engraver-init.ly, scm/grob-description.scm,
8588         scm/grob-property-description.scm: junked porrectus, now handled
8589         by ligature code
8590
8591         * scm/grob-description.scm: bugfix: added space-alist entry for
8592         breathing sign/custos
8593
8594 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8595
8596         * Another grand 2003 update.
8597         
8598         * Remove mentioning of `mudela'; There's no such thing.
8599
8600 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8601
8602         * Documentation/user/preface.itely (Preface to version 1.8): update
8603
8604         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8605
8606         * Documentation/user/converters.itely (Invoking convert-ly): revise
8607
8608         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8609
8610         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8611
8612 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8613
8614         * Documentation/user/internals.itely: more updates.
8615
8616 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8617
8618         * Documentation/user/refman.itely: revise 
8619
8620         * Documentation/user/internals.itely: revise
8621
8622         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8623
8624 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8625
8626         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8627         beautification: reformatted ancient clefs section; cleanup: small
8628         wording fixes
8629
8630 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8631
8632         * lilypond.words: added words for chant notation, sorted
8633         alphabetically through "sort lilypond.words"
8634
8635 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8636
8637         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8638         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8639         chant notation
8640
8641 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8642
8643         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8644         prevent TeX from interpreting them as long dash
8645
8646         * input/test/vaticana.ly: updated
8647
8648         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8649         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8650         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8651         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8652         fixes
8653
8654         * mf/parmesan-heads.mf: ledger endings: removed dead code
8655
8656 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8657
8658         * VERSION: 1.7.17 released
8659         
8660         * Documentation/user/GNUmakefile
8661         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8662         files too.
8663
8664         * scm/document-markup.scm: new file: document all markup
8665         functions.
8666
8667         * scm/documentation-generate.scm: rename all documentation modules
8668         to document-*.scm
8669
8670         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8671         .png
8672
8673         * input/test/divisiones.ly: added
8674
8675         * input/regression/output-property.ly: new file
8676
8677         * lily/cluster.cc: change cluster-interface to use style property
8678
8679 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8680
8681         * input/test/chord-names-german.ly: modified.
8682
8683         * scm/chords-ignatzek.scm:
8684           chord-name->german-markup: Added
8685           note-name->german-markup: Changed (now producing lowercase notenames)
8686
8687         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8688         
8689 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8690
8691         * scripts/convert-ly.py (FatalConversionError.conv):
8692         divisiominima -> divisioMinima, etc.
8693
8694         * ly/engraver-init.ly (FiguredBassContext): add
8695         Separating_line_group_engraver to Figured bass context.
8696
8697         * ly/german-chords-init.ly: remove file
8698
8699         * input/test/chord-names-german.ly (scm): new file.
8700
8701         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8702
8703         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8704         Chord_name_engraver
8705
8706         * Documentation/user/refman.itely: lots of updates.
8707
8708         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8709         new file
8710
8711         * input/test/bar-number-every-5-reset.ly: new file.
8712
8713 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8714
8715         * input/regression/chord-name-major7.ly: new file
8716
8717         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8718         if specced explicitly.
8719
8720         * input/regression/chord-name-entry-11.ly: new file.
8721
8722         * input/test/slur-beautiful.ly: new file.
8723
8724         * Documentation/user/refman.itely: updates.
8725
8726         * input/regression/collisions.ly (threevoice): cleanup.
8727
8728         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8729
8730 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8731
8732         * Documentation/user/*.itely: various updates.
8733
8734         * ly/spanners-init.ly: enddecr/ endcr.
8735
8736         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8737         of tutorial
8738
8739 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8740
8741         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8742
8743         * lily/new-chord-name-engraver.cc (process_music): use octavation
8744         (a number) instead of original-pitch to store inversions. This
8745         fixes a problem with transposed chords with inversions.  
8746
8747 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8748
8749         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8750         used in includable-lexer.hh.
8751
8752         * lily/includable-lexer.cc: Bugfix: include config.h.
8753
8754         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8755         circumvention of Debian packaging bug.
8756
8757 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8758
8759         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8760         
8761         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8762
8763         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8764         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8765
8766         * lily/include/includable-lexer.hh: 
8767         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8768
8769         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8770
8771         * aclocal.m4: Regenerate.
8772
8773         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8774         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8775
8776         * scm/pdf.scm (use-modules): Include lily.
8777
8778         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8779         Noordkamp).
8780         (use-modules): Include lily.
8781         (lily-def): Bugfix: include tex-val in let.
8782
8783 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8784
8785         * lilypond-mode.el: sensible error if lilypond.words not found.
8786
8787         * lilypond.words: add few words.
8788
8789 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8790
8791         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8792
8793         * mf/parmesan-scripts.mf: fixed typo in char name
8794
8795 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8796
8797         * VERSION: 1.7.16 released
8798
8799         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8800         (this is a security vulnerability).
8801
8802         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8803
8804         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8805         add staff support.
8806
8807 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8808
8809         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8810         ly/script-init.ly, scm/script.scm: bugfix: renamed
8811         fermata->signumcongruentiae to fix naming clash with feta font
8812
8813 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8814
8815         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8816
8817         * lily/multi-measure-rest-engraver.cc
8818         (start_translation_timestep): use grace timing too for determining
8819         when to make mmrest.
8820         (start_translation_timestep): clear numbers too.
8821
8822 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8823
8824         * scm/music-types.scm: compile fix: escape braces
8825
8826         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8827         work around font selection problem
8828
8829         * Documentation/user/refman.itely: BreathingSign: added docu for
8830         property "text"
8831
8832 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8833
8834         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8835         information.
8836
8837 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8838
8839         * lily/multi-measure-rest-engraver.cc (class
8840         Multi_measure_rest_engraver): make multiple Number objects, one
8841         for each MultiMeasureTextEvent.
8842
8843         * scm/music-functions.scm (glue-mm-rest-texts): use
8844         MultiMeasureTextEvent
8845
8846         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8847
8848         * Documentation/user/refman.itely (Multi measure rests): update.
8849
8850 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8851
8852         * lily/ly-module.cc (ly_copy_module_variables): use
8853         scm_internal_hash_fold() for iterating modules.
8854
8855 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8856
8857         * Documentation/user/refman.itely: Section Custodes: added more
8858         example code
8859
8860         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8861         neo-mensural rests to parmesan font
8862
8863         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8864         header
8865
8866 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8867
8868         * Documentation/user/macros.itexi: @fileref macro.
8869
8870         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8871         each file. 
8872
8873 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8874
8875         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8876         Documentation/topdocs/AUTHORS.texi: updated my email address
8877
8878         * Documentation/user/refman.itely: updated custos documentation;
8879         beautified divisiones example; beautified articulations table
8880
8881         * lily/breathing-sign.cc: bugfix: finalis molecule
8882
8883 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8884
8885         * Documentation/user/refman.itely: added docu for
8886         contemporary fermata symbols, gregorian breathing signs; small fixes
8887
8888         * ly/gregorian-init.ly: removed obsolete #'type props
8889
8890 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8891
8892         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8893         minimum-length property correctly.
8894
8895 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8896
8897         * scm/music-functions.scm (make-multi-measure-rest): set input
8898         locations for multimeasure rests.
8899
8900 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8901
8902         * input/regression/breathing-sign.ly: updated to for ancient
8903         notation
8904
8905 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8906
8907         * scripts/ly2dvi.py: Add newline.
8908
8909 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8910
8911         * scripts/ly2dvi.py (dependency_files): Compile fix.
8912
8913 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8914
8915         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8916         (make_html_menu_file): --html menu. 
8917
8918 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8919
8920         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8921
8922 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8923
8924         * input/screech-boink.ly: new file.
8925
8926 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8927
8928         * scripts/lilypond-book.py (make_lilypond_file): convert
8929         lilypond-file to lilypond block directly, without going through
8930         begin/end lilypond text.
8931         
8932
8933 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8934
8935         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8936         scm/grob-description.scm: moved Michael's original breathing sign
8937         code in brew_molecule() to divisio_minima(); provided new
8938         brew_molecule() that effectively replaces the
8939         Text_item::brew_molecule callback (with additional fallback to
8940         Michael's original code); added callbacks for brewing divisio
8941         maior/maxima and finalis
8942
8943         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8944         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8945
8946         * script-init.ly: added shortfermata, longfermata,
8947         verylongfermata, varcoda
8948
8949         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8950         longfermata, verylongfermata, varcomma, varcoda
8951
8952 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8953
8954         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8955           Remove all noquote and insert a few quote.
8956         
8957         * Documentation/user/lilypond-book.itely (Music fragment options),
8958           scripts/lilypond-book.py: Don't include quotation blocks by
8959           default. Introduce option quote instead of noquote
8960
8961 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8962
8963         * VERSION: 1.7.15 released
8964         
8965         * Documentation/user/lilypond.tely: omf updates.
8966
8967         * buildscripts/texi2omf.py (omf_vars): include version.date
8968
8969         * make/lilypond.redhat.spec.in: fixes for spec file. 
8970
8971         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8972         by function definition: lily now requires a recent GNU Make.
8973
8974         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8975         writing.
8976
8977         * make/ly-rules.make: remove .ly -> .tex rule
8978
8979         * Documentation/user/refman.itely (Figured bass): revised figured
8980         bass example.
8981
8982 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8983
8984         * stepmake/stepmake/omf-targets.make (local-install): add
8985         scrollkeeper-update message.
8986
8987         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8988         to binary.
8989         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8990
8991         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8992
8993         * Documentation/user/converters.itely (Invoking midi2ly): add
8994         track/channel notice.
8995
8996 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8997
8998         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8999
9000         * lily/parser.yy (scalar): DIGIT is also a scalar.
9001
9002         * Documentation/user/music-glossary.tely: add @omf tags
9003
9004         * Documentation/user/lilypond.tely: add @omf tags
9005
9006         * scm/generate-documentation.scm (string-append): add @omf tags.
9007
9008         * stepmake/stepmake/omf-*: new files 
9009
9010         * input/regression/multi-measure-rest.ly (texidoc): add doco
9011
9012         * GNUmakefile.in (web-doc-install): add web-doc-install target
9013
9014         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9015         fixes crashes while dumping MIDI.
9016
9017         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9018         midi
9019
9020 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9021
9022         * buildscripts/texi2omf.py: new file.
9023
9024         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9025         font-name
9026
9027 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9028
9029         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9030
9031         * lily/sequential-iterator.cc (descend_to_child): call
9032         descend_to_child() for all types of music.
9033
9034 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9035
9036         * scm/translator-property-description.scm: Add
9037         bassFigureFormatFunction.  Replace some entries.
9038
9039 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9040
9041         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9042         clean out.
9043
9044 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9045
9046         * scripts/midi2ly.py (Note.dump): never dump duration for
9047         dump_dur=0.
9048
9049         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9050         new function
9051
9052         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9053         figures using new markups. Much simpler, and should improve layout
9054         a little.
9055
9056         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9057
9058 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9059
9060         * ly/engraver-init.ly: use Hara kiri by default for 
9061         ChordNames, FiguredBass and Lyrics(Voice) context. 
9062
9063         * lily/axis-group-engraver.cc (acknowledge_grob): use
9064         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9065
9066         * scm/new-markup.scm (markup-function-list): add bracket,
9067         vbracket.
9068
9069         * ly/engraver-init.ly (ChordNamesContext): set
9070         minimumVerticalExtent
9071
9072 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9073
9074         * input/test/time-signature-double.ly: new file 
9075
9076         * input/regression/collision-head-chords.ly (texidoc): new file.
9077
9078         * lily/type-swallow-translator.cc: add note swallow translator 
9079
9080         * input/test/time-signature-double.ly: new file.
9081
9082         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9083
9084         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9085         (FiguredBassContext): idem.
9086
9087         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9088
9089         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9090
9091         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9092
9093         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9094         .afm dependency
9095
9096         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9097
9098         * python/lilylib.py (make_page_images): add function.
9099
9100         * scripts/ly2dvi.py (run_latex): include title in preview image.
9101
9102         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9103         from lilypond-book for <ly2dvifile> tags in HTML.
9104
9105         * scripts/ly2dvi.py (option_definitions): add --debug option to
9106         print out environment.
9107
9108         * input/regression/tie-chord-partial.ly: new file.
9109
9110 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9111
9112         * lilypond.words: add 3
9113
9114 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9115
9116         * scm/new-markup.scm (markup-function-list): add finger-markup
9117
9118         * input/tutorial/brahms-tweaked.ly: new markup 
9119
9120         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9121
9122         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9123         crash when processing '() markup
9124
9125         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9126
9127         * lily/breathing-sign.cc (railtracks): another caesura.
9128
9129         * mf/feta-schrift.mf: caesura symbol. 
9130
9131 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9132
9133         * scripts/convert-ly.py (FatalConversionError.conv): add
9134         ly:molecule-XXX conversions.
9135
9136         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9137
9138         * input/regression/multi-measure-rest-text.ly: new file.
9139
9140         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9141         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9142
9143         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9144         ScoreContext
9145
9146         * scm/new-markup.scm (center-markup): \center markup.
9147
9148         * scm/music-functions.scm: remove pitchify scripts.
9149
9150         * lily/music.cc (print_smob): display music name if available 
9151
9152 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9153
9154         * Documentation/user/refman.itely (Instrument names): remove
9155         \turnOff doco.
9156
9157 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9158
9159         * lily/score.cc (mark_smob): bugfix.
9160
9161         * input/regression/rehearsal-mark.ly: new file.
9162
9163         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9164         report error at the current token again.
9165
9166 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9167
9168         * cygwin/mknetrel: Exit if doc build fails.
9169
9170         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9171
9172 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * scm/music-types.scm (music-descriptions): add doc strings
9175
9176 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9177
9178         * lily/lexer.ll: 
9179         * lily/include/my-lily-lexer.hh: 
9180         * lily/include/includable-lexer.hh: Add flex kludge.
9181
9182         * config.hh.in: 
9183         * config.make.in: 
9184         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9185         cruft.
9186         
9187         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9188         code.
9189
9190 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9191
9192         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9193
9194         * lily/parser.yy (new_chord): Compile fix.
9195
9196 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9197
9198         * Documentation/user/refman.itely (Tuning groups of objects):
9199         remove documentation for \turnOff. 
9200
9201         * lily/percent-repeat-engraver.cc (try_music): add correct
9202         processing moments for double-measure percents as well.
9203
9204         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9205
9206         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9207         grob prop type. 
9208
9209         * Documentation/user/refman.itely (Printing named chords): add
9210         chord name tweak doco.
9211
9212         * input/template/gregorian-transcription.ly: new file.
9213
9214 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9215
9216         * VERSION: 1.7.13 released
9217         
9218         * input/test/*: lots of cleanups/comment-outs/removals in chord
9219         examples
9220         
9221         * input/regression/*: lots of cleanups/comment-outs/removals in
9222         chord examples
9223         
9224         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9225         options
9226
9227         * lily/new-chord-name-engraver.cc (process_music): give original
9228         inversion pitch to chord name routine.
9229
9230         * input/tutorial/os-score.ly: update to new markup
9231
9232         * Documentation/user/appendices.itely: simply include
9233         chords-ignatzek. 
9234
9235         * Documentation/user/refman.itely (Chords mode): add documentation
9236         for chord mode.
9237
9238         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9239         not present in chord.
9240         (construct-chord): add inversion and bass support.
9241
9242         * lily/chord.cc: junk contents.
9243
9244 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9245
9246         * Documentation/user/refman.itely:
9247         * Documentation/user/music-glossary.tely: fix. 
9248
9249 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9250
9251         * scm/chord-entry.scm (construct-chord): move chord construction
9252         to Scheme.
9253
9254         * lily/parser.yy (new_chord): new setup for chord entry.
9255
9256 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9257
9258         * lilypond.words:
9259         * Documentation/user/music-glossary.tely: add ambitus.
9260
9261 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9262
9263         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9264
9265         * lily/include/*.hh: string() -> to_string()
9266
9267         * scm/chords-ignatzek.scm: new file.
9268
9269         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9270         standard chord name exceptions.
9271
9272         * scm/translator-property-description.scm (chordNameSeparator):
9273         add property.
9274         (majorSevenSymbol): add property
9275
9276         * lily/translator-scheme.cc (ly:context-properties): new function
9277         (ly:context-parent): new function.
9278         (print_smob): print context name.
9279
9280         * lily/music.cc (ly:get-music-length): new function
9281         (print_smob): don't print properties.
9282
9283         * lily/duration.cc (duration<?): new function
9284
9285         * input/regression/chords-funky-ignatzek.ly: new file.
9286
9287         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9288         jazz chords.
9289
9290         * lily/pitch.cc (ly:pitch-diff): new function.
9291
9292         * input/regression/chords-ignatzek.ly: new file.
9293
9294 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9295
9296         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9297         pitches for jazz chords.
9298
9299 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9302
9303 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9304
9305         * lilypond.words: add 1
9306
9307 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9308
9309         * Documentation/topdocs/AUTHORS.texi: refine.
9310
9311 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9312
9313         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9314         
9315         * lilypond.words: add one.
9316
9317 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9318
9319         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9320         Fontify bass note in chords, e.g., e in c1/e.
9321         
9322 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9323
9324         * Documentation/user/music-glossary.tely: Dutch updates and
9325         additions (Arent Storm).
9326
9327 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9328
9329         * input/regression/ambitus.ly:  move file.      
9330
9331         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9332
9333         * lily/event.cc (transpose): add tonic property to Key_change_req
9334         and to Key_engraver.
9335
9336 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9337
9338         * Documentation/user/refman.itely: fix typo.
9339
9340         * lilypond.words: removed wrong identifiers.
9341
9342 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * mf/feta-toevallig.mf: make flat stem shorter 
9345
9346 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9347
9348         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9349
9350         * lilypond.words: add from Phrasing slur.
9351         
9352 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9353
9354         * lilypond-mode.el: allow launching multiple ViewPS processes.
9355         
9356         * lilypond.words: add from Text markup.
9357
9358 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9359
9360         * input/test/ossia.ly (texidoc): add comment.
9361
9362         * input/regression/voice-follower.ly: new file.
9363
9364         * mf/feta-toevallig.mf: make flat heavier.
9365
9366         * lily/cluster-engraver.cc: clean up Cluster engraver
9367
9368         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9369         Engraver. Use Note_column to compute Y positions and deal with
9370         line break stuff.
9371
9372 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9373
9374         * lily/stem.cc: move french-beaming to stem.
9375
9376 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9377
9378         * lilypond-font-lock.el: fontify all durations in chords.
9379
9380         * lilypond.words: add from lily/my-lily-lexer.cc
9381
9382 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9383
9384         * VERSION: release 1.7.12
9385
9386         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9387
9388         * lily/gregorian-ligature.cc: new file
9389
9390         * lily/*: the Great 2003 search & replace.
9391
9392         * Documentation/user/refman.itely (Manual repeat commands): add
9393         note about font selection.
9394
9395 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9396
9397         * lilypond-mode.el: propose recompiling midi while invoking playing,
9398         not while stopping playing.
9399
9400 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9401
9402         * lilypond.words: add one.
9403
9404         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9405         and expressional note grouping. Fontify chord modes.
9406
9407 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9408
9409         * Documentation/user/music-glossary.tely (Top): translate melisma.
9410
9411 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9412
9413         * Documentation/user/music-glossary.tely (Top): add melisma.
9414
9415 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9416
9417         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9418         interfaces for (abstract) grob GregorianLigature
9419
9420         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9421         renamed head* -> glyph_name*, x-shift* -> x-offset*
9422
9423         * scm/grob-property-description.scm: bugfix: added missing descriptions
9424
9425 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9426
9427         * input/test/chord-names-dpnj.ly: New file.
9428
9429         * scm/double-plus-new-chord-name.scm: Implement full and partial
9430         exceptions.
9431
9432         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9433
9434         * scm/double-plus-new-chord-name.scm
9435         (double-plus-new-chord->markup): Fix sub->markup.
9436
9437
9438 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9439
9440         * lily/custos-engraver.cc: added TODO; editorial changes
9441
9442         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9443         consistency with other ligature engravers; removed access on (now)
9444         private variable _ligature of Ligature_engraver
9445
9446         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9447         renamed last_bound -> last_bound_; issue programming_error on
9448         abstract method calls; moved primitives code from
9449         Mensural_bracket_engraver to here (because almost ligature
9450         engravers will need it); renamed try_stop_ligature () ->
9451         typeset_ligature (); bugfix: store primitives of finished ligature
9452         in separate variable finished_primitives_ to avoid clash on input
9453         like "\] \["; added current_ligature () to enable access on
9454         private variable _ligature
9455
9456         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9457         (now in super class); renamed try_stop_ligature () ->
9458         typeset_ligature ()
9459
9460         * lily/mensural-ligature.cc: issue programming_error on abstract
9461         method calls
9462
9463         * lily/note-heads-engraver.cc: added TODO comment upon bool
9464         in_ligature
9465
9466         * mf/parmesan-heads.mf: fixed some of set_char_box()
9467
9468         * scm/grob-description.scm: added VaticanaLigature
9469
9470         * scm/grob-property-description.scm: added neume prefix properties
9471
9472         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9473         lily/include/gregorian-ligature-engraver.hh,
9474         lily/include/gregorian-ligature.hh: new files; framework for
9475         gregorian ligature engravers such as vaticana
9476
9477         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9478         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9479         vaticana style ligature implementation (still somewhat uncomplete)
9480
9481 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9482
9483         * VERSION: release 1.7.11
9484
9485         * scripts/convert-ly.py: add ly:pitch-transpose rule
9486
9487 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9488
9489         * input/test/dpncnt.ly: New file.
9490
9491         * lily/my-lily-lexer.cc: Add chordnames keyword.
9492
9493         * lily/parser.yy (chordnames_block): Parse chord name exception
9494         lists, see input/test/dpncnt.ly.
9495
9496         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9497         function.
9498
9499         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9500         filter-out too.
9501
9502         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9503         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9504         pitch functions (except for ly:make-pitch, but that's apparently
9505         some sort of scheme naming standard?).
9506
9507         * scm/lily.scm (!=): define-public.
9508
9509         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9510
9511 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9512
9513         * scm/double-plus-new-chord-name.scm
9514         (double-plus-new-chord-name->markup): New file.
9515
9516 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9517
9518         * python/lilylib.py (make_preview): don't suppress progress for
9519         bbox extraction.
9520
9521 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9522
9523         * Documentation/user/appendices.itely (scheme): update for new syntax.
9524
9525         * input/regression/chord-name-styles.ly: new file
9526
9527         * lily/instrument-name-engraver.cc: create instrument names
9528         without barline too.  Allows instrument name on ChordNames  
9529
9530         * scm/new-markup.scm (interpret-markup): allow simple strings as
9531         markup too.
9532
9533 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9534
9535         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9536         (step->markup-accidental): Fix: add accidental.
9537         (chord::inner-name-american): 
9538         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9539         append stray '/' if last superscript addition was 'o'.
9540
9541         * scm/new-markup.scm (normal-size-sub-markup) 
9542         (normal-size-super-markup): New function.
9543
9544         * lily/source-file.cc (Source_file): Add warning for possibly
9545         intentional but suspicious initialization.
9546
9547         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9548         add comments about cut-and-paste programming.
9549
9550         * flower/rational.cc (lcm): Not used; comment out.
9551
9552 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9553
9554         * lily/new-fingering-engraver.cc (position_scripts): use
9555         fingerHorizontalDirection to determine fingering horizontal
9556         directions.
9557  
9558         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9559         fingering support.
9560
9561         * scripts/convert-ly.py (FatalConversionError.conv): add style
9562         conversion rule. 
9563
9564         * scm/chord-name.scm (set-chord-name-style): new function.
9565         (new-chord-name-brew-molecule): revise to interpret markup only
9566         (new-chord->markup): cleanuppish rewrite. To be called from the
9567         new engraver.
9568
9569         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9570         Markup earlier, during interpreting.
9571
9572         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9573         style settings. Rename to chord-names-*.ly
9574
9575 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9576
9577         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9578         markup code and update to new markup.  Most probably broke some of
9579         it.
9580         
9581 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9582
9583         * Documentation/user/refman.itely: added docu for ambitus and
9584         clusters
9585
9586         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9587         ly_quote_scm() in lookup.cc
9588
9589         * mf/parmesan-clefs.mf: set_char_box fix
9590
9591         * lily/cluster-engraver.cc: junk implicit protection; use
9592         Protected_scm instead
9593
9594 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9595
9596         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9597         throughout.
9598
9599         * scm/new-markup.scm: Turn-off error-triggering test code.
9600
9601 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9602
9603         * scm/new-markup.scm (markup-thrower-typecheck) 
9604         (markup-typecheck?):  add full typechecking functions.
9605         (make-markup-maker): add make-FOO-markup functions.
9606         (markup-argument-list-error): nice error checking messages.
9607         (make-markup): better function: less quoting escapades.
9608
9609 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9610
9611         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9612
9613 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9614
9615         * cygwin/lilypond.hint (requires): Add cygwin.
9616
9617         * .cvsignore: Remove stepmake (huh!?!), add lib.
9618
9619         * GNUmakefile.in: Add libdir links for builddir runs.
9620
9621         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9622         instead of datadir.
9623
9624         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9625         local_lilypond_libdir.
9626
9627         * config.make.in (lilypond_libdir): Add.
9628
9629         * stepmake/stepmake/substitute-rules.make: 
9630         * stepmake/stepmake/script-rules.make: 
9631         * stepmake/stepmake/python-module-rules.make:
9632         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9633         lilypond-python-module patch.
9634
9635 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9636
9637         * Documentation/user/refman.itely (Graphical interfaces): add note
9638         about xml2ly.
9639
9640 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9641
9642         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9643
9644 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9645
9646         * VERSION: released 1.7.10
9647
9648         * scripts/musedata2ly.py (): idem
9649
9650         * scripts/midi2ly.py (dump_chord): idem
9651
9652         * scripts/etf2ly.py (version): idem 
9653
9654         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9655
9656         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9657
9658         * scm/tex.scm (tex-output-expression): remove eval compat
9659         glut. Other output files too.
9660
9661         * scm/chord-name.scm: don't export anything from chord module.
9662
9663         * input/test/american-chords.ly: idem
9664
9665         * input/test/banter-chords.ly (texidoc): idem
9666
9667         * input/test/Cc-chords.ly: add breakage notes.
9668
9669         * Documentation/user/refman.itely (Text markup): rewrite manual
9670         section.
9671
9672         * lily/parser.yy (scalar): allow \markup { } as property value. 
9673
9674         * scm/chord-name.scm: complete new markup usage
9675
9676         * scm/grob-description.scm (all-grob-descriptions): use new markup
9677         texts by default
9678
9679 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9680
9681         * scm/chord-name.scm: partial move to new markup texts.
9682
9683 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9684
9685         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9686
9687         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9688         settable.
9689
9690 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9691
9692         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9693         invoked for old midi, wait for killing.
9694
9695 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9696
9697         * Documentation/user/music-glossary.tely: Finnishing.
9698
9699 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9700
9701         * mf/feta-nummer-code.mf: some kerning pairs.
9702
9703 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9704
9705         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9706         Added.
9707
9708         * Documentation/user/refman.itely (Bar numbers):
9709         set-bar-number-visibility added, modulo-bar-number removed again
9710         (sorry).
9711
9712 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9713
9714         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9715
9716         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9717
9718         * Documentation/user/music-glossary.tely: translate into Finnish.
9719
9720 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9721
9722         * lilypond-mode.el: add shortcut for 2midi
9723
9724         * lilypond-font-lock.el: fontify lyrics
9725
9726 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9727
9728         * scm/drums.scm : use 1.7.x names.
9729
9730         * input/regression/drums.ly : Don't use << chords >>
9731
9732 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9733
9734         * lilypond-mode.el: tidy, add TODO
9735
9736         * make/lilypond.mandrake.spec.in: install-info quietly.
9737
9738 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9739
9740         * input/test/markup.ly: use new syntax.
9741
9742 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9743
9744         * ly/params-init.ly (interscoreline): add word-space
9745
9746         * input/test/metronome.ly (eighthNote): idem.
9747
9748         * input/test/script-priority.ly: use new markup
9749
9750         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9751
9752         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9753
9754         * lily/parser.yy (gen_text_def): bugfix.
9755         (full_markup): allow markup identifier.
9756
9757 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9758
9759         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9760         jobs at the same time. Add horizontal lines to Command menu.
9761         Allow one compiling job -- propose killing others before a new one.
9762
9763         * lilypond.words: add markup, teeny, etc.
9764
9765 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9766
9767         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9768         Allow only one type of midi process; launching Midi either stops
9769         midis or plays the current midi and launching MidiAll stops midis
9770         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9771         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9772
9773 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9774
9775         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9776         markup  for new markup texts.
9777
9778         * lily/mark-engraver.cc (process_music): idem
9779         
9780         * lily/instrument-name-engraver.cc (create_text): idem
9781
9782         * scm/new-markup.scm (magnify-markup): new function.
9783
9784         * scm/molecule.scm (stack-lines): bugfix.
9785
9786         * lily/font-interface.cc (get_font): take font-magnification from
9787         alist chain.
9788
9789 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9790
9791         * lily/molecule-scheme.cc: move scheme functions to separate file.
9792
9793         * lily/font-metric.cc  (ly_get_glyph): new function. 
9794         
9795         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9796         (italic-markup, dynamic-markup): new functions
9797         (font-markup): new function
9798
9799         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9800         padding and minimum
9801
9802 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9803
9804         * lily/accidental-engraver.cc:
9805         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9806
9807 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9808
9809         * lilypond.vim:
9810         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9811         [a-zA-Z] for user defined identifiers. Separate note cases 
9812         with and without a duration (allow cis\longaX).
9813
9814         * lilypond.words: Add words from Info.
9815
9816 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9817
9818         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9819
9820 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9821
9822         * lilypond-mode.el: Propose reverting buffer before a command if
9823         it was edited with an another editor.
9824
9825 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826
9827         * lily/molecule.cc (ly_translate_molecule): new function
9828
9829         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9830         into libdir
9831
9832         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9833
9834         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9835
9836 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9837
9838         * lilypond.words: take \words from Info-index.
9839
9840 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9841
9842         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9843
9844 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9845
9846         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9847
9848 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9849
9850         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9851         and lilypond-documentation.
9852
9853 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9854
9855         * lily/parser.yy: Compile fix (bison 1.75).
9856
9857 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9858
9859         * VERSION: 1.7.9 released
9860
9861         * scm/music-functions.scm (shift-one-duration-log): refactor.
9862         Use music-map.
9863
9864         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9865
9866         * NEWS: update.
9867
9868         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9869         argument
9870         
9871         * scm/music-functions.scm (display-music): new function
9872         (music-map): change arg order.
9873
9874         * input/regression/new-markup-syntax.scm: new file
9875
9876         * lily/parser.yy (markup): add \markup { .. } syntax.
9877
9878         * scm/new-markup.scm (override-markup): new function
9879         (lookup-markup): new function
9880         (music-markup): new function
9881         (lookup-markup-command): use markup-signature to store argument
9882         format for parser.
9883
9884         * lily/lexer.ll: preliminary \markup syntax. 
9885
9886 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9887
9888         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9889         add pre/post-dependencies and menus with icons from source.
9890
9891         * Documentation/pictures/lilypond-48x48.xpm:
9892         * Documentation/pictures/lilypond-32x32.xpm:
9893         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9894         transparent.
9895
9896         * stepmake/stepmake/generic-targets.make:
9897         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9898
9899 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9900
9901         * input/regression/music-map.ly (texidoc): new file.
9902
9903         * scm/music-functions.scm (music-map): new function
9904
9905 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9906
9907         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9908
9909 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9910
9911         * input/test/to-xml.ly:
9912         * lily/ligature-engraver.cc: Fixes documentation.
9913
9914         * lilypond.mandrake.spec.in:
9915         * lilypond.redhat.spec.in: Add lilypond.words.
9916
9917         * Documentation/user/refman.itely: Mention Info inside emacs.
9918         
9919         * lilypond.suse.spec.in:
9920         * lilypond.redhat.spec.in:
9921         * lilypond.mandrake.spec.in: Set root-owner for doc
9922         (tobbe@nyvalls.se).
9923
9924 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9925
9926         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9927         os.popen.read ().
9928
9929 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9930
9931         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9932
9933         * python/lilylib.py (error): add space
9934
9935 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9936
9937         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9938         distribution.
9939
9940 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9941
9942         * lily/paper-outputter.cc (Paper_outputter): close port when
9943         finishing score.
9944
9945 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9946
9947         * scm/sodipodi.scm: Fixes.
9948
9949 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9950
9951         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9952
9953         * buildscripts/make-font-dir.py: Fix. 
9954
9955 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9956
9957         * lilypond-mode.el: Add support for Info inside Emacs.
9958
9959 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9960
9961         * buildscripts/make-font-dir.py: 
9962         * mf/GNUmakefile: Make sodipodi font map.
9963
9964         * scm/sodipodi.scm: Add more output functions.
9965
9966         * mf/feta-nummer.mf: 
9967         * mf/feta-beugel.mf: Add font_coding_scheme.
9968
9969         * lily/paper-outputter.cc (output_header): Fix creator string.
9970
9971 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9972
9973         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9974         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9975
9976         * lilypond.words: add two (Everybody can add/remove words now!).
9977
9978         * debian/rules:
9979         * make/lilypond.suse.spec.in:
9980         * make/lilypond.mandrake.spec.in:
9981         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9982
9983         * Documentation/user/refman.itely: Mention autocompletion.
9984
9985 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9986
9987         * scripts/ly2dvi.py: Add paper sizes.
9988
9989         * lily/timing-engraver.cc: 
9990         * lily/time-signature.cc: 
9991         * lily/span-bar.cc: 
9992         * lily/grob-scheme.cc: Code formatting fixes.
9993
9994         * scm/sodipodi.scm: 
9995         * scm/sketch.scm:
9996         * buildscripts/mf-to-table.py: 
9997         * buildscripts/make-font-dir.py: Font testing.
9998
9999 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10000
10001         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10002         inserts try-completion and shows all-completions.
10003
10004         * lilypond.words: '\' -> '\\'
10005
10006         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10007         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10008         
10009         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10010         and LilyPond-reserved-words.
10011         
10012 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10013
10014         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10015         from load-path.
10016         
10017         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10018         the mini-buffer with Control-Shift-c.
10019         
10020 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10021
10022         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10023         duration. This fixes \tempo taking time.
10024
10025 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10026
10027         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10028         Allow for text markup in repeatCommands. 
10029
10030 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10031
10032         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10033         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10034         Get rid of skeleton.el-dependency.
10035
10036         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10037
10038 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10039
10040         * lily/beam-engraver.cc (stop_translation_timestep): reset
10041         now_stop_ev_
10042
10043         * lily/scm-option.cc: add parse-protect to ly:set-option
10044
10045         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10046
10047 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * lily/include/ligature-bracket.hh: removed
10050         * lily/ligature-bracket.cc: removed
10051
10052         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10053         .tex
10054
10055         * lily/beam.cc (set_beaming): don't change beam count on rests.
10056         (brew_molecule): always set flag-width > 0.
10057
10058 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10059
10060         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10061         chars, remove instructions; instead, refer to lilypond-init.el and
10062         Documentation/topdocs/INSTALL.texi.
10063
10064         * lilypond.words: add identifiers and reserved words.
10065
10066         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10067         files and adding a load-path.
10068
10069         * lilypond-init.el: Instructions, extracted from 
10070         Documentation/topdocs/INSTALL.texi. 
10071         
10072 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10073
10074         * VERSION: 1.7.8 released 
10075
10076         * lily/grob.cc (warning): better robustness fix.
10077
10078 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10079
10080         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10081
10082         * lily/cluster-engraver.cc: stick better to variable naming
10083         conventions
10084
10085         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10086         until stop_translation_timestep()
10087
10088         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10089         min/max coordinates to backend, but no musical info such as
10090         pitches
10091
10092         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10093
10094         * lily/grob.cc: robustness fix: warning(): do not crash if
10095         cause is not set
10096
10097         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10098         the much more elaborated tuplet brackets than the very naive and
10099         simple ligature bracket grob
10100
10101 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10102
10103         * Documentation/user/refman.itely (Analysis brackets): add
10104         horizontal bracket doco.
10105
10106         * ly/property-init.ly (setMmRestFermata): added.
10107
10108         * Documentation/user/refman.itely (Multi measure rests): fermatas
10109         on mm rests.
10110
10111         * input/regression/apply-context.ly (texidoc): new file
10112
10113         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10114         code to be executed during interpretation. Possible applications:
10115         smart octavation, more advanced bar checks. 
10116
10117         * lily/apply-context-iterator.cc: new file.
10118
10119 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10120
10121         * input/test/new-markup.ly: new file.
10122
10123         * lily/text-item.cc (text_to_molecule): new function
10124
10125         * scm/new-markup.scm (lambda): new file
10126
10127         * lily/function-documentation.cc (ly_add_function_documentation):
10128         add proc property as well
10129
10130 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10131
10132         * Documentation/user/music-glossary.tely (Top): add custos.
10133
10134 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10135
10136         * Documentation/topdocs/INSTALL.texi: advise how to include source
10137         path to Emacs load-path and improve language.
10138
10139 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10140
10141         * GNUmakefile.in: config.h message fix.
10142
10143         * autogen.sh:
10144         * aclocal.m4: Regenerate.
10145
10146         * configure.in: 
10147         * config.make.in: 
10148         * stepmake/config.make.in: 
10149         * stepmake/configure.in: 
10150         * stepmake/autogen.sh: 
10151         * stepmake/aclocal.m4: Update for autoconf 2.56.
10152
10153 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10154
10155         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10156         to install Emacs-mode. Instructions how to use vim-mode.
10157
10158 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10159
10160         * scm/music-types.scm (music-descriptions): no length for tempo event.
10161
10162         * input/*.ly: add \version everywhere.
10163         
10164         * input/*.ly: update syntax to 1.7 + new-chords.
10165
10166         * VERSION: 1.7.7 released.
10167         
10168         * Documentation/user/*.tely: new chord syntax.
10169
10170         * input/regression/[bc]*.ly (texidoc): syntax updates.
10171         
10172 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10173
10174         * lilypond.words: add vocabulary to be used in auto-completion
10175
10176         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10177
10178         * lilypond.vim: allow note name at EOF
10179
10180 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10181
10182         * buildscripts/new-chords.py (edit): -e option: inline editing.
10183
10184         * input/regression/a*.ly (texidoc): syntax updates.
10185
10186         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10187         music): elucidations. 
10188
10189 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10190
10191         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10192         ly/spanners-init.ly, scm/grob-description.scm,
10193         scm/grob-property-description.scm, scm/music-types.scm,
10194         lily/cluster-engraver.cc, lily/cluster.cc,
10195         lily/include/cluster.hh, input/test/cluster.ly: cluster
10196         implementation
10197
10198         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10199         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10200         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10201
10202         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10203
10204         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10205
10206         * scm/grob-description.scm: bugfix: by default, use default note
10207         head style when engraving ligatures
10208
10209         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10210
10211         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10212         events
10213
10214         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10215
10216         * input/test/ancient-font.ly: bugfix: style -> flag-style
10217
10218         * lily/ligature-engraver.cc: indentation fix
10219
10220         * lily/parser.yy: indentation fixes
10221         
10222 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10223
10224         * input/regression/measure-grouping.ly: more elaborate example.
10225
10226         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10227         ly:div-moment. New functions 
10228
10229         * scm/music-functions.scm (set-time-signature): new function,
10230         allow inline time sig settings with measure grouping.
10231
10232         * lily/parser.yy (command_element): move time sig construction
10233         into Scheme.
10234
10235         * lily/side-position-interface.cc (out_of_staff): new function,
10236         like padding, but keep minimum distance from staff. Easier than
10237         linespanners (dynamics, pedals), but roughly the same effect.
10238
10239 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10240
10241         * emacs-mode.el: Added spanish-note-replacements 
10242         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10243
10244         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10245
10246 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10247
10248         * lilypond.vim: Do not fontify cises, desis, etc.
10249
10250         * vimrc: view dvi with <S-F6>
10251
10252 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10253
10254         * lily/lookup.cc (triangle): new function.
10255
10256         * input/regression/measure-grouping.ly (texidoc): new file: show
10257         triangles and brackets for beat groups of 3 and 2.
10258
10259         * lily/include/measure-grouping-spanner.hh (class
10260         Measure_grouping): new file.
10261
10262         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10263
10264         * lily/measure-grouping-engraver.cc (class
10265         Measure_grouping_engraver): new file.
10266
10267 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10268
10269         * Merge from stable:
10270
10271             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10272         
10273         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10274         stylesheet.
10275
10276         * ly/paper19.ly: Include paper19-init.ly.
10277
10278         * ly/paper19-init.ly: New file.
10279
10280         * Documentation/user/tutorial.itely (First steps): Fix first
10281         example for font test.
10282
10283         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10284
10285         * ChangeLog: Add 1.7.6 release marker (see below).
10286
10287         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10288         Add .py files.
10289
10290 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10291
10292         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10293
10294         * input/tutorial/*.ly: update to new syntax.
10295
10296         * lily/parser.yy (Composite_music): new transpose syntax,
10297         \transpose FROM TO MUSIC. 
10298
10299 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10300
10301         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10302         latex progress/error output to stderr (by default this goes to
10303         stdout).  Show lilypond progress, even when not verbose.
10304
10305         * python/lilylib.py (system): New optional parameter to control
10306         showing of progress.
10307
10308         * scm/backend-documentation-lib.scm (check-dangling-properties):
10309         Fix error message.
10310
10311         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10312         axis, extent.
10313
10314         * scm/grob-property-description.scm (magnify): Remove.
10315         (extent, axis): Add.
10316
10317 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * VERSION: Release 1.7.6.
10320
10321         * scripts/convert-ly.py: more uniformization substitutions.
10322
10323         * buildscripts/new-chords.py (sub_chords): new file.
10324
10325 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10326
10327         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10328         lilypond.map.  Include sauter fonts too.  Cleanups.
10329
10330 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10331
10332         * Documentation/user/tutorial.itely (First steps): change to new
10333         chord/tie/slur/beam notation.
10334
10335         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10336         ties.
10337
10338         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10339         engraver. Process ties in postfix notation, i.e. c8-~ c
10340
10341         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10342
10343         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10344
10345         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10346
10347         * lily/beam-engraver.cc (try_music): accept new-beam-events
10348
10349         * input/regression/chord-scripts.ly (texidoc): new file
10350
10351         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10352         script-events.
10353
10354         * scm/script.scm (default-script-alist): cleanup.
10355
10356         * lily/script-engraver.cc (make_script_from_event): cleanup.
10357
10358         * lily/lyric-combine-music-iterator.cc
10359         (Lyric_combine_music_iterator): remove superfluous events.
10360         (melisma_busy): new function. Fix broken melismas.
10361
10362 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10363
10364         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10365         Remove nonvalid settings. Use descriptive key names.
10366         Use <Return> to indicate the pressing of that key.
10367
10368 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10369
10370         * scripts/lilypond-book.py (option_definitions): Typo.
10371
10372         * scripts/ly2dvi.py: Updates.
10373
10374         * python/lilylib.py (setup_environment, print_environment)
10375         (get_bbox, make_preview): Merge and remove from ly2dvi and
10376         lilypond-book.
10377
10378         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10379
10380         * .cvsignore: Remove some cruft.
10381
10382         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10383         path.
10384
10385         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10386         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10387         throughout.
10388
10389         * python/lilylib.py (quiet_system): Junk
10390         (system): Display error log upon failure.
10391         (read_pipe): New function.  Cleanups and fixes.
10392
10393         * python/*.py: Rename from *.py.in.
10394         
10395         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10396
10397         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10398
10399 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10400
10401         * python/GNUmakefile: Bugfix: handle modules.
10402
10403         * stepmake/stepmake/python-module-targets.make (default): Add
10404         compiled modules. 
10405
10406         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10407         compiling modules.
10408
10409         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10410         Bugfix.  (OUT_PYC_MODULES): Add.
10411
10412 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10413
10414         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10415         Use default paths. Refresh description.
10416
10417 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10418
10419         * VERSION: 1.7.5 released
10420
10421         * input/regression/finger-chords.ly (texidoc): new file.
10422
10423         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10424         support
10425
10426         * lily/fingering-engraver.cc (process_music): remove kludgy
10427         scriptHorizontal stuff.
10428
10429         * lily/script.cc: remove staff-support property.
10430
10431         * lily/new-fingering-engraver.cc (add_fingering): new
10432         file. Fingering engraver for new style chords.
10433
10434 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10435
10436         * lily/parser.yy (bare_number): allow 4 \cm (without
10437         decimal dot). (should backport to 1.6?)
10438
10439         * ly/declarations-init.ly: use Scheme for dimension defs.
10440
10441         * lily/parser.yy (TODO): remove hard coded dimensions, add
10442         REAL NUMBER_IDENTIFIER production.
10443
10444         * lily/rest-collision.cc (force_shift_callback): rewrite using
10445         -done property.
10446
10447         * scm/grob-property-description.scm (rest-collision-done): add
10448         property.
10449         
10450         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10451
10452 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10453
10454         * input/regression/multi-measure-rest-center.ly: new file.
10455
10456         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10457         off horizontally by 0.05 ss. Fixed.
10458
10459 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10460
10461         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10462
10463         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10464
10465 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10466
10467         * lily/tie.cc (get_control_points): also avoid staff lines on the
10468         just outside the outer staff lines
10469
10470 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10471
10472         * ly/params-init.ly: Just define style-alist, no need to
10473         define-public.
10474
10475         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10476         (thanks Han-Wen).
10477
10478         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10479         (FET_FILES): = FONT_FILES.
10480
10481         * Merge from stable:
10482
10483             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10484
10485 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10486
10487         * VERSION: 1.7.4 released.  
10488         
10489         * scm/generate-documentation.scm (string-append): add macro
10490         definitions.
10491
10492         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10493         normal texts.
10494
10495         * lily/multi-measure-rest-engraver.cc: make separate
10496         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10497
10498         * lily/multi-measure-rest.cc: remove text handling. Remove
10499         number-threshold.
10500
10501 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10502
10503         * scm/music-types.scm: doc patch by Graham Percival
10504
10505 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10506
10507         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10508         encoding part.
10509         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10510         (sketch_p): Sketch wants only first four elements of X11 font spec.
10511
10512         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10513
10514         * mf/feta-autometric.mf: Write foundry and family to log.
10515
10516         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10517         font translation table.
10518
10519         * buildscripts/mf-to-table.py: Better font info into afm.
10520
10521         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10522         1.0.9 required.
10523
10524         * configure.in: Whine for mftrace 1.0.9.
10525
10526 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10527
10528         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10529
10530         * lily/main.cc (main_prog): don't try to load init.EXT when
10531         processing foo.EXT.
10532
10533 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10534
10535         * scm/tex.scm (zigzig-line): added.
10536
10537         * scm/ps.scm (zigzag-line): added.
10538
10539         * ps/music-drawing-routines.ps (subvec): added.
10540         (draw_zigzag_line): added.
10541         
10542         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10543         grob properties zigzag-width and zigzag-length.
10544
10545         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10546
10547 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10548
10549         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10550         svg output, including font.
10551
10552 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10553
10554         * scm/lily.scm: Register sodipodi output module.
10555
10556         * scm/sodipodi.scm: New file.
10557
10558         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10559
10560         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10561         comment, after header.
10562         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10563         FullName.  Fix FontName key.
10564
10565 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10566
10567         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10568         and breve rests.
10569         
10570         * input/test/blank-notes.ly: bugfix
10571
10572         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10573         rests. (Kim Shrier)
10574
10575         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10576         
10577 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10578
10579         * scm/tex.scm: 
10580         * scm/ps.scm: Cleanup and remove obsolete junk.
10581
10582         * Documentation/user/internals.itely:
10583         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10584
10585         * lily/parser.yy: Identify shift/reduce problems.
10586
10587         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10588         make-style-sheet.  Too specific for convert-ly?
10589
10590 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10591
10592         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10593
10594         * input/test/*.ly: various fixes.
10595
10596         * lily/music.cc (name): bugfix
10597
10598         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10599
10600         * lily/input-file-results.cc (code): set-point-and-click! ->
10601         set-point-and-click
10602         
10603 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10604
10605         * Use uniform ly: prefix for exported scheme primitive functions.
10606
10607         * scm/music-types.scm: junk compat glue
10608
10609         * scripts/convert-ly.py: add rules for stuff below, junk
10610         compatibility glue for spanrequest.
10611
10612         * lily/parser.yy (verbose_event): remove \spanrequest,
10613         \commandspanrequest, \script. 
10614         
10615         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10616
10617         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10618         for \penalty, \glissando.
10619
10620         * VERSION: release 1.7.3
10621         
10622 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10623
10624         * lily/accidental-engraver.cc: Fix
10625         grace-in-the-beginning-of-measure bug caused by the resent
10626         partial-measure fix.
10627
10628         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10629         overlap looks too crowded)
10630         
10631 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10632
10633         * lily/parser.yy (assignment): allow SCM expression as assignment.
10634
10635         * lily/include/music-output-def.hh (class Music_output_def):
10636         * lily/music-output-def.cc: 
10637         * lily/paper-def.cc: 
10638         * scm/font.scm (markup-to-properties):
10639         * lily/parser.yy (music_output_def_body): 
10640         remove style_sheet_
10641
10642 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10643
10644         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10645         length.
10646
10647         * input/regression/spacing-to-grace.ly: new file.
10648
10649         * input/regression/spacing-end-of-line.ly: new file.
10650
10651         * lily/note-spacing.cc (get_spacing): take into account breakable
10652         stuff sticking out at the left (time sig change at line break).
10653
10654         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10655         raggedright code.
10656
10657         * scm/music-functions.scm (make-voice-props-set): add
10658         staff-position for mm rests.
10659  
10660         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10661         before grace notes a little.
10662
10663         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10664
10665         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10666         key adds space at the end of line. 
10667
10668 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10669
10670         * scm/sketch.scm: Fix beams.
10671
10672         * buildscripts/mf-to-table.py: Add EncodingScheme.
10673
10674         * scm/sketch.scm: Resurrect.
10675
10676 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10677
10678         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10679         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10680
10681 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10682
10683         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10684
10685         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10686
10687 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10688
10689         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10690         token for origin information.
10691
10692         * lily/parser.yy (My_lily_lexer): do identifier location and
10693         cloning from lexer.
10694
10695         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10696         logic out of the parser. Add bar checks on both ends.
10697
10698         * Documentation/user/refman.itely (Multi measure rests): add more
10699         notes about mm rests.
10700
10701 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10702
10703         * input/regression/bar-scripts.ly: Re-enable.
10704
10705         * lily/parser.yy:
10706         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10707         released rsn.  Bison 1.50 has a crucial bug and won't work.
10708
10709         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10710
10711
10712 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10713
10714         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10715
10716 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10717
10718         * Actually merge changes since 1.6.4 besides ChangeLog, and
10719         resolve conflicts.  Lots of updates, hope all is well.
10720         
10721         * cygwin/lilypond.hint (requires): Add ghostscript.
10722
10723         * scm: Update some (c).
10724         
10725 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10726
10727         * input/test/{various}.ly: add \header fields and texidoc strings.
10728
10729 2002-10-05  Werner Lemberg  <wl@gnu.org>
10730
10731         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10732         renamed to `output_latex_quoted'.
10733         Added `output_latex_noquote'.
10734         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10735         mode.
10736
10737 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10738
10739         * ChangeLog: Add 1.6.6 release marker.  See below.
10740
10741         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10742
10743         * scripts/midi2ly.py: Fix global syntax warnings.
10744
10745         * GNUmakefile.in: Generate builddir locale tree too.
10746
10747         * scripts/ly2dvi.py:
10748         * scripts/midi2ly.py: 
10749         * scripts/mup2ly.py: 
10750         * scripts/update-lily.py:
10751         * lily/main.cc (setup_paths): Fix for locales setup.
10752
10753 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10754
10755         * Documentation/windows/installing.texi: Soften wording about
10756         necessity of becoming Administrator.  tommie@iae.nl reports this
10757         does not seem to be necessary for his flavour of Windows 2000.
10758         Explicitely discourage text mode mounts.
10759
10760 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10761
10762         * lily/rest.cc (after_line_breaking): backport dot position fix.
10763
10764         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10765         rests. Thanks to Klaus Zimmermann for finding this bug.
10766
10767 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10768
10769         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10770
10771 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10772
10773         * Documentation/user/music-glossary.tely: fix links.
10774
10775 2002-10-21  Werner Lemberg  <wl@gnu.org>
10776
10777         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10778         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10779         scaling factor) only once and use them in the definition of
10780         \embeddedps.
10781         * ps/music-drawing-routines.ps (skeel): Removed.
10782
10783 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10784
10785         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10786         Solaris7, as we don't use nested $( ) constructs.
10787
10788 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10789
10790         * VERSION: Release 1.6.6.
10791         
10792 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10793
10794         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10795         as workaround for /bin/sh problems on Solaris7.
10796
10797 2002-10-19  Werner Lemberg  <wl@gnu.org>
10798
10799         * GNUmakefile.in (web-doc): Fix typos.
10800         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10801         `music-drawing-routines.ps' but emit \special{header=...} once.
10802         * scm/tex.scm (header-end): Updated.
10803
10804 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10805
10806         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10807         undefined tremolo. 
10808
10809 2002-10-15  Werner Lemberg  <wl@gnu.org>
10810
10811         * scripts/lilypond-book.py (g_make_html): New global variable.
10812         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10813         if `g_make_html' isn't set.
10814         [main]: Add format `texi-html'.
10815         (option_definitions): Updated.
10816         * Documentation/user/lilypond-book.itely: Updated.
10817
10818         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10819         * make/ly-rules.make (%.texi, %.nexi): Use it.
10820         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10821         format to lilypond-book.
10822         * GNUmakefile.in (web-doc): Ditto.
10823
10824 2002-10-14  Werner Lemberg  <wl@gnu.org>
10825
10826         Further improve TeX output.  The produced files are about 40%
10827         smaller.  `lilyponddefs.tex' is now read only once.
10828
10829         * tex/lilyponddefs.tex: Remove footer stuff.
10830         (\ifundefined): Renamed to...
10831         (\lilypondundefined): This.  Use LaTeX's definition to
10832         make it nestable and make it global.
10833         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10834         output.
10835         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10836         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10837         them global.
10838         (\placebox): Renamed to...
10839         (\lyitem): This.
10840         Make it global and call \outputscale by itself.
10841         (\lybox, \lyvrule): New macros to reduce input data.
10842         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10843         New auxiliary macros.
10844         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10845         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10846         to...
10847         (\lilypondspace): This and made it global.
10848         (\turnOnPostScript): Renamed to...
10849         (\lilypondpostscript): This and made it global.
10850         (\turnOnExperimentalFeatures): Renamed to...
10851         (\lilypondexperimentalfeatures): This and made it global.
10852         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10853         (\lilypondsetdimen): This and made it global.
10854         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10855         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10856         (all, $(outdir)/music-drawing-routines.ps): New rules.
10857         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10858         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10859         start-system, stop-system, stop-last-system, filledbox): Updated to
10860         use the changed macros from lilyponddefs.tex.
10861         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10862
10863 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10864
10865         * Documentation/windows/installing.texi: Update.
10866
10867 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10868
10869         * VERSION: 1.6.5 released
10870
10871         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10872
10873 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10874
10875         * scm/translator-property-description.scm (voltaOnThisStaff): add
10876         property.
10877
10878 2002-09-28  Werner Lemberg  <wl@gnu.org>
10879
10880         * scm/tex.scm (header-end): Suppress page numbering.
10881
10882         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10883         Fix quotation for HTML output.
10884
10885 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10886         
10887         * Documentation/user/refman.itely: grammar and phrasing
10888           fixes to "Note Entry" section.  Also adds a few new examples.
10889
10890 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10891
10892         * flower/include/string-data.icc: include string.h
10893
10894 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10895
10896         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10897
10898 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10899
10900         * Documentation/user/GNUmakefile (extra-local-help): Add.
10901
10902         * stepmake/stepmake/www-targets.make (local-help): Add.
10903
10904 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10905
10906         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10907         packages.
10908
10909         * Documentation/topdocs/README.texi (Top): building documentation
10910         (not website.)
10911
10912 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10913
10914         * Documentation/user/refman.itely: 
10915         * Documentation/user/tutorial.itely: 
10916         * Documentation/user/music-glossary.tely: Merge changes.
10917
10918         * Documentation/user/glossary.html.in: 
10919         * Documentation/index.texi: 
10920         * Documentation/header.html.in: Accomodate renaming of glossary.
10921         
10922         * Documentation/user/tutorial.itely: Add some glossary references.
10923         
10924         * Documentation/user/refman.itely: Minor fixes.
10925         
10926         * Documentation/user/lilypond.tely: Add glossary do direntry.
10927
10928         * Documentation/user/music-glossary.tely: Rename (previously:
10929         glossary.tely).  Fix anchor placement.
10930
10931         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10932
10933 2002-09-23  Werner Lemberg  <wl@gnu.org>
10934
10935         * scripts/lilypond-book.py (output_dict): Fix handling of
10936         various environments by avoid extraneous newlines.
10937         Rename `output-all' regexp for html to `output-html'.
10938         Replace `output-all' regexp for texi with `output-texi-quote'
10939         and `output-texi-noquote'.
10940         (compose_full_body): Don't override `linewidth' user option
10941         for `singleline'.
10942         (schedule_lilypond_block): Don't indent text specified with
10943         `intertext' option.
10944         Add new option `noquote'.
10945         (compile_all_files): Use latex instead of tex to compile ly
10946         files directly.
10947
10948         * Documentation/user/lilypond-book.itely: Updated and revised.
10949         Improve layout.
10950
10951         * Documentation/user/glossary.tely,
10952         Documentation/user/introduction.itely,
10953         Documentation/user/tutorial.itely,
10954         Documentation/user/refman.itely,
10955         Documentation/user/appendices.itely: Fix overfull LilyPond
10956         boxes caused by the new lilypond-book code.  Other minor
10957         fixes.
10958
10959         * Documentation/user/macros.itexi (@texiflat): Don't emit
10960         trailing space.
10961
10962         * scm/tex.scm (end-output, header-end): Add preamble and
10963         postamble to make lilypond output directly compilable with
10964         latex.
10965
10966         
10967 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10968
10969         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10970         instructions.
10971
10972 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10973
10974         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10975
10976 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10977
10978         * lily/beam.cc (connect_beams): don't crash if there are quarter
10979         notes in beams.
10980
10981 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10982
10983         * Documentation/user/refman.itely: corrected ancient clef
10984         docu; added docu on ligatures
10985
10986 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10987
10988         * Documentation/user/glossary.tely,
10989         Documentation/user/refman.itely, input/les-nereides.ly,
10990         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10991         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10992         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10993         Stem properties: flag-style -> stroke-style, style -> flag-style.
10994
10995
10996 2002-09-22  Werner Lemberg  <wl@gnu.org>
10997
10998         * scripts/lilypond-book.py: Add option `notime' to suppress
10999         printing of a time signature.  Specify default indentation of 0pt
11000         if single line fragment.  Don't emit redundant `\paper{ }'.
11001
11002         * Documentation/user/lilypond-book.itely: Updated.
11003
11004         * Documentation/user/glossary.tely: Completely reformatting.
11005
11006 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11007
11008         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11009
11010 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11011
11012         * Documentation/user/tutorial.itely: Fix links.
11013         
11014         * Documentation/topdocs/index.tely:
11015         * Documentation/index.texi:
11016         * Documentation/header.html.in: Small website fixes and updates.
11017
11018         * debian/: Debian patch by Anthony Fok.
11019
11020 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11021
11022         * Documentation/footer.html.in: How time flies: It's already 2002!
11023
11024         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11025         more descriptive link names than 'here'.
11026
11027 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11028
11029         * VERSION: 1.7.2 released
11030         * VERSION: 1.6.4 released
11031         
11032         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11033
11034         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11035         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11036
11037         * mf/feta-din.mf (test): add x-height and space.
11038
11039         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11040         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11041
11042         * ly/grace-init.ly: add-to-grace-init: function to portably add
11043         settings to \grace. 
11044
11045         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11046         if we get an absolute dynamic event.
11047  
11048         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11049
11050         * lily/source-file.cc (get_line): oops. All line numbers were off
11051         by 2. Fix that. 
11052
11053         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11054         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11055
11056         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11057
11058         * lily/parser.yy (number_factor): remove (number) as number
11059         expression. ("Let them eat Lisp").
11060
11061 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11062
11063         * lily/horizontal-bracket.cc: new file.
11064
11065         * lily/horizontal-bracket-engraver.cc: new file.
11066
11067         * input/regression/note-group-bracket.ly: new file. Support
11068         horizontal note brackets for music analysis.
11069
11070         * lily/stem.cc (flag): new flag-style: no-flag.
11071
11072         * input/test/stem-cross-staff.ly: new file
11073         
11074         * Documentation/user/internals.itely: Improved formatting, fixing
11075         typos.  Added a section `Output details' to describe how the TeX
11076         code looks like.
11077
11078         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11079
11080         * lily/parser.yy: remove \dynamicscript.
11081
11082         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11083         definitions. 
11084
11085         * python/midi.c (midi_error): take two arguments.
11086
11087         * Merge 1.6.5 changes:
11088         
11089 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11090
11091         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11092         staff-space.  Previous 1.5 was probably meant as half-spaces.
11093         (cautionary-style): parentheses (was: smaller).  This is what doco
11094         says, and it seems more logical.
11095
11096         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11097         for 2nd sentence.
11098
11099 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11100
11101         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11102
11103 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11104
11105         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11106
11107 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11108
11109         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11110
11111 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11112
11113         * scm/translator-property-description.scm (voltaOnThisStaff): add
11114         property.
11115
11116 2002-09-28  Werner Lemberg  <wl@gnu.org>
11117
11118         * scm/tex.scm (header-end): Suppress page numbering.
11119
11120         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11121         Fix quotation for HTML output.
11122
11123 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11124         
11125         * Documentation/user/refman.itely: grammar and phrasing
11126           fixes to "Note Entry" section.  Also adds a few new examples.
11127
11128 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11129
11130         * flower/include/string-data.icc: include string.h
11131
11132 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11133
11134         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11135
11136 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11137
11138         * Documentation/user/GNUmakefile (extra-local-help): Add.
11139
11140         * stepmake/stepmake/www-targets.make (local-help): Add.
11141
11142 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11143
11144         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11145         packages.
11146
11147         * Documentation/topdocs/README.texi (Top): building documentation
11148         (not website.)
11149
11150 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * Documentation/user/refman.itely: 
11153         * Documentation/user/tutorial.itely: 
11154         * Documentation/user/music-glossary.tely: Merge changes.
11155
11156         * Documentation/user/glossary.html.in: 
11157         * Documentation/index.texi: 
11158         * Documentation/header.html.in: Accomodate renaming of glossary.
11159         
11160         * Documentation/user/tutorial.itely: Add some glossary references.
11161         
11162         * Documentation/user/refman.itely: Minor fixes.
11163         
11164         * Documentation/user/lilypond.tely: Add glossary do direntry.
11165
11166         * Documentation/user/music-glossary.tely: Rename (previously:
11167         glossary.tely).  Fix anchor placement.
11168
11169         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11170
11171 2002-09-23  Werner Lemberg  <wl@gnu.org>
11172
11173         * scripts/lilypond-book.py (output_dict): Fix handling of
11174         various environments by avoid extraneous newlines.
11175         Rename `output-all' regexp for html to `output-html'.
11176         Replace `output-all' regexp for texi with `output-texi-quote'
11177         and `output-texi-noquote'.
11178         (compose_full_body): Don't override `linewidth' user option
11179         for `singleline'.
11180         (schedule_lilypond_block): Don't indent text specified with
11181         `intertext' option.
11182         Add new option `noquote'.
11183         (compile_all_files): Use latex instead of tex to compile ly
11184         files directly.
11185
11186         * Documentation/user/lilypond-book.itely: Updated and revised.
11187         Improve layout.
11188
11189         * Documentation/user/glossary.tely,
11190         Documentation/user/introduction.itely,
11191         Documentation/user/tutorial.itely,
11192         Documentation/user/refman.itely,
11193         Documentation/user/appendices.itely: Fix overfull LilyPond
11194         boxes caused by the new lilypond-book code.  Other minor
11195         fixes.
11196
11197         * Documentation/user/macros.itexi (@texiflat): Don't emit
11198         trailing space.
11199
11200         * scm/tex.scm (end-output, header-end): Add preamble and
11201         postamble to make lilypond output directly compilable with
11202         latex.
11203
11204         
11205 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11206
11207         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11208         instructions.
11209
11210 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11211
11212         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11213
11214 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11215
11216         * lily/beam.cc (connect_beams): don't crash if there are quarter
11217         notes in beams.
11218
11219 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11220
11221         * Documentation/user/refman.itely: corrected ancient clef
11222         docu; added docu on ligatures
11223
11224 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11225
11226         * Documentation/user/glossary.tely,
11227         Documentation/user/refman.itely, input/les-nereides.ly,
11228         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11229         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11230         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11231         Stem properties: flag-style -> stroke-style, style -> flag-style.
11232
11233 2002-09-22  Werner Lemberg  <wl@gnu.org>
11234
11235         * scripts/lilypond-book.py: Add option `notime' to suppress
11236         printing of a time signature.  Specify default indentation of 0pt
11237         if single line fragment.  Don't emit redundant `\paper{ }'.
11238
11239         * Documentation/user/lilypond-book.itely: Updated.
11240
11241         * Documentation/user/glossary.tely: Completely reformatting.
11242
11243 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11244
11245         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11246
11247 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11248
11249         * Documentation/user/tutorial.itely: Fix links.
11250         
11251         * Documentation/topdocs/index.tely:
11252         * Documentation/index.texi:
11253         * Documentation/header.html.in: Small website fixes and updates.
11254
11255         * debian/: Debian patch by Anthony Fok.
11256
11257 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * Documentation/footer.html.in: How time flies: It's already 2002!
11260
11261         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11262         more descriptive link names than 'here'.
11263
11264 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11265
11266         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11267
11268 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11269
11270         * lily/part-combine-music-iterator.cc (get_state): cleanup
11271         (get_music_info): cleanup.
11272
11273 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11274
11275         * scm/backend-documentation-lib.scm (interface-doc-string):
11276         crosslinks between interfaces and grobs. Headings for interfaces
11277         in grob explanation.
11278
11279 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11280
11281         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11282         dtd).  Add preliminary dtd.
11283         (re-sub-alist): Robustify.
11284
11285 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11286
11287         * lily/include/event-chord-iterator.hh,
11288         lily/context-specced-music-iterator.cc,
11289         lily/event.cc, lily/event-chord-iterator.cc: add
11290
11291 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11292
11293         * lily/: some (c) header fixes.
11294         
11295         * lily/request-chord.cc: Remove.
11296         
11297         * lily/include/event-chord-iterator.hh:
11298         * lily/include/event.hh:
11299         * lily/event-chord.cc: New file.
11300         
11301         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11302         requested.
11303
11304 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11305
11306         * lily/ : rename Request to Event
11307
11308         * lily/parser.yy (command_element): move clef stuff into Scheme.
11309
11310         * lily/:  rename length_mom () to get_length()
11311
11312         * lily/part-combine-music.cc: removed file and class.
11313
11314         * lily/context-specced-music-iterator.cc (class
11315         Context_specced_music_iterator): new file. Obsoletes the
11316         Context_specced_music type.
11317
11318         * scm/music-types.scm (make-repeated-music): put different kinds
11319         of repeated music into music-type table.
11320
11321         * VERSION: 1.7.1 released.
11322
11323         * scm/to-xml.scm: new file.
11324
11325         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11326         new Input representation: dump music as XML.
11327
11328         * scm/engraver-documentation-lib.scm
11329         (engraver-accepts-music-types?): add links from music to engraver,
11330         from music-type to engraver.
11331
11332         * lily/include/command-request.hh: removed
11333         lily/include/musical-request.hh: removed. Removed all _req classes
11334         except Key_change_req. Changes throughout.
11335
11336 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11337
11338         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11339
11340 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11341
11342         * lily/*.cc: specify accepts for many engravers.
11343
11344         * scm/music-documentation-lib.scm: dump music expressions and
11345         music subtypes.
11346
11347         * scm/documentation-lib.scm: complete revision.
11348         Use GOOPS objects to store document tree explicitly. Cleaned up and
11349         sped up doco generation a lot.
11350
11351 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11352
11353         * input/trip.ly (fugaIILeft): add arpeggio
11354
11355         * lily/translator-group.cc (try_music_on_nongroup_children):
11356         oops. The name symbol is in the cdr of the assoc handle.
11357
11358         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11359         Hyphen_req, Glissando_req, Break_req, Mark_req 
11360
11361 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11362
11363         * lily/musical-request.cc (music-duration-length,
11364         music-duration-compress): new functions.
11365
11366         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11367         throughout. Warning doesn't work yet.
11368
11369         * lily/translator-group.cc (try_music_on_nongroup_children):
11370         new implementation: store candidate acceptors in a hashTable.
11371
11372 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11373
11374         * scm/music-types.scm (music-descriptions): change name to
11375         internal-class-name
11376
11377         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11378
11379 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11380
11381         * lily/beam.cc (connect_beams): don't crash if there are quarter
11382         notes in beams.
11383
11384 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11385
11386         * Documentation/user/refman.itely: corrected ancient clef
11387         docu; added docu on ligatures
11388
11389 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11390
11391         * Documentation/user/glossary.tely,
11392         Documentation/user/refman.itely, input/les-nereides.ly,
11393         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11394         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11395         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11396         Stem properties: flag-style -> stroke-style, style -> flag-style.
11397
11398 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11399
11400         * scm/music-functions.scm (music-separator?): don't use name music
11401         property.
11402
11403 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11404
11405         * stepmake/stepmake/generic-targets.make (help): Document check
11406         target.
11407
11408         * lily/new-accidental-engraver.cc: Compile fix.
11409
11410 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11411
11412         * scripts/convert-ly.py: Add rule.
11413
11414         * input/test/music-creation.ly:
11415         * input/test/add-staccato.ly:
11416         * input/test/add-text-script.ly: ly-make-music.
11417
11418         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11419         More ly-make-music renamings.
11420
11421         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11422
11423         * lily/music-constructor.cc (make_music): Add debugging info.
11424
11425         * scm/music-functions.scm (make-simultaneous-music,
11426         (make-sequential-music, context-spec-music):
11427         * scm/music-types.scm (music-descriptions): Get lily to run.
11428
11429 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11430
11431         * lily/command-request.cc (transpose_key_alist): new function.
11432
11433         * lily/key-performer.cc (create_audio_elements): cleanup. 
11434
11435 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11436
11437         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11438
11439         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11440         events-accepted field.
11441
11442         * scm/music-types.scm: new file.
11443
11444         * lily/parser.yy: put music type initialization into scheme,
11445         similar to grob initialization.  Changes throughout.
11446
11447 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11448
11449         * Documentation/user/tutorial.itely: Fix links.
11450         
11451         * Documentation/index.texi: 
11452         * Documentation/header.html.in: 
11453         * Documentation/topdocs/index.tely: Small website fixes and updates.
11454
11455         * debian/: Debian patch by Anthony Fok.
11456
11457 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11458
11459         * Documentation/footer.html.in: How time flies: It's already 2002!
11460
11461         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11462         more descriptive link names than 'here'.
11463
11464         * ROADMAP: Remove test stuff.
11465
11466         * scripts/update-lily.py: Allow auto-building of stable and
11467         development versions.  Bugfixes.
11468
11469 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11470
11471         * VERSION: released 1.7.0
11472
11473         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11474
11475         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11476         positive line widths.
11477
11478 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11479
11480         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11481         go.  Fix comments.
11482
11483         * cygwin: Cygwin updates.
11484
11485 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11486
11487         * Documentation/windows/installing.texi (Top): version for python,
11488         urls for ghostscript (thanks to John Potelle)
11489         
11490         * lily/simultaneous-music-iterator.cc
11491         (Simultaneous_music_iterator): init children_list_ before
11492         triggering GC.
11493
11494         * lily/*-iterator.cc: be even more careful with smobbed copy
11495         constructors. 
11496
11497         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11498         LeftEdge item.
11499
11500 2002-09-15  Werner Lemberg  <wl@gnu.org>
11501
11502         Improving LilyPond's output to make them ordinary TeX boxes with
11503         predictable dimensions.  System boxes are now vertically centered on
11504         the baseline; this offset can be further controlled with
11505         \lilypondscoreshift.
11506
11507         * lily/system.cc (System::post_processing): Pass length of current
11508         system to `start-system' (including any horizontal indentation).
11509
11510         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11511         prettier.
11512         (lily-def): Append `%'.
11513         (start-system): Add parameter `wd'.  Output more TeX code to specify
11514         box dimensions.
11515         (stop-system, stop-last-system): Complement changes in
11516         `start-system'.
11517         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11518         Updated.
11519
11520         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11521         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11522         Write final `\endinput'.
11523
11524         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11525         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11526         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11527         files and macro definitions don't produce spurious spaces and
11528         paragraphs (using \endlinechar).
11529         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11530
11531         * Documentation/user/internals.itely: Improved formatting, fixing
11532         typos.  Added a section `Output details' to describe how the TeX
11533         code looks like.
11534
11535 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11536
11537         * lily/accidental-engraver.cc: Also work with partial measures.
11538
11539 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11540
11541         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11542         spanner.
11543
11544 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11545
11546         * lily/identifier-smob.cc (unpack_identifier): new file.
11547
11548         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11549         pass off scheme expressions as music identifiers.
11550
11551         * scm/lily.scm: reorganisation, cleanups.
11552
11553         * lily/main.cc: small cleanups.
11554
11555 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * lily/ly-module.{cc,hh}: new file.
11558
11559 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11560
11561         * lily/accidental-engraver.cc: Also work with partial measures.
11562
11563 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11566
11567 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11568
11569         * lily/my-lily-lexer.cc: use SCM module in stead of
11570         Scheme_hash_table. Changes throughout.  
11571
11572 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11573
11574         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11575