]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
typos.
[lilypond.git] / ChangeLog
1 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
2
3         * input/test/{blank-notes.ly,staff-container.ly}: typos.
4
5 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * Documentation/user/music-glossary.tely: @table @strong' replaced
8         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
9         (backportme).
10
11 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
12
13         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
14
15         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
16         #{ lily music expression #} that returns an equivalent scheme
17         music expression by parsing the string.
18
19 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
20
21         * lily/my-lily-parser.cc:
22         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
23         SCM string (foo.ly/toto.scm support).
24
25 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
26
27         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
28
29 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
30
31         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
32
33         * scripts/lilypond-book.py: LY code that includes \header is
34         not assumed to be a fragment.
35
36 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
37
38         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
39         tremolo beams up.
40
41         * lily/stem.cc (chord_start_y): Return 0 if no heads.
42         (get_default_stem_end_position): No tremolo head juggling if no
43         heads.  Fixes tremolo crash on rests (backportme).
44
45         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
46
47 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
48
49         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
50         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
51
52         * lily/lexer.ll: Allow \encoding in NOTES mode.
53
54         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
55         for lyrics, not for commands.
56
57         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
58         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
59
60         * input/regression/newaddlyrics.ly: New file.
61
62         * Documentation/topdocs/NEWS.texi: Update.
63
64         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
65         (Music_list): Allow embedded scm.
66
67         * lily/score.cc (ly:score-bookify): New function.
68
69         * lily/music.cc (ly:music-scorify): Idem.
70
71         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
72         (ly:parser-print-score): Idem.
73
74         * scm/lily.scm (default-toplevel-book-handler): Idem.
75         (default-toplevel-music-handler): Idem.
76         (default-toplevel-score-handler): Idem.
77
78         * ly/declarations-init.ly: Set default toplevel handlers.
79
80         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
81
82         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
83         printer for score at toplevel.
84
85 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
86
87         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
88         Fix for simple case: input/simple-song.ly, more complex stuff
89         does not work yet.
90
91 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
92
93         * lily/parser.yy (Prefix_composite_music): split Composite_music
94         in Prefix_composite_music and Grouped_music_list.
95         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
96
97 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
98
99         * scm/lily.scm (toplevel-expression): New define.
100
101         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
102
103         * lily/parser.yy (toplevel_expression): Use it.
104
105         * lily/include/my-lily-parser.hh: Smobbify.
106
107         * lily/my-lily-parser.cc (parse_string): New method.
108         
109         * lily/my-lily-parser.cc (ly:parse-string): New function.
110
111         * Documentation/user/lilypond.tely: Add comment and workaround for
112         gs-8.01 crash.  Fixes make web.
113
114         Simplification of toplevel music.
115         
116         * lily/lexer.ll, lily/parser.yy:
117
118         * In LYRICS mode, return LYRICS_STRING.  This fixes one
119         shift/reduce problem.
120
121         * Use NOTES mode at start of maininput.
122
123         * Grok toplevel composite music expression, put in score and book.
124
125         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
126
127         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
128
129         * input/simple.ly: New file.
130         
131         * input/simple-song.ly: Idem.
132
133 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
134
135         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
136         Sandberg.
137
138 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
139
140         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
141
142 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
143
144         * input/regression/accidental-octave.ly: doc automatic showing
145         of note names.
146
147 2004-04-16  Heikki Junes <janneke@gnu.org>
148
149         * po/fi.po: do "make po && make -C po po-update" at top-level,
150         then "cp po/out/fi.po po/fi.po" and update fields.
151
152         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
153
154 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
155
156         * Documentation/user/introduction.itely (About this manual): Fix
157         templates and regression urls (backportme).
158
159 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
160
161         * ly/engraver-init.ly (Score:graceSettings): Increase
162         beamed-lengths, especially for 32nd notes.
163
164         * Documentation/user/notation.itely (Grace notes): Correct the
165         syntax for add-grace-property example.
166
167 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
168
169         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
170         `Generated' tag.
171
172         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
173         Severely broken (the Debian package, at least).
174
175 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
176
177         * lily/context.cc (find_create_context): assign to lvalue.
178
179 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
180
181         * lily/include/translator.hh (class Translator): rename
182         get_parent_context() to context () to avoid confusion.
183
184         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
185
186         * lily/lexer.ll: change is_string -> ly_c_string_p 
187
188         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
189
190         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
191
192         * VERSION: release 2.3.0
193
194         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
195
196         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
197         if nonempty.
198
199         * lily/include/context.hh (class Context): make members protected.
200         (children_contexts): new accessor function.
201
202         * lily/include/translator.hh (class Translator): make
203         daddy_context_ protected.
204         (class Translator): clean up. 
205
206         * lily/include/context.hh (class Context): make daddy_context_
207         private.
208
209         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
210         higher for finding Voice. (backportme)  
211
212         * lily/include/context.hh (class Context): remove
213         find_context_below() as a method.
214
215         * Documentation/user/notation.itely (The Lyrics context): add note
216         about manual durations
217
218         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
219         encoding.
220
221         * scm/output-tex.scm (text): dump \inputencoding{} for text.
222
223 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
224
225         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
226         \usepackage{inputenc}
227
228         * lily/paper-book.cc (classic_output): don't advance Offset for
229         TeX output.
230
231         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
232         ec-sauter.map in rules
233
234         * mf/ecb.mf (font_identifier): new file, based on ecbx
235
236         * mf/ecb10.mf (gensize): new file.
237
238         * Documentation/topdocs/NEWS.texi (Top): document some more new
239         features.
240
241         * ly/declarations-init.ly: run convert-ly
242
243         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
244         from input-file-results. Remove input-file-results.* 
245
246 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
247
248         * scm/output-ps.scm (font-command): Fix, again.
249
250         * input/test/title-markup.ly: Add \noPagebreak test.
251
252         * lily/score-engraver.cc (try_music): Bugfix.
253
254 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
255
256         * lily/main.cc (main_with_guile): excise dependency options -M and
257         --dep-prefix
258
259         * lily/input-file-results.cc: excise Makefile dependency code
260
261         * Documentation/user/invoking.itexi (Invoking the lilypond
262         binary): remove dep doco
263         
264         * lily/main.cc (main_with_guile): call lilypond-main
265         
266         * scm/lily.scm (lilypond-main): new function: handle multiple files.
267
268         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
269         exception.
270
271         * lily/my-lily-parser.cc: remove paper_description function
272
273         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
274         new function.
275
276         * lily/main.cc: remove global_score_count.
277
278         * lily/book.cc (process): don't take header from global_input_file.
279
280         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
281
282         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
283
284         * lily/music-output-def.cc (LY_DEFINE): new function
285         ly_output_description. This function does the bulk for  setting,
286         parsing and breaking down of an input file.
287
288         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
289         anonymous modules globally. Let's hope they get GCd
290
291         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
292
293 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
294
295         * scm/output-ps.scm (header): Papersize from paper.
296
297         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
298         for classic output.
299
300         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
301         lilypondclassic is defined.
302         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
303
304         * input/regression/between-systems.ly: Remove.
305
306         * python/lilylib.py (get_bbox): Fix regular expression
307         for bounding box.
308
309         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
310
311         * scm/output-tex.scm (stop-page): Use it.
312
313         * scm/output-ps.scm (define-fonts): Bugfix.
314
315         * lily/grob.cc: Add penalty to interface.
316
317         * lily/include/paper-line.hh (class Paper_line): New member
318         var penalty_.
319
320         * lily/system.cc (get_line): Initialise Paper_line with
321         page-penalty's from original grobs.
322
323         * scm/define-music-properties.scm (all-music-properties): Add
324         page-penalty.
325
326         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
327
328         * lily/score-engraver.cc (try_music): Handle page-penalty.
329
330         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
331
332 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
333
334         * ly/declarations-init.ly (melismaEnd): typo
335
336         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
337
338         * scm/output-ps.scm (text): split string into spaces, use moveto
339         for setting space. 
340         
341 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
342
343         * po/nl.po: Update.
344
345         * scm/font.scm (add-cmr-fonts): Typo.
346
347 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
348
349         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
350         font-encoding.
351
352         * scm/define-grobs.scm (all-grob-descriptions): idem.
353
354         * lily/time-signature.cc (numbered_time_signature): idem.
355
356         * scm/font.scm (add-cmr-fonts): use real encoding names for
357         font-encoding.
358
359 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
360
361         * lily/paper-book.cc (classic_output): 
362         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
363         Fixes classic output.
364         (lilypondstart):
365         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
366         kludge.
367
368         * scripts/old-lilypond-book.py: Remove.
369
370         Page layout for SCOREs enclosed in a BOOK:
371
372         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
373         layout tweaking.
374
375         * input/les-nereides.ly (theScore): Add \book.
376         
377         * input/test/title-markup.ly: Add \book.
378
379         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
380         only if 'verbose.
381
382         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
383
384         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
385
386         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
387         * scm/output-tex.scm (start-system): Update for page layout by
388         LilyPond.
389
390         * scm/output-ps.scm (start-system): Previously (new-start-system).
391
392         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
393         passed to define-fonts.
394
395         * lily/paper-column.cc: 
396         * lily/system.cc (get_line):
397         * ly/property-init.ly (newpage): 
398         * scm/define-grob-properties.scm:
399         * scm/output-ps.scm: 
400         * scm/output-tex.scm: Remove between-system-string kludge.
401
402         * scm/output-ps.scm (define-fonts, font-command,
403         font-load-encoding): Handle ENCODING = #f.
404
405         * scm/output-tex.scm (output-scopes): Check if variable is bound.
406
407         * scm/define-markup-commands.scm (fill-line): Use
408         make-simple-markup (WAS: unexisting make-word-markup).
409
410         * lily/text-item.cc (interpret_markup): Bugfix, transpose
411         ENCODING, MARKUP parameters for interpret_string.
412
413         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
414
415         * lily/score.cc (book_rendering): New method.
416         (default_rendering): Create Paper_book helper locally, dump
417         output.
418
419         * lily/my-lily-lexer.cc (the_key_tab): Add book.
420
421         * lily/parser.yy: Handle \book.
422
423         * lily/include/book.hh: 
424         * lily/book.cc: New file.
425
426 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
427
428         * lily/text-item.cc (interpret_string): new file, select font with
429         encoding.
430
431         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
432
433         * scm/define-markup-commands.scm (encoded-simple): new markup command.
434
435         * lily/parser.yy (markup): take encoding from lexer.
436
437 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
438
439         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
440
441         * scm/output-ps.scm: Remove some cruft.
442
443 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
444
445         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
446
447         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
448
449 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
450
451         * scm/font.scm (add-century-schoolbook-fonts):
452         (make-century-schoolbook-tree): New function.
453
454         * input/test/title-markup.ly: Use Century Schoolbook font.
455
456 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
457
458         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
459         to Erik Sandberg) 
460
461         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
462
463         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
464
465         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
466
467         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
468
469 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
470
471         * scm/part-combiner.scm (determine-split-list): bugfix: if no
472         solo-state (at end of solo), we can set the solo status
473         too. (backportme.)
474
475         * input/regression/part-combine-solo-end.ly: new file.
476
477 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
480         flavour abc files.  Really ignore unknown keys (backportme).
481
482 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
483
484         * lily/scaled-font-metric.cc (text_dimension): only multiply with
485         magnification_ when looking up in orig_.
486
487         * scm/output-tex.scm (text): switch off char-mapping.
488
489         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
490         because AFM's encoding field cannot have spaces.
491
492 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
493
494         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
495
496 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
497
498         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
499
500         * mf/cmr.enc: new file, without hi-bit ascii info. 
501
502         * lily/bezier-bow.cc (slur_shape): make indent dependent on
503         width. This removes the 'hook' at the end of a long slur.
504
505         * buildscripts/mf-to-table.py (parse_logfile): don't append
506         encoding to fontname.
507
508 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
509
510         * scm/output-ps.scm (define-fonts): Load .enc only once.
511
512         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
513         too.
514
515 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
516
517         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
518         encoding field.
519
520         * lily/stencil-scheme.cc: remove ly:fontify-atom 
521
522         * ly/portuges.ly (pitchnames): new file.
523
524         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
525         Michael Welsh Duggan
526
527         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
528
529         * ly/nederlands.ly: add comment about digits.
530
531         * lily/scaled-font-metric.cc (derived_mark): idem.
532
533         * scm/encoding.scm (make-encoding-mapping): change permutation to
534         mapping.
535
536         * lily/scaled-font-metric.cc (derived_mark): is a const method.
537         (Modified_font_metric): make alist for coding_description_
538         (LY_DEFINE): remove coding-name.
539
540         * scm/output-tex.scm (text): remove debugging code.
541
542         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
543
544         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
545         from infile.
546
547         * mf/feta-generic.mf: move fet_beginfont into generic code.
548         use fetaMusic (without space) as encoding
549
550         * mf/feta-autometric.mf: take encoding argument
551
552         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
553
554         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
555         use.
556
557         * scm/encoding.scm (read-encoding-file): use symbol for glyph
558         name.
559
560 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
561
562         * input/test/title-markup.ly: Set inputencoding.
563
564         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
565
566         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
567
568         * scm/encoding.scm (get-coding-filename, get-coding-command): New
569         function.
570         (coding-alist): Also hold filename, command.
571         (read-encoding-file): Return symbols.
572
573 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
574
575         * scm/output-tex.scm: remove fontify; text and char take a font
576         argument.
577
578         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
579
580         * lily/scaled-font-metric.cc (text_dimension): init
581         coding_{permutation,table}_ too 
582         (LY_DEFINE): ly:font-encoding, new function return
583
584         * lily/paper-def.cc (find_scaled_font): take input coding from
585         inputcoding paper var.
586
587         * lily/performance.cc (output): remap modulo 16.
588
589         * lily/text-item.cc (interpret_markup): whoops, variable
590         shadowing fixed.
591
592 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
593
594         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
595         symbols, not symbols to strings.
596         
597         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
598         symbols, not symbols to strings.
599
600 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
601
602         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
603         (ly:kpathsea-gulp-file): New function.
604
605         * scm/encoding.scm (read-encoding-file): Use it.
606
607 2004-04-06  Werner Lemberg  <wl@gnu.org>
608
609         * scm/encoding.scm (coding-alist): Fix typo.
610
611 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
612
613         * lily/scaled-font-metric.cc (text_dimension): move function from
614         Font_metric
615         (make_scaled_font_metric): init coding_scheme_ to TeX
616         (text_dimension): use get-coding-vector for non TeX coding_scheme_
617
618         * lily/include/scaled-font-metric.hh (struct
619         Modified_font_metric): rename from Scaled_font_metric
620
621         * scm/encoding.scm (read-encoding-file): split up large function,
622         leave caching to (delay)
623
624         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
625
626 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
627
628         * lily/my-lily-lexer.cc (set_encoding): New method.
629
630         * lily/lexer.ll: Grok \encoding.
631
632         * lily/font-metric.cc (get_encoded_index): New function.
633
634         * lily/include/font-metric.hh (coding_scheme): New method.
635
636         * scm/encoding.scm: New file.
637
638         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
639
640 2004-04-05  Werner Lemberg  <wl@gnu.org>
641
642         * Documentation/user/tutorial.itely: Revised (finished).
643
644         * Documentation/user/macros.itexi (@separate): Removed.
645
646 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
647
648         * scm/output-ps.scm (define-fonts): fix scaling.
649
650         * lily/scaled-font-metric.cc (design_size): add function.
651
652         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
653         partial cut&paste of ly:font-magnification.
654
655 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
656
657         * scm/output-ps.scm (define-fonts):
658         (fontify): Update.
659
660 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
661
662         * po/fr.po: update. (backportme).
663
664         * po/nl.po: update. (backportme). 
665
666         * mf/feta-beugel.mf: document why design size is not fixed.
667
668         * mf/feta-braces-a.mf: rename to stress that it's not design size.
669
670 2004-04-04  Werner Lemberg  <wl@gnu.org>
671
672         * Documentation/user/tutorial.itely: Revised (continued).
673
674 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
675
676         * po/nl.po: Update (backportme).
677
678 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
679
680         * po/de.po: update. (backportme).
681
682         * scm/output-tex.scm (font-command): use ly: functions to
683         construct name.
684         (define-fonts): don't use alist, just dump \font definitions.
685         (font-load-command): calculate proper scaling by taking
686         outputscale from paper argument.
687
688         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
689         expression.
690
691         * lily/paper-outputter.cc (output_header): pass paper arg to
692         define-fonts
693
694         * lily/paper-def.cc (font_descriptions): dump list of
695         Scaled_font_metrics
696         (find_scaled_font): take Font_metric argument, store
697         Scaled_font_metrics in hash-table containing (size ->
698         Scaled_font_metrics) alist.
699         (get_dimension): rename from get_realvar
700
701         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
702         ly:font-magnification, ly:font-name: new functions
703
704 2004-04-03  Werner Lemberg  <wl@gnu.org>
705
706         * Documentation/user/dedication.itely,
707         Documentation/user/preface.itely,
708         Documentation/user/introduction.itely,
709         Documentation/user/tutorial.itely: Revised.
710         Removing leading spaces which distorts output if info files are read
711         with stand-alone info.
712         Removing superfluous inter-word spaces which also distorts output
713         for stand-alone info.
714         Using ` and ' instead of `` and '' everywhere to improve
715         legilibility with stand-alone info
716         Using @samp for single-letter input items and data which contains
717         spaces, @code for other things.
718
719         * lily/grob-interface.cc: Adding copyright.
720         (check_interfaces_for_property): Improve format of warning message.
721
722 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
723
724         * lily/include/font-metric.hh (struct Font_metric): add
725         design_size () method.
726
727         * buildscripts/mf-to-table.py (base): add DesignSize comment.
728
729         * lily/afm.cc (read_afm_file): read design size.
730
731         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
732
733         * scm/music-functions.scm (unfold-repeats): handle dots too.
734
735 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
738         (backportme)
739
740 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
741
742         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
743         lyric indent.  Revert melismaBusyProperties using \unset.
744
745 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
746
747         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
748
749         * lily/parser.yy (command_element): allow redefinition of |
750         meaning.
751
752         * lily/break-align-engraver.cc (acknowledge_grob): construct
753         LeftEdge where the first cause for alignment is coming from.
754         This makes \override Staff.LeftEdge work as expected.
755
756         
757         * lily/slur-performer.cc (Slur_performer): add inits
758
759         * lily/beam-performer.cc (Beam_performer): add inits
760
761 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
762
763         * VERSION (PACKAGE_NAME): release 2.2.0
764
765         * scripts/convert-ly.py (conv): add 2.2.0 rule.
766
767 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
768
769         * lily/cluster.cc (height): Fix warning.
770
771         * lily/parser.yy: Janitorial cleanups.
772
773         * Documentation/user/tutorial.itely (Tutorial): Typo.
774
775 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
776
777         * lily/change-iterator.cc (process): search at multiple context
778         levels. This fixes 
779
780         
781         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
782         not voice-state index for tie state. This fixes a partcombine
783         problem with ties.
784
785         * Documentation/user/tutorial.itely (Commenting input files): add
786         note about convert-ly.
787
788         * input/test/cadenza-skip.ly:  new file.
789
790 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
791
792         * po/nl.po: Spelling fixes.
793
794         * autogen.sh (srcdir): Regenerate.
795
796         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
797         autogen.sh.
798
799         * configure.in: Use C++ to check for C++ header.
800
801         * po/nl.po: Update.
802
803         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
804
805         * lily/event.cc (to_relative_octave): Translatable sentence should
806         be one string.
807
808         * python/lilylib.py (warranty): Year range is not translatable.
809         It's 2004 already!
810
811         * flower/warn.cc (non_fatal_error, warning, programming_error):
812         Remove whitespace from translated string.
813
814 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
815
816         * VERSION: release 2.1.37.
817
818 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
819
820         * configure.in: check for C language.
821
822         * lily/source-file.cc: include strstream without h.
823
824         * scm/documentation-generate.scm (string-append): use name without
825         .texi.
826
827         * autogen.sh (srcdir): SUSE fix.
828
829         * Documentation/user/notation.itely (Ancient clefs): idem.
830
831         * Documentation/user/lilypond-book.itely (Integrating HTML and
832         music): idem.
833
834         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
835
836         * lily/change-iterator.cc (process): use find_existing_context().
837
838         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
839
840         * input/regression/repeat-unfold-tremolo.ly: new file.
841
842         * scm/music-functions.scm (unfold-repeats): undo music compression
843         too.
844
845         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
846         (LY_DEFINE): ly:music-compress new function.
847
848         * scm/part-combiner.scm (determine-split-list): split for voice
849         crossings
850
851         * input/regression/part-combine-cross.ly: new file.
852
853         * scm/part-combiner.scm (make-part-combine-music): don't do
854         relative inside partcombine arguments.
855
856         * scm/music-functions.scm (make-non-relative-music): new function.
857
858         * Documentation/user/notation.itely (Automatic part combining):
859         add note about \relative.
860
861         * lily/part-combine-iterator.cc (construct_children): add
862         start_moment_ member.
863
864         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
865         stem-tremolo by stem object. This fixes no stem for tremolo bug.
866
867         * lily/stem-tremolo.cc (print): don't crash for no-stem.
868
869         * Documentation/user/changing-defaults.itely (Which properties to
870         change): fixes.
871
872 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
873
874         * po/fr.po: update.
875
876 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
877
878         * input/wilhelmus.ly: More original lyrics.  Add to examples.
879
880         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
881         Reinstate old code that issues warning.  Fixes --srcdir build.
882
883 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
884
885         * input/wilhelmus.ly: New file.
886
887         * Documentation/user/notation.itely: 
888         * Documentation/user/introduction.itely:
889         * Documentation/user/tutorial.itely: Use quote ly-option instead
890         of explicit @quotation.  This fixes too long lilypond linewidths
891         resulting in overful hboxes.
892
893         * scripts/lilypond-book.py: Add ly-option: `quote'.
894
895 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
896
897         * tex/titledefs.tex: Avoid that the first score line is extra
898         indented if instrument is defined but not piece.
899
900 2004-03-30  Werner Lemberg  <wl@gnu.org>
901
902         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
903         `lilypond/' to info file name.
904         (@usermanref) [info]: New variant.
905
906         * scm/documentation-generate.scm: Fix definition of @usermanref
907         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
908         to info file name.
909
910 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
911
912         * VERSION: release 2.1.36
913         
914         * Documentation/user/changing-defaults.itely (Interpretation
915         contexts): rewrite introduction.
916
917 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
918
919         * scm/define-markup-commands.scm: Use TeX accents instead of
920         straight iso-8859-1 encoding in the doc string.
921
922 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
923
924         * Documentation/user/tutorial.itely (A lead sheet): remove extra
925         space after dotted duration.
926
927 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
928
929         * Documentation/user/introduction.itely: 
930         * Documentation/user/notation.itely:
931         * Documentation/user/tutorial.itely: Up all relative examples.
932         Enclose @lilypond displays in @quotation.  Typos and corrections.
933
934         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
935
936 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
937
938         * scm/music-functions.scm (make-voice-props-revert): Revert also
939         MultiMeasureRest staff-position in oneVoice.
940
941 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
942
943         * Documentation/user/changing-defaults.itely, 
944         Documentation/user/lilypond.tely: few fixes. Place no comma between
945         two options: a and b, but commas between three options: a, b, and c.
946         By this manner, grouping is possible: a and b, and c and d.
947
948 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
949
950         * Documentation/user/GNUmakefile: add rule for .nexi
951
952 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
953
954         * Documentation/user/music-glossary.tely: move glossary direntry
955
956         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
957         only do mkdir/install-info if INFO_INSTALL_FILES != "".
958
959 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
960
961         * stepmake/aclocal.m4: Verify that gettext configure check with
962         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
963
964 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
965
966         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
967         glob.glob for .png filenames. This catches multipage pngs.  
968
969         * Documentation/user/changing-defaults.itely (Determining the grob
970         property): fix references.
971
972         * lily/staff-symbol.cc (print): only add extent if non empty.
973         This fixes staff-container.ly.
974
975         * lily/timing-engraver.cc (initialize): init whichBar, so a score
976         starting with a mmrest also works.
977
978         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
979         PNG for texinfo too.
980
981         * po/lilypond.pot: update translation strings.
982
983         * VERSION: 2.1.35 released
984         
985         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
986         context argument too.
987
988         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
989
990         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
991
992         * python/lilylib.py (command_name): don't return 1st path
993         component.
994
995         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
996         .png case separately.
997
998         * python/lilylib.py (system): typo.
999         
1000 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1001
1002         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1003         run indent-region.
1004
1005         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1006         Fixes compile.
1007
1008         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1009         Add header.
1010
1011 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1012
1013         * vim/lilypond-indent.vim: small fixes.
1014
1015 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1016
1017         * Documentation/user/notation.itely (Entering lyrics): Add example
1018         with correct english double quotes (at least for LaTeX output,
1019         maybe not a good idea if we switch to PS as the default output
1020         format).
1021
1022 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1023
1024         * lily/staff-performer.cc (create_audio_elements): play instrument
1025         changes before notes arrive. This fixes instrument of the first
1026         note in a score.
1027
1028         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1029         to 1.9.0 conversion.
1030
1031         * lily/mark-engraver.cc: doc string.
1032
1033         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1034
1035         * Documentation/user/introduction.itely (Introduction): new node.
1036
1037 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1038
1039         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1040
1041         * input/regression/spacing-ragged-last.ly: new file.
1042
1043         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1044         spacing.
1045
1046         * scm/font.scm: rewrite using GOOPS.
1047         
1048         * lily/context-def.cc (filter_engravers): derefence pointer.
1049
1050         * lily/lily-guile.cc (type_check_assignment): use
1051         ly_scheme_function iso. scm_primitive_eval where possible.
1052
1053         * lily/performance.cc (output): limit channels at 15. This fixes
1054         percussion inadvertently showing up in large scores.
1055
1056 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1057
1058         * input/regression/tuplet-gap.ly: new file.
1059
1060         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1061         (print): compute gap length from number size, include italic
1062         correction.
1063
1064         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1065         tuplet-bracket
1066
1067         * scm/paper.scm (set-default-paper-size): new function, to be
1068         called at toplevel.
1069         (set-paper-size): new function, to be called inside \paper {}
1070         (set-default-paper-size): new function, to be called at toplevel.
1071
1072         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1073
1074         * lily/beam-performer.cc (process_music): idem.
1075
1076         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1077         
1078         * tex/titledefs.tex: remove scshape for piece.
1079
1080         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1081         font-family
1082
1083         * lily/time-signature.cc (special_time_signature): font-encoding
1084         not family.
1085
1086         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1087         dynamic to head. This fixes p placement in morgenlied.
1088
1089 2004-03-23  Werner Lemberg  <wl@gnu.org>
1090
1091         * stepmake/stepmake/generic-targets.make (help): Improve text.
1092
1093 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1094
1095         * VERSION: 2.1.34 released
1096         
1097         * lily/main.cc (main_with_guile): switch debugging.
1098
1099         * lily/system.cc (get_line): plug leak.
1100
1101         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1102         and contents.
1103         (stencil2line): plug leak.
1104
1105         * Documentation/user/changing-defaults.itely (Determining a grob
1106         property):  new node.
1107         (Layout interfaces): new node.
1108         (Navigating the program reference): new node.
1109
1110         * lily/accidental-engraver.cc (acknowledge_grob): add property
1111         harmonicAccidentals
1112
1113         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1114         general cleanups.
1115         
1116         * input/les-nereides.ly (middleDynamics): resurrect Les
1117         nereides. Remove pedal hack.
1118
1119 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1120
1121         * input/regression/property-grace-polyphony.ly: new file.
1122
1123         * lily/translator-property.cc (execute_pushpop_property): only pop
1124         one instance of the property. This fixes << \\ >> together with
1125         \grace.
1126
1127         * lily/break-align-interface.cc (ordered_elements): we cannot
1128         modify the #'elements property, so return reordered array.
1129
1130 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1131
1132         * buildscripts/lilypond.words.py: remove.
1133         * buildscripts/lilypond-words.py: add new, renamed file. 
1134         Give generated targets and dirs explicitly in arguments.
1135
1136         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1137         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1138         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1139         
1140         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1141
1142         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1143
1144         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1145         orders.
1146
1147         * vim/GNUmakefile: add local-uninstall target.
1148
1149         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1150         
1151         * vim/vimrc: add a one-liner file.
1152
1153         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1154         vimrc in EXTRA_DIST_FILES.
1155
1156         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1157
1158 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1159
1160         * config.make.in: add vimdir.
1161
1162         * vim/GNUmakefile: add local-install.
1163
1164 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1165
1166         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1167         with \lilypondifundefined{blabla}. Solves problem with multiple
1168         titles in the same lilypond-book document.
1169
1170 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1171
1172         * scm/document-backend.scm (interface-doc): sort grob list for
1173         interface.
1174
1175         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1176         pre/post break align-order.
1177
1178         * spelling patch courtesy Edward Sutton.
1179
1180         * Documentation/user/changing-defaults.itely (Changing context
1181         default settings): new node.
1182         (Defining new  contexts): new node.
1183
1184         * scripts/lilypond-book.py (is_derived_class): use numbers
1185         iso. booleans.
1186
1187         * python/lilylib.py (make_ps_images): add margin to PS images.
1188
1189         * scripts/lilypond-book.py (is_derived_class): new function. Take
1190         class arg iso. object.
1191         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1192         for bug in GS/dvips.
1193
1194         * lily/text-item.cc (interpret_markup): idem.
1195
1196         * scm/define-markup-commands.scm: remove split around-space hack.
1197
1198         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1199         function, fold WL's fixes into one function.
1200
1201 2004-03-22  Werner Lemberg  <wl@gnu.org>
1202
1203         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1204         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1205         (Note_column::head_position_interval): Do proper rounding for
1206         calls to Staff_symbol_referencer::get_position.
1207
1208 2004-03-21  Werner Lemberg  <wl@gnu.org>
1209
1210         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1211         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1212         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1213         (My_lily_parser::parse_file): Improve formatting progress indication
1214         sent to stdout.
1215
1216 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * VERSION: 2.1.33 released.
1219
1220         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1221
1222         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1223
1224         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1225         warning is issued about dummy.dep.
1226
1227         * scm/new-font.scm: fix design sizes of nummer
1228
1229 2004-03-21  Werner Lemberg  <wl@gnu.org>
1230
1231         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1232         some annoying warnings from mkdir during `make install'.
1233
1234 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1235
1236         * lily/performer-group-performer.cc (do_announces): call
1237         Performer_group_performer::create_audio_elements () too.
1238
1239         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1240
1241         * scm/define-grobs.scm (all-grob-descriptions): add property
1242         break-align-orders
1243
1244         * lily/global-context.cc (get_default_interpreter): new
1245         function. Override from base class, so no new Score contexts are
1246         created.
1247
1248         * lily/include/stencil.hh (class Stencil): document origin field.
1249
1250         * lily/staff-symbol.cc (print): span staff-symbol on column
1251         extents for non-broken columns. 
1252
1253         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1254         key-signature.
1255
1256         * tex/titledefs.tex: don't use smallcaps for piece.
1257
1258         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1259         translated stencils in the output.
1260
1261         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1262
1263 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1264
1265         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1266         and init ties_created_
1267
1268         * VERSION: release 2.1.32
1269
1270         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1271         doc string from IMPLEMENT_CTOR_CALLBACK().
1272
1273         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1274         that engraver is in a performer hierarchy.
1275
1276 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1277
1278         * vim/lilypond-ftdetect.vim: new file.
1279
1280 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1281
1282         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1283         (compose_ly): default octave should be middle C.
1284
1285         * Documentation/user/changing-defaults.itely (Layout tunings
1286         within contexts): new node.
1287
1288         * lily/include/smobs.hh: document C++ smob interface.
1289
1290         * lily/function-documentation.cc: don't doc functions without
1291         docstring.
1292
1293 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1296         direntry, so that `info lilypond' goes to Top.
1297
1298         * scm/output-ps.scm (polygon): Fix: add spaces.
1299
1300         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1301         solutions are now optimal too.
1302
1303         * input/test/page-breaks.ly: New file.
1304
1305         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1306         functions into safe module.
1307
1308         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1309         end, prepend zeros.
1310
1311         * scm/output-*.scm: Use ly:number->string rather than
1312         number->string.  Makes for saner output.
1313
1314         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1315         Fixes feta-nummer, feta-din scaling.
1316
1317 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1318
1319         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1320
1321         * scm/music-functions.scm (descend-to-context): new
1322         function. Similar to context-spec-music.
1323         (make-time-signature-set): specify Score as descend-only. This
1324         fixes the polymetric.ly example.
1325
1326         * lily/context-specced-music-iterator.cc (construct_children): add
1327         support for descend-only context spec.
1328
1329         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1330         determine ez-notation letter. 
1331
1332         * lily/system.cc (get_line): start with dumping layer 3. This
1333         fixes ez notation.
1334
1335 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1336
1337         * input/test/title-markup.ly: Stress breaking harder.
1338
1339         * scm/page-layout.scm (height-score): Overfull page scores twice
1340         as bad as underfull (was: by a power).
1341         (walk-lines): Omit first walk-path round (breaking after new node,
1342         without lines).
1343
1344         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1345         diff values are negative.
1346         (output): Bugfix: treat negative vfill differently.
1347
1348         * Documentation/user/lilypond.tely (direntry): Add note about why
1349         `info lilypond' brings up `Invoking LilyPond' node.
1350
1351 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1352
1353         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1354
1355         * lily/paper-book.cc: Remove cruft.
1356         (output): Bugfix: put vfill between lines.
1357         (pages): Bugfix: set page vars needed for filling.
1358
1359         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1360         (was: @ar).
1361
1362         * scm/page-layout.scm: Further development.
1363
1364         * ly/declarations-init.ly (paper): Define page-breaking.
1365
1366 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1367
1368         * lily/note-head.cc (brew_ez_stencil): add note-names
1369         property. Provides internationalization for note names.
1370
1371         * Documentation/user/changing-defaults.itely (Creating contexts):
1372         new node.
1373
1374         * lily/grace-iterator.cc (process): descend to child for \grace.
1375
1376         * lily/timing-translator.cc (initialize): Timing_translator adds
1377         Timing alias by itself.
1378
1379         * lily/context.cc (add_alias): new function.
1380
1381         * scm/lily.scm (tex-output-expression): new function, eval within
1382         drawing API. Guards against eval vulnerabilities.
1383
1384         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1385
1386         * scm/output-ps.scm (scm): export lily drawing API.
1387
1388         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1389         throughout.
1390
1391 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1392
1393         * scm/page-layout.scm (optimal-page-breaking): New function.
1394         
1395         * lily/paper-book.cc (pages): Use it.
1396
1397 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1398
1399         * lily/include/paper-line.hh (class Paper_line): Full smob.
1400
1401 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1402
1403         * lily/global-context.cc (run_iterator_on_me): fix grace note
1404         nesting by initting measurePosition.
1405
1406         * lily/timing-translator.cc (initialize): do no init
1407         measurePosition
1408         
1409         * lily/include/music-output-def.hh (class Music_output_def): add
1410         input_origin_ field.
1411
1412         * Documentation/user/changing-defaults.itely (Changing context
1413         properties on the fly): new node.
1414
1415         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1416         function. Only have smobbed_copy (), and do not provide
1417         smobbed_copy() for non-simple smobs. Changes throughout.
1418
1419 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1420
1421         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1422         start_moment_. Fix by Doug A. Linhardt.
1423
1424 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1425
1426         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1427         accidentals for harmonic notes.
1428
1429         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1430         of different style. (Thanks to Doug Linhardt).
1431
1432         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1433         new node.
1434
1435 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1436
1437         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1438
1439         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1440         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1441         vim/lilypond-indent.vim: doc targets and deps in comments.
1442
1443 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1444
1445         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1446
1447         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1448
1449         * lily/include/paper-line.hh:
1450         * lily/include/paper-line.cc: New file.
1451
1452 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1453
1454         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1455
1456         * GNUmakefile.in: remove stray make out=www
1457
1458         * input/test/bagpipe.ly (gcdg): octave fixes.
1459
1460         * scm/define-markup-commands.scm (number): use font-encoding
1461         iso. font-family
1462
1463         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1464         font-encoding.
1465         
1466 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1467
1468         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1469         `output_format_global' and `PAGE_LAYOUT'.
1470
1471 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1472
1473         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1474         lily functions in safe mode.
1475
1476         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1477         Print filename for HTML, LATEX, before texidoc.
1478
1479         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1480         instructions in output-ps module.
1481
1482         * scm/lily.scm: Do not load output-ps module.
1483
1484         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1485         safe mode.
1486
1487 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1488
1489         * lily/span-dynamic-performer.cc (process_music): remove spurious
1490         warning.
1491
1492         * lily/context-def.cc (Context_def): init name to ""
1493
1494         * lily/font-interface.cc: add font-encoding property.
1495
1496         * scm/lily.scm (chain-assoc-get): bugfix.
1497
1498         * lily/paper-book.cc (stencil2line): protect static SCM.
1499
1500         * lily/font-interface.cc (text_font_alist_chain): rename function,
1501         and use text-font-defaults. 
1502
1503         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1504
1505         * scm/paper.scm (paper-set-staff-size): use new function.
1506
1507         * scm/new-font.scm (make-font-tree): new function.
1508
1509 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1510
1511         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1512
1513         * scm/lily.scm (get-output-module): New function.
1514         (output-alist): Remove ,ps-output-expression.
1515
1516         * scm/output-tex.scm (ps-output-expression): New function.
1517
1518         * scm/output-ps.scm (ps-output-expression): Remove.
1519         (header, start-page): Output page metadata.
1520
1521         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1522         initialise output_module_.  Do not write part of header.
1523         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1524         (output_header): Output full header.
1525
1526         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1527         FIXME.
1528
1529 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1530
1531         * scm/new-font.scm: new file. Tree based font lookup.
1532
1533         * scm/lily.scm (assoc-get): take default argument. Remove
1534         assoc-get-default.
1535         (chain-assoc-get): use chain-assoc-get everywhere.
1536
1537         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1538         autobeamsettings conversion bug.
1539
1540         * lily/include/global-context.hh (Context): clean-up data hiding.
1541
1542         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1543         data hiding.
1544
1545         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1546
1547         * input/regression/stem-shorten.ly: add chord case.
1548
1549         * lily/stem.cc (get_default_stem_end_position): shorten stems
1550         triggered by note-head positions, not by forced-direction. This
1551         fixes a bug with too short stems.  
1552  
1553 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1554
1555         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1556         Lilypond_snippet.output_latex): Always call output_print_filename.
1557
1558         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
1559         expand pages.
1560
1561 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1562
1563         * scm/part-combiner.scm (make-autochange-music): switch rests
1564         before switched notes too.
1565
1566         * lily/figured-bass-engraver.cc (process_music): change calling
1567         convention.
1568
1569         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
1570
1571         * scm/define-markup-commands.scm (bracketed-y-column): new markup
1572         command.
1573
1574         * lily/include/stencil.hh (class Stencil): add origin field.
1575
1576         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
1577         function.
1578
1579         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
1580
1581         * lily/lexer.ll: remove support for \$ and $ in identifiers
1582
1583         * lily/sequential-iterator.cc: remove copy_grace_fixups
1584         (get_grace_fixup): slight abstraction of fixup code.
1585
1586         * input/test/title-markup.ly (spaceTest): vary staff sizes.
1587
1588 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
1589
1590         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
1591         in insert-mode. add indenting rules.
1592
1593 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1594
1595         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
1596         protect hack.
1597
1598         * scm/page-layout.scm:
1599         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
1600         layout and titling should now match external latex based version.
1601
1602         * scm/output-tex.scm (output-scopes): Bugfix: only write string
1603         header fields.
1604
1605         * ps/lilyponddefs.ps: Remove automatic page layout.
1606
1607         * scm/output-ps.scm (new-start-system): New interface function.
1608
1609         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
1610
1611         * lily/paper-book.cc (output): Bugfix.
1612
1613 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1614
1615         * VERSION (MY_PATCH_LEVEL): release 2.1.30
1616         
1617 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1618
1619         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
1620         direntries.
1621
1622         * ps/lilyponddefs.ps: Bugfix.
1623
1624         * input/regression/multi-measure-rest-instr-name.ly: Typo.
1625
1626 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1627
1628         * lily/auto-beam-engraver.cc (create_beam): add Stem as
1629         cause. This should fix warnings.
1630
1631         * mf/feta-slag.mf (trill_ne): fix upmordent size.
1632
1633         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
1634         prevent aligned 6ths.
1635
1636         * lily/custos.cc (print): remove adjust-if-on-staffline.
1637
1638 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1639
1640         * lily/paper-book.cc: Do header and footer.
1641
1642 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1643
1644         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
1645
1646         * scm/paper.scm (lineheight): Remove
1647         (head-sep, foot-sep): Add.
1648
1649 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1650
1651         * mf/feta-schrift.mf: reduce portato thickness.
1652
1653         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
1654
1655         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
1656         programming_error ().
1657
1658         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
1659         bracket to last command column.
1660
1661         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
1662         continues on next/prev system.
1663
1664         * input/regression/pedal-end.ly: new file.
1665
1666 2004-03-10  Werner Lemberg  <wl@gnu.org>
1667
1668         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
1669         Remove pmx2ly stuff.
1670         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
1671
1672 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1673
1674         * scm/page-layout.scm: New file.
1675
1676         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
1677         settings.
1678         (Lilypond_snippet.is_outdated): Also check for PNG file.
1679         Workaround for interrupted (web) builds.
1680
1681         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
1682
1683         * ps/lilyponddefs.ps: Use only very small top-marging.
1684         (init-paper): Also pop page size string.
1685         (start-page, stop-page): New function.
1686
1687         * scm/output-ps.scm (header-end): Remove stray exec commands.
1688
1689 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1690
1691         * lily/input-file-results.cc (do_one_file): use new Paper_book()
1692
1693         * lily/score.cc (default_rendering): clean protection.
1694
1695         * lily/paper-book.cc (mark_smob): implement smob marking.
1696
1697         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
1698
1699         * Documentation/user/*.itely: user manual edits. 
1700
1701 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * Documentation/user/converters.itely (Invoking musedata2ly):
1704         remove pmx2ly.
1705
1706         * scripts/pmx2ly: remove script.
1707         
1708 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1709
1710         * lily/score.cc (default_rendering): Protect paper-book members.
1711
1712         * lily/paper-def.cc (smobbed_copy): New method.
1713
1714         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
1715         switch runtime.
1716
1717         * lily/include/music-output.hh (process): Change signature to
1718         return SCM.
1719
1720         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
1721         method.
1722
1723         * lily/paper-score.cc (process): Return stencils rather than
1724         outputting directly.  Remove paper-book kludge.  Delete grobs.
1725         (output): Remove.
1726
1727         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
1728
1729         * lily/score-engraver.cc (get_output): Do not reset pscore_.
1730
1731         * lily/score.cc (default_rendering)
1732         (ly_render_output): Move adding paper-score two levels up.
1733
1734         * lily/system.cc (get_line):
1735         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
1736
1737 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1738
1739         * scm/font.scm (paper20-font-vector): add more design sizes for
1740         number.
1741
1742         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
1743         feta-nummber{5,7,11,13}.
1744
1745         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
1746         for 12pt design size. 
1747
1748 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1749
1750         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
1751
1752 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1753
1754         * lily/font-select.cc (properties_to_font_size_family): Fix
1755         warning message.
1756
1757         * Experimental PostScript latin1 encoding:
1758         
1759         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
1760
1761         * scm/output-ps.scm: Experimental encoding using reencode-font.
1762         * scm/font.scm: Add latin1 `font-shape'.
1763         
1764         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
1765
1766         * ps/lilyponddefs.ps (reencode-font): New function.
1767
1768         * lily/paper-book.cc (get_pages): Simplistic page breaking.
1769
1770         * scm/output-tex.scm (start-page):
1771         (stop-page): New interface function.
1772
1773 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1774
1775         * lily/paper-outputter.cc (output_expr):
1776         (output_header):
1777         (output_line): New method.
1778
1779         * lily/system.cc (get_line):
1780         (get_lines): New method.
1781         (output_scheme):
1782         (output_line): Remove.
1783
1784         * scm/lily.scm (make-title): New function.
1785
1786         * lily/paper-book.cc: 
1787         * lily/include/paper-book.hh: New file.
1788
1789         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
1790         ly-modules.hh).
1791
1792         * lily/ly-module.cc (ly_modules_lookup): New function.
1793
1794         * lily/main.cc (main_with_guile): Move memory leak debug code back.
1795
1796         * scm/output-ps.scm (make-title): Remove.
1797         (output-scopes): Junk header-title test.
1798
1799 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1800
1801         * mf/feta-schrift.mf: thicker dot for portato.
1802
1803         * lily/accidental-placement.cc (position_accidentals): bugfix in
1804         offset, this fixes right-padding of AccidentalPlacement.
1805
1806         * lily/[h-z]*.cc: () formatting.
1807
1808         * Documentation/user/tutorial.itely (An orchestral part): more
1809         fixes for the tutorial.
1810
1811         * scm/translation-functions.scm (fraction-tuplet-formatter):
1812         reverse fraction.
1813
1814         * lily/parser.yy (context_def_spec_block): use \context instead of
1815         \translator.
1816
1817         * lily/[a-g].cc: () style cleanup.
1818
1819         * Documentation/user/tutorial.itely (Automatic and manual beams):
1820         editing of tutorial.
1821
1822 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1823
1824         * buildscripts/mf-to-table.py (base): write encoding name.
1825
1826 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1827
1828         * Documentation/user/GNUmakefile (local-install-info): Issue
1829         warning (for packager, ie, if not installing in /usr or /usr/local).
1830
1831         * lily/stencil-scheme.cc: 
1832         * lily/staff-symbol-referencer.cc: 
1833         * lily/script-column.cc: 
1834         * lily/pitch.cc: 
1835         * lily/music.cc: 
1836         * lily/grob-pq-engraver.cc: 
1837         * lily/font-interface.cc: 
1838         * lily/music-output-def.cc: 
1839         * lily/duration.cc: 
1840         * lily/grob-scheme.cc:
1841         * lily/context-scheme.cc: Put scheme name on first line in
1842         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
1843         style cleanups.
1844
1845         * stepmake/stepmake/scm-vars.make: 
1846         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
1847         Rename and split TAGS_FILES.
1848
1849         * GNUmakefile.in (ALL-TAGS): Remove.
1850         
1851         * stepmake/stepmake/generic-targets.make (TAGS): Also include
1852         deeper TAGS files.  Fixes regexp tags in TOP dir.
1853
1854 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1855
1856         * VERSION: 2.1.29 released.
1857         
1858         * Documentation/user/changing-defaults.itely (Changing defaults):
1859         new file.
1860
1861         * Documentation/user/notation.itely (Notation manual): rename from 
1862         refman.itely
1863
1864         * Documentation/user/notation-appendices.itely (The Feta font):
1865         new file.
1866
1867         * Documentation/user/advanced.itely: add aborted attempt for
1868         advanced topics manual.
1869
1870 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1871
1872         * scm/new-markup.scm: display Markups in sane format. Patch by
1873         Nicolas Sceaux.
1874
1875 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1876
1877         * lily/main.cc: Cleanups.
1878         (setup_localisation): New function.
1879         (sane_putenv): Remove.
1880         (main_with_guile): New name (Was: main_prog).  Remove musings
1881         about possible preparation for GUILE heavy memory usage and
1882         practical uselessness.  Do not set environment variables
1883         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
1884         name juggling.
1885         (parse_argv): New function.
1886         (copyright): New function.  It's 2004 already.
1887
1888         * lily/input-file-results.cc (do_one_file): Add file name juggling.
1889         (distill_inname): Move from main.
1890
1891 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1892
1893         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
1894
1895         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
1896
1897         * Documentation/user/running.itely: new file.
1898
1899         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
1900
1901         * lily/score-performer.cc (finish): call Translator::finalize ().
1902
1903 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
1904
1905         * lilypond-ftpplugin.vim: renamed to the following file.
1906         * lilypond-ftplugin.vim: new file.
1907
1908         * GNUmakefile.in: update VIM_FILES.
1909
1910 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1911
1912         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
1913         props.
1914
1915         * input/test/tie-sparse.ly: remove.
1916
1917         * lily/tie-performer.cc (try_music): copy & paste from
1918         Tie_engraver.
1919
1920         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
1921         variable_ref twice.
1922
1923         * lily/key-performer.cc (create_audio_elements): use
1924         alterations-in-key.
1925
1926         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
1927
1928 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
1929
1930         * input/test/smart-transpose.ly: fix cases fes->e and similar.
1931         handle also quarter tones (not shown as tests). test also flats.
1932
1933         * Documentation/index.html.in: small fixes.
1934
1935 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1936
1937         * input/regression/new-markup-scheme.ly: Typo.
1938
1939         * scm/define-markup-commands.scm (fill-line): New markup.
1940
1941         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
1942         (output-paper-def): Fix alignment.
1943         (make-title): Fix height/width scaling.
1944
1945         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
1946
1947         * input/test/title-markup.ly: Add remaining titles.  Layout and
1948         font size fixes.  Add simplistic latin1 test.
1949
1950 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
1951
1952         * input/test/nested-groups.ly: remove. move content (to next). 
1953         * input/test/staff-bracket.ly: replace content (from prev), this 
1954         has been already in templates.
1955
1956 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1957
1958         * stepmake/autogen.sh: Only issue warning about running configure
1959         without arguments when autogen.sh will actually be running
1960         configure.
1961
1962 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1963
1964         * scm/new-markup.scm (stack-stencil-line): robustness.
1965
1966         * scm/define-markup-commands.scm (simple): robustification of
1967         simple-markup.
1968
1969         * Documentation/user/music-glossary.tely (Top): change central C
1970         to middle C.
1971
1972         * lily/text-item.cc (interpret_markup): cache make-simple-markup
1973
1974 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1975
1976         * input/test/title-markup.ly (spaceTest): Add.
1977
1978         * lily/text-item.cc (interpret_markup): Make line markup from
1979         multi word markup.
1980
1981         * scm/define-markup-commands.scm (word): New markup command.
1982         (simple): Use it.
1983
1984         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
1985
1986 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
1987
1988         * vim/ftplugin/lilypond.vim:
1989         * vim/syntax/lilypond.vim: use only local settings with setlocal.
1990         show matching paren in insert mode.
1991
1992 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1993
1994         * scm/output-ps.scm (make-title, output-scopes): Further
1995         development.
1996
1997         * input/test/title-markup.ly: New file.
1998
1999         * ps/lilyponddefs.ps: Disable PostScript titling.
2000
2001         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2002
2003 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2004
2005         * lily/arpeggio.cc (width_callback): remove padding.
2006  
2007         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2008
2009         * scm/define-music-types.scm: remove make-music-by-name.
2010
2011         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2012
2013 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2014
2015         * lily/paper-score.cc (process): Output titles using make-title.
2016
2017         * scm/output-ps.scm (output-stencil): Display directly instead of
2018         constructing string.
2019         (make-title): New function.
2020
2021 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2022
2023         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2024         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2025         Move documentation of LaTeX packages for latin1 characters to the
2026         lilypond-book manual.
2027
2028 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2029
2030         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2031
2032         * vimrc: add menu in console and shortcut <F10> for it.
2033
2034         * vim/:
2035         * vim/compiler/:
2036         * vim/syntax/:
2037         * vim/indent/:
2038         * vim/ftplugin/: new directories.
2039         
2040         * vim/filetype.vim: new file.
2041
2042         * lilypond.vim: remove files (see next).
2043         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2044
2045         * vimrc: remove file (see next).
2046         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2047
2048         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2049         add header. apply bindings only locally.
2050
2051         * vim/indent/lilypond.vim: new file.
2052
2053         * vim/ftplugin/lilypond.vim: remove errorformat.
2054         * vim/compiler/lilypond.vim: new file for errorformats.
2055
2056         * Documentation/topdocs/INSTALL.texi: give easier orders.
2057
2058         * ROADMAP: add vim/
2059
2060 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2061
2062         * Documentation/user/introduction.itely (Introduction): Use @image
2063         iso @html <img...>.  Add workaround for images in columns in info.
2064
2065         * stepmake/aclocal.m4: Store computed version in variable.
2066
2067         * configure.in: Export MAKEINFO_VERSION.
2068
2069         * config.make.in (MAKEINFO_VERSION): Add.
2070
2071         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2072
2073         * Documentation/user/GNUmakefile: Only build info with images when
2074         building web.
2075
2076         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2077
2078         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2079         stuff from documentation-targets.make
2080
2081 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2082
2083         * VERSION: 2.1.28 released
2084         
2085         * scripts/convert-ly.py (conv): 
2086
2087 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2088
2089         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2090         \arpeggioBoth. redefine \arpeggioBracket.
2091
2092         * Documentation/user/refman.itely: document new arpeggio
2093         functions.
2094
2095         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2096
2097         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2098
2099         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2100
2101 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2102
2103         * Documentation/user/introduction.itely (Automated engraving):
2104         rewrite introduction using website text.
2105
2106 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2107
2108         * scm/*.scm: make-music-by-name is replaced by make-music, which
2109         also accept music property settings, eg:
2110           (make-music 'TextScriptEvent 'direction DOWN 'text
2111               (make-simple-markup x))
2112
2113         Patch courtesy Nicolas Sceaux
2114
2115         * lily/beam-quanting.cc: cleanup, separate counts for left and
2116         right beam ends.
2117
2118         * lily/side-position-interface.cc (quantised_position): also
2119         quantize staccato position for forced stem directions. 
2120
2121 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2122
2123         * scm/*.scm: Patch by Nicolas Sceaux: 
2124
2125         * scm/music-functions.scm: ly:grob-property and ly:music-property
2126         are made procedure with setters.
2127
2128         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2129         
2130 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2131
2132         * input/test/[t-v]*.ly: finish rewriting texidocs.
2133
2134         * input/test/vaticana.ly: remove.
2135         * input/test/ligature-vaticana.ly: new, renamed file name.
2136
2137         * input/test/stem-centered.ly: remove.
2138         * input/test/mensural-note-heads.ly: new file. take content from
2139         removed file stem-centered.ly.
2140
2141         * input/test/scales-greek.ly: simplify.
2142
2143         * input/test/s*.ly: reformulate texidocs.
2144         
2145         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2146         of missing features.
2147
2148 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2149
2150         * input/test/[j-o]*.ly: update texidocs.
2151
2152 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2153
2154         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2155
2156         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2157         images.
2158
2159         * Documentation/user/lilypond.tely (@direntry): Update.
2160
2161         * stepmake/stepmake/documentation-targets.make
2162         (install-info,uninstall-info): Install into $(package_infodir).
2163         Install images.  Run install-info to update dir.
2164
2165         * config.make.in (package_infodir): Add.
2166
2167         * Documentation/user/GNUmakefile (info-with-images,
2168         local-install-info, local-uninstall-info): New target.
2169
2170 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2171
2172         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2173         gap/threshold.
2174
2175         * lily/beam-quanting.cc (score_slopes_dy): remove
2176         ROUND_TO_ZERO_SLOPE kludge.
2177
2178         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2179
2180         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2181
2182         * lily/global-context.cc (Global_context): alway accept Score
2183         (run_iterator_on_me): cast Context to Score_context, not
2184         Context_def.
2185
2186         * Documentation/user/refman.itely: documentation patch by Edward
2187         Sanford Sutton.
2188
2189         * mf/GNUmakefile: unset sauter-fonts.
2190
2191 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2192
2193         * scripts/lilypond-book.py (output_texinfo): Output @image
2194         descriptions for info too.
2195
2196         * input/test/chord-names-jazz.ly: 
2197         * input/test/embedded-scm.ly: Clarify.
2198
2199         * input/test/cautionaries.ly: Typo.
2200
2201         * lily/input-smob.cc (ly_input_location): Compile fix.
2202
2203 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2204
2205         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2206
2207         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2208         fixes problems with system defaults being reverted with \override
2209         on Score level.
2210
2211         * lily/global-context.cc (Global_context): apply property-ops to
2212         Global_context too. 
2213
2214 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2215
2216         * scm/output-ps.scm (stencil->string): Rewrite.
2217
2218 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2219
2220         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2221         impersonal style.
2222
2223 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2224
2225         * lily/input-smob.cc (ly_input_location: New function.
2226
2227         * scm/define-markup-commands.scm (upright): New markup command.
2228
2229         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2230
2231         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2232
2233         * scm/output-ps.scm (output-stencil): New function.
2234
2235         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2236         of snippet types; fixes @ignore and @verbatim blocks.
2237
2238 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2239
2240         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2241         to a file in printed documentation, instead, refer either to a 
2242         syntax or to an output.
2243
2244 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2245
2246         * input/regression/beam-center-slope.ly: Add test.
2247
2248 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2249
2250         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2251         (SAUTER_FONTS): Reinstate.
2252
2253         * scm/define-markup-commands.scm (caps): New markup command.
2254
2255         * scm/output-ps.scm (output-scopes): Experimental markup output.
2256
2257         * scm/: Add missing headers.
2258
2259         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2260
2261         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2262
2263 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2264
2265         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2266         Stray style cleanups.
2267
2268 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2269
2270         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2271         no dot combination.
2272
2273         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2274         substitute \override Staff.autoBeamSettings too
2275
2276         * Documentation/user/tutorial.itely: proofreading fixes by David
2277         Bobroff
2278
2279 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2280
2281         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2282
2283         * ps/music-drawing-routines.ps: 
2284         * ps/lilyponddefs.ps: Add end markers.
2285
2286 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2287
2288         * VERSION: 2.1.27 released.
2289         
2290         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2291
2292         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2293         obey documentation.
2294
2295 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2296
2297         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2298
2299         * scm/output-ps.scm: Resurrect.
2300         
2301         * scm/output-tex.scm: Minimal cleanups.
2302
2303         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2304
2305         * make/ly-rules.make: Remove any broken lily-*.tex files before
2306         lilypond-book run.
2307
2308         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2309         comment.
2310
2311         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2312         Enabled by default, may save 10% compile time.
2313
2314 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2315
2316         * lily/lyric-phrasing-engraver.cc: remove
2317         
2318         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2319         longer necessary. 
2320
2321         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2322         so lyric-phrasing-engraver is no longer necessary.
2323
2324         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2325         Grob_pq_engraver from Staff.
2326
2327         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2328         busyGrobs directly.
2329
2330         * input/regression/quote-transposition.ly: new file.
2331
2332         * lily/recording-group-engraver.cc (stop_translation_timestep):
2333         store instrumentTuning too. 
2334
2335         * lily/quote-iterator.cc (process): transpose events using
2336         instrumentTuning.
2337
2338         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2339         -> \tuning <pitch>
2340
2341         * lily/parser.yy (command_req): add \tuning command for setting
2342         instrument tuning of staff.
2343
2344         * Documentation/user/GNUmakefile
2345         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2346
2347         * Documentation/user/refman.itely (Customized accidental rules):
2348         typo.
2349
2350 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2351
2352         * Documentation/user/music-glossary.tely: remove the missing norwegian
2353         translation; they can be put in later properly.
2354
2355 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2356
2357         * lily/recording-group-engraver.cc (start_translation_timestep):
2358         init Recording_group_engraver twice.
2359
2360 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2361
2362         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2363         stray style cleanups:
2364
2365         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2366         -Wmissing-prototypes.
2367
2368         * flower/include/killing-cons.tcc (Killing_cons): Add template
2369         specifier for car_.
2370
2371         * flower/include/parray.hh (binsearchs): Add template specifier
2372         for maxkey.
2373
2374         * flower/include/interval.hh: Declare elem () with template specfier.
2375
2376 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2377
2378         * elisp/lilypond-indent.el (get-buffer-size): add customization
2379         groups for several variables (Reuben Thomas).
2380
2381 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2382
2383         * Documentation/user/invoking.itexi (Point and click): add index
2384         entry.
2385
2386         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2387         go under beam.
2388
2389         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2390         sarabande beam. 
2391
2392         * flower/warn.cc (programming_error): cross fingers not thumbs.
2393
2394         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2395         staff-position is set.
2396
2397         * VERSION: release 2.1.26 
2398         
2399         * scm/chord-entry.scm (construct-chord): process transposition
2400         after processing explicit-11.  
2401
2402 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2403
2404         * lily/parser.yy (add_quote): add syntax for adding quotes:
2405         \addquote "id-string" Music
2406
2407         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2408
2409         * scripts/convert-ly.py (conv): add rules for name changes.
2410
2411         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2412         music/context/grob property functions. Internally, use
2413         get_property() and set_property() for both.
2414
2415 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2416
2417         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2418         for Emacs <= 20 (Laurent Martelli).
2419
2420 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2421
2422         * lily/parser.yy (command_element): extract quoted vector in
2423         parser.
2424
2425         * input/regression/quote.ly: new file.
2426
2427         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2428
2429         * lily/parser.yy (command_element): \quote DURATION NAME: support
2430         cue notes. 
2431
2432         * lily/quote-iterator.cc (class Quote_iterator): new file.
2433
2434 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2435
2436         * lily/auto-beam-engraver.cc (try_music): accept and process
2437         beam-forbid-event.
2438
2439         * input/regression/auto-beam-no-beam.ly: new file.
2440
2441 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2442
2443         * lily/accidental.cc (print): Change font-relative-size ->
2444         font-size. Fixes cautionary-style = smaller.
2445
2446 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2447
2448         * lily/system-start-delimiter.cc (staff_brace): remove
2449         font-relative-size
2450
2451         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2452         forgotten with scm_list_n. Fixes spurious coredumps.
2453
2454         * lily/accidental-engraver.cc (stop_translation_timestep): move
2455         update of localKeySignature to stop_translation_timestep (). This
2456         makes sure that all ties are noticed at the right moment.
2457         (stop_translation_timestep): clear tie only when right-side
2458         notehead was seen.
2459         (number_accidentals_from_sig): cleanup. 
2460
2461         * input/regression/accidental-tie.ly (mus): new file
2462
2463         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2464         these longish tests.
2465
2466 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2467
2468         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2469
2470         * THANKS: update bugreporter list.
2471
2472         * lily/beam.cc (print): broken beams last until end of staff.
2473         (print): broken beams start from prefatory matter.
2474
2475         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2476
2477         * lily/paper-score.cc (process): dump header only once.
2478
2479         * lily/paper-outputter.cc (Paper_outputter): move logic into
2480         Scheme.
2481
2482         * scm/output-tex.scm (output-scopes): new function.
2483         (output-paper-def): new function
2484         (tex-string-def): new function
2485         (symbol->tex-key): new function
2486
2487         * scripts/convert-ly.py (conv): add rule for | ~
2488
2489 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2490
2491         * input/regression/{many}.ly: refresh, trying to guess how
2492         it was designed.
2493
2494 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2495
2496         * VERSION: release 2.1.25
2497
2498         * scm/define-translator-properties.scm
2499         (all-user-translation-properties): add printOctaveNames
2500
2501         * ly/engraver-init.ly: remove Note_event_swallower from
2502         NoteNamesContext.
2503
2504         * lily/note-name-engraver.cc (process_music): new property
2505         printOctaveNames
2506
2507         * lily/context.cc (find_existing_context): remove support for
2508         Current.
2509
2510         * scm/music-functions.scm (set-accidental-style): new function;
2511         duplicate accidental macros.
2512
2513         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2514
2515         * lily/note-name-engraver.cc (process_music):
2516         process_acknowledged_grobs () -> process_music ()
2517
2518         * scm/part-combiner.scm (determine-split-list): robustification.
2519
2520 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2521
2522         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2523         lines for falling into beam-gap.
2524         (score_forbidden_quants): check all staff lines for falling in
2525         beam gaps.
2526
2527         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2528         key/clef/time signatures. 
2529
2530         * input/test/ossia.ly: revise example.
2531
2532         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2533         cleanup.
2534         
2535         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2536         comply to Scheme standard.  Remove ly:get-paper-variable
2537
2538 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2539
2540         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2541
2542 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2543
2544         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2545         properties from Voice context. This fixes accidental size for
2546         staff-switches during grace contexts.
2547
2548         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2549         if necessary. Else, simply wipe dots.
2550
2551         * input/test/beam-alternate.ly: new file
2552
2553         * input/test/piano-staff-distance.ly: new file.
2554
2555         * lily/translator-group.cc (recurse_down_translators): use
2556         Direction for bottom-up/top-down.
2557
2558         * lily/include/translator.hh (class Translator): add
2559         process_music() and do_announces(). This obviates
2560         recurse_down_{engravers,performers}.
2561
2562         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
2563         \melisma and \melismaEnd
2564
2565         * lily/melisma-engraver.cc (process_music): change to
2566         Melisma_translator, unify with performer. Accept
2567         ManualMelismaEvent.
2568
2569         * ly/engraver-init.ly: add Font_size_engraver.
2570
2571 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2572
2573         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
2574         it hara-kiri.
2575
2576         * input/regression/{many}.ly: improve descriptions trying to figure
2577         out what is tested.
2578
2579 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2580
2581         * lily/slur.cc (broken_trend_offset): robustness fix.
2582
2583         * VERSION: release 2.1.24
2584
2585         * lily/context.cc (find_create_context): go to Score if it exists.
2586
2587         * lily/context-scheme.cc: new file.
2588
2589         * lily/score-translator.cc (get_output): new file.
2590
2591         * lily/include/grob-info.hh: origin_contexts() now does not
2592         include the originating engraver
2593
2594         * lily/translator-group.cc (translator_each): clean up contents,
2595         remove superfluous stubs. Engraver_group_engraver and
2596         Performer_group_performer are the only classes using multiple
2597         inheritance.
2598
2599         * lily/include/score-context.hh (class Score_context): interface
2600         between Score_{engraver,performer} and Global_context.
2601
2602         * lily/include/global-context.hh (Context): change from
2603         global-translator. This is the entry point for contexts; it is not
2604         tweakable using \translator{}. Score is no longer the top context,
2605         but sits underneath Global.
2606
2607         * lily/include/context.hh (class Context): brain surgery: split
2608         out Context functionality from Translator_group. Context is now a
2609         separate type from Translator.
2610
2611 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * lily/include/translator.hh (class Translator): make
2614         get_score_context() and get_global_translator (), and use the one
2615         which is appropriate.
2616
2617         * lily/context.cc: partially put functionality of Translator_group
2618         into Context.
2619
2620         * lily/include/context.hh (Translator): new class: put between
2621         Translator and Translator_group. 
2622
2623         * lily/new-accidental-engraver.cc: remove file.
2624
2625 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
2626
2627         * input/regression/{many}.ly: improve descriptions: use complete 
2628         sentences, try to describe what is tested, avoid `we´, do not use 
2629         don't, ... 
2630
2631 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
2632
2633         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
2634         is at EOL.
2635
2636         * Documentation/user/lilypond.tely: declare the topmost node only
2637         once; removes empty line in @contents.
2638
2639         * Documentation/user/music-glossary.tely: really add Finnish author.
2640         Draw more beatiful `->´ arrow in html: &rarr;
2641
2642 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2643
2644         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
2645
2646         * scripts/convert-ly.py (conv): add ly:music-list  change.
2647
2648         * lily/grob.cc: edit doc string.
2649
2650         * scm/define-grob-properties.scm (all-user-grob-properties):
2651         proofreading, editing of doc strings.
2652
2653         * input/regression/tablature-string-tunings.ly: new file.
2654
2655         * lily/staff-symbol-engraver.cc (process_music): new engraver,
2656         listen to stringTunings
2657
2658         * lily/align-interface.cc (align_elements_to_extents): remove Grob
2659         for self-alignment-[XY] code.
2660  
2661 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2662
2663         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
2664         cond) into function. Cleanup.
2665
2666         * lily/text-spanner.cc: remove text-repeat-if-broken property.
2667         
2668         * VERSION (PACKAGE_NAME): 2.1.23 released
2669
2670 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
2671
2672         * Documentation/user/{refman,internals}.itely: small fixes.
2673
2674 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2675
2676         * lily/accidental-engraver.cc (acknowledge_grob): don't make
2677         accidentals for harmonic notes
2678
2679         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
2680         for harmonic notes.
2681
2682         * scm/document-backend.scm (interface-doc): prune Grob
2683         documentation: don't duplicate interface information.
2684
2685         * lily/*.cc: lots of updates of doc strings.
2686
2687 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2688
2689         * input/test/ac-extra-voice.ly (accompany): remove file.
2690
2691         * input/test/maximum-rest-count.ly: remove file.
2692
2693         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2694         conversion rule for \translator { }. Apply everywhere.  
2695
2696         * lily/parser.yy (music_property_def): set property for \once in
2697         the PropertyMusic itself, not the ContextSpec.
2698         (property_operation): change syntax within \translator { }
2699
2700         * scm/define-music-properties.scm (all-music-properties): clean up.
2701
2702         * lily/auto-beam-engraver.cc (test_moment): use
2703         updated_grob_properties() to retrieve autoBeam settings.
2704
2705         * lily/spacing-spanner.cc: bound shortest_playing_len by
2706         measure_length
2707
2708         * lily/spacing-engraver.cc (acknowledge_grob): ignore
2709         multi-measure events for spacing computation.
2710
2711         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
2712         elliptical, to 1.49.
2713
2714         * lily/rest.cc (polyphonic_offset_callback): new function. Do
2715         vertical positioning for polyphony, without RestCollision object.
2716
2717         * lily/note-column.cc (add_head): prevent rests & note heads on
2718         one stem.
2719
2720         * lily/rest-collision.cc (do_shift): ignore rests with beams.
2721         (do_shift): rewrite only-rests case: use common refpoints: the
2722         routine will have sensible results when other rest-translations
2723         have taken place.
2724
2725         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
2726         < 0 case. 
2727
2728         * VERSION: 2.1.22 released
2729         
2730         * input/GNUmakefile (SUBDIRS): remove ascii-art
2731
2732 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2733
2734         * input/: Convert ly files that still had \property.  Fixes make
2735         web.  Remove exta spaces around '='. 
2736
2737         * scripts/convert-ly.py (conv): Redundant space fixes.
2738
2739         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
2740
2741 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2742
2743         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
2744         create scalable PS and PDFs  for input/{test,template,regression}.
2745
2746         * lily/context.cc (is_alias): move function.
2747         (is_alias): add Bottom as context alias. 
2748         (find_create_translator): add Bottom as a context alias for creation.
2749
2750         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
2751
2752         * lily/parser.yy (music_property_def): new syntax for property
2753         assignments:
2754
2755         \set A.B = #C , \unset A.B
2756         \override A.B #C = #D, \revert A.B #C 
2757
2758         * lily/my-lily-lexer.cc: remove \property
2759
2760 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
2761
2762         * Documentation/user/refman.itely: add dots after seealso refs.
2763
2764         * input/template/{many}.ly: harmonise descriptions.
2765
2766         * Documentation/user/music-glossary.itely: add Finnish author.
2767
2768 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2769
2770         * VERSION (PACKAGE_NAME): release 2.1.21
2771
2772 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2773
2774         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
2775
2776         * scripts/lilypond-book.py (snippet_res): @include filename must
2777         not be empty.
2778
2779 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2780
2781         * scm/documentation-generate.scm (markup-doc-string): dump
2782         markup-commands.tely
2783
2784         * scm/define-markup-commands.scm (override): new file.
2785         Move documentation from refman into doc-strings. 
2786
2787         * input/test/staff-container.ly: fix example.
2788
2789         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2790         StaffContainer
2791
2792         * lily/grob.cc: remove point_dimension_callback
2793         (Grob): read forced dimensions from X-extent and Y-extent.
2794         (get_paper): remove preset_extent.
2795
2796         * scm/define-grobs.scm (all-grob-descriptions): remove
2797         point_dimension_callback. 
2798
2799         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
2800         textscript to head. This makes no-spacing-rods work on
2801         DynamicText.
2802
2803         * lily/chord-name.cc: remove props chord, bass, inversion.
2804
2805         * Documentation/user/appendices.itely: add Scheme functions,
2806         context-properties and layout properties to manual.
2807
2808         * scm/part-combiner.scm (determine-split-list): include rests in a
2809         solo1/2 sequence.
2810
2811         * lily/new-part-combine-iterator.cc (substitute_both): new
2812         function.
2813         (class New_pc_iterator): add separate Voice=solo context, fixes
2814         autobeams going from chords to solo.
2815
2816 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2817
2818         * Documentation/user/invoking.itexi (Editor support): Fix typo.
2819
2820         * Documentation/user/tutorial.itely:
2821         * Documentation/user/refman.itely: Add short note about being part
2822         of lilypond.tely.
2823
2824         * COPYING: Make note more clear with respect to files that are
2825         explicitely licenced otherwise (Documention/user/ comes to mind).
2826         
2827         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
2828         comment about barfing of @c,{}.
2829
2830         * Documentation/user/music-glossary.tely: Add list of authors.
2831
2832         * stepmake/stepmake/library-rules.make: Thank Nelson only in
2833         source (was: also in build log).
2834
2835 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2836
2837         * lily/side-position-interface.cc (general_side_position): if
2838         staff-padding is set, then include staff in support too.
2839
2840         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
2841         module workbook
2842
2843         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
2844
2845         * lily/tuplet-engraver.cc: remove tupletInvisible
2846
2847         * scm/define-translator-properties.scm: cleanup, separate in
2848         internal and user props. 
2849
2850         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
2851         LyricsVoice -> Lyrics
2852
2853         * lily/new-part-combine-iterator.cc (process): only print warning
2854         for symbols.
2855
2856 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2857
2858         * scm/part-combiner.scm: Add proper header.
2859
2860         * All but lily/*: The great --2003 --2004 replace; the missing
2861         `bits'.
2862
2863         * TODO: Fix outline mode.  Add book notes.
2864
2865         * ROADMAP: Update.
2866
2867 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2868
2869         * scm/part-combiner.scm (make-autochange-music): use
2870         accumulator. Fixes stack overflow.
2871
2872         * lily/*: rename brew_molecule -> print , molecule-callback ->
2873         print-function
2874
2875         * scm/define-grob-properties.scm: cleanup. Separate into internal
2876         and user properties.
2877
2878         * lily/translator-property.cc (updated_grob_properties): new
2879         function
2880         (execute_pushpop_property): change to new convention:
2881         object property inits are stored as (cons ALIST BASED-ON). This
2882         storage format allows concurrent tweaks in different contexts.
2883
2884 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2885
2886         * TODO: new file.
2887
2888 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2889
2890         * debian/: Late Debian update (sorry Anthony).
2891
2892         * scripts/lilypond-book.py (do_file): Look for input_file in
2893         include path, or ask kpathsea if LATEX.
2894
2895         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
2896         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
2897         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
2898         --header=texidoc.
2899
2900         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
2901         relative.
2902
2903         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
2904         only when filtering, default to input_base otherwise.  Coding
2905         style fixes.
2906
2907 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * lily/include/translator.hh (class Translator): add virtual
2910         qualifier.
2911
2912 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2913
2914         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
2915
2916 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
2919
2920         * Documentation/user/refman.itely: Run texinfo-all-menus-update
2921         (fixes make web).
2922
2923         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
2924         live in $(out)-www).
2925
2926         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
2927         dependencies.  Add link to .ly source in HTML output.
2928         (Lilypond_snippet.output_html): Handle multiple page picture
2929         output.
2930         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
2931         Make usable for output_texinfo again.
2932
2933         * Documentation/user/GNUmakefile: Add static dependency for
2934         lilypond.tely includes.
2935
2936         * Documentation/user/tutorial.itely: Add some lost `relative'
2937         ly-options.
2938
2939 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2940
2941         * lily/include/translator-group.hh: move Music_output_def member
2942         to Global_translator.
2943
2944         * scripts/lilypond-book.py (do_file):  fix latex output.
2945
2946         * VERSION: release 2.1.20
2947         
2948         * scm/part-combiner.scm (determine-split-list): robustness fix 
2949
2950         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
2951
2952         * lily/parser.yy (music_output_def_body): plug memory leak.
2953
2954         * lily/translator-group.cc (add_fresh_group_translator): plug
2955         memory leak: unprotect Translator_group once added.   
2956
2957         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
2958
2959         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
2960         write .dep file.
2961         (Lilypond_snippet.ly): add \renameinput.
2962
2963 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2964
2965         * Documentation/user/refman.itely (Markup command definition): Doc
2966         by Nicolas Sceaux. Rewrite by Han-Wen
2967
2968         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
2969         thing of the line.
2970         (brew_molecule): only remove if hyphen is not at the end of line.
2971         (set_spacing_rods): new function: minimum-length specifies
2972         distance between syllables.
2973
2974         * scm/define-grobs.scm (all-grob-descriptions): add
2975         Hyphen_spanner::set_spacing_rods to LyricHyphen
2976
2977         * input/regression/lyric-hyphen-break.ly: new file.
2978
2979         * input/test/lyric-hyphen-retain.ly: new file.
2980
2981         * lily/new-part-combine-iterator.cc (construct_children):
2982         add Rest direction.
2983
2984 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2985
2986         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
2987
2988         * Documentation/bibliography/engraving.bib (donemus1982):
2989         update entry.
2990
2991 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2992
2993         * scripts/lilypond-book.py (Substring.__init__): new class.
2994         (Snippet.output_texinfo): add texidoc option.
2995         (Include_snippet.replacement_text): new class.
2996         (Lilypond_snippet.__init__): new class
2997         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
2998
2999         * Documentation/user/refman.itely (Sound): 
3000         note about number of channels.
3001
3002         * scm/music-functions.scm (voicify-music): add \context Staff for
3003         << \\ >> polyphony.
3004
3005         * lily/parser.yy (verbose_command_req): \skip now creates
3006         SkipMusic, and does not lead to spurious staves.
3007
3008         * scm/define-music-types.scm (music-descriptions): rename
3009         NonEventSkip to SkipMusic
3010
3011         * input/no-notation/midi-lyric-barcheck.ly: new file.
3012
3013         * input/regression/collision-dots-invert.ly: new file.
3014
3015         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3016         case.
3017
3018         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3019         die if melody died too.
3020
3021 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3022
3023         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3024         with reading from stdin.
3025
3026         * lily/slur-performer.cc (try_music): new file.
3027
3028         * lily/melisma-performer.cc (try_music): new file. Handle
3029         melismata to help lyrics.
3030
3031         * lily/beam-performer.cc (try_music): new file. Handle beam events
3032         to help lyrics.
3033
3034         * lily/score-performer.cc (one_time_step): reinstate
3035         process_music().
3036
3037         * lily/performer.cc (process_music): add to interface.
3038
3039         * lily/performer-group-performer.cc (process_music): new function.
3040
3041         * lily/dot-column.cc (do_shifts): do collision resolution before
3042         dot positioning.
3043         
3044         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3045         file, process printfilename option.
3046         (Snippet.__init__): rewrite: do not use global variables h or
3047         index.
3048         (main): really support -I option.
3049         (find_toplevel_snippets): new code.
3050         (find_toplevel_snippets): reinstate old version, without global
3051         variables.
3052
3053         * tex/texinfo.tex: really add file.
3054         
3055 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3056
3057         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3058         compatibility.
3059
3060 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3061
3062         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3063
3064         * scm/define-translator-properties.scm (drumPitchTable): add
3065         property.
3066
3067         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3068         function.
3069         (help_summary): docstrings.
3070         (do_file): strip the dir of input_base too.
3071
3072 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3075
3076         * Documentation/user/lilypond-book.itely: Update.
3077
3078         * make/ly-rules.make: Update lilypond-book commands.
3079
3080         * Documentation/user/GNUmakefile: Update makeinfo commands,
3081         lilypond-book flags.
3082
3083         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3084         
3085         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3086
3087         * scripts/filter-lilypond-book.py: Remove.
3088
3089         * Documentation/user/*tely: Update options for new lilypond-book.
3090
3091         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3092         with @macros in @includes.
3093
3094 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3095
3096         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3097         make rest-collision only.
3098
3099         * lily/break-substitution.cc (substitute_one_mutable_property):
3100         clear all-elements using scm_assq_remove_x(). 
3101
3102         * lily/rest-collision.cc (do_shift): shift single rests
3103
3104         * flower/include/array.hh (class Array): rename to is_empty ()
3105
3106         * lily/drum-note-performer.cc: new file: perform drum notes.
3107
3108         * VERSION (PACKAGE_NAME): release 2.1.19.
3109         
3110 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3111
3112         * scripts/filter-lilypond-book.py
3113         (classic_lilypond_book_compatibility): New function.
3114
3115 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3116
3117         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3118
3119         * Grand 2003 -> 2004 search replace. 
3120
3121         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3122         (i.e. < > )
3123
3124         * ly/performer-init.ly: add DrumStaff
3125
3126         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3127         lyric-interface; this prevents lines with only extender lines from
3128         being junked.
3129  
3130         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3131
3132         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3133         extenders right, for once and for all (hopefully).
3134         
3135         * lily/break-substitution.cc (substitute_one_mutable_property):
3136         clear old 'all-elements for System grobs.
3137
3138         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3139         that associatedVoiceContext is always assigned when music & lyrics
3140         are found. 
3141
3142         * ly/engraver-init.ly: remove Lyrics context.
3143         (TabVoice): add noteheads engraver
3144
3145         * input/test/improv.ly: update: do not use Thread switching. 
3146
3147         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3148         squashedPosition is a number  
3149
3150         * Documentation/user/refman.itely (Automatic note splitting):
3151         remove Thread references.
3152
3153         * input/no-notation/pc-direction.ly: remove file.
3154
3155         * ly/engraver-init.ly: remove Thread
3156
3157         * input/regression/tie-chord-partial.ly: remove file.
3158
3159         * scripts/convert-ly.py (conv): \harmonic rule
3160
3161         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3162         notation for harmonic notes: <c' g''\harmonic>
3163
3164         * lily/lily-guile.cc (alist_to_hashq): new function
3165
3166         * scm/lily.scm (alist->hash-table): new function.
3167
3168         * Documentation/user/refman.itely (Percussion staves): update doco.
3169
3170         * input/regression/drums.ly (timb): updates
3171
3172         * lily/note-performer.cc (create_audio_elements): robustness fix.
3173
3174         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3175
3176 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3177
3178         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3179         discard valid matches.
3180
3181 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3182
3183         * lily/drum-note-engraver.cc: new file.
3184
3185         * ly/drumpitch-init.ly: move drum definitions
3186
3187         * scm/drums.scm: remove file.
3188
3189         * lily/*.cc: remove abort-event everywhere.
3190
3191         * lily/note-heads-engraver.cc (process_music): robustification.
3192
3193         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3194         robustification.
3195
3196         * lily/parser.yy (simple_element): add \drums mode.
3197         (simple_element): remove \pitchnames , \chordmodifiers. Use
3198         variables to store this. 
3199
3200         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3201         outside \notes.
3202
3203         * VERSION: release 2.1.18.
3204         
3205         * input/test: remove octave-duplicate.ly
3206
3207 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3208
3209         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3210
3211 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3212
3213         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3214         constructor from Music_iterator. Changes throughout.
3215
3216         * lily/include/music-iterator.hh (class Music_iterator): remove
3217         Music_iterator::skip and Music_iterator::get_pending_events from
3218         interface. Rename report_to -> get_outlet 
3219
3220         * lily/auto-change-iterator.cc: move contents from
3221         new-auto-change-iterator.cc from
3222
3223         * scm/part-combiner.scm: determine split-list from Scheme. 
3224
3225         * lily/new-auto-change-iterator.cc (process): new file.
3226
3227         * lily/parser.yy (part_combined_music): remove old PC cruft.
3228
3229         * ly/engraver-init.ly: remove old
3230         PC cruft.
3231
3232         * Documentation/user/refman.itely (The Lyrics context): note about
3233         extender lines.
3234
3235         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3236         to allow 0-length mmrest events.
3237
3238         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3239
3240         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3241
3242         * lily/spacing-engraver.cc (finalize): robustifications.
3243
3244         * input/regression/new-part-combine-solo-global.ly: new file.
3245
3246         * scm/part-combiner.scm: rewrite.
3247
3248 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3249
3250         * Documentation/user/refman.itely, input/puer-fragment.ly,
3251         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3252         updated for proper use of lyricsto; replaced "(" and ")" ->
3253         "\melisma" and "\melismaEnd"
3254
3255         * input/test/ancient-font.ly: small updates to reduce compile
3256         warnings (TODO: junk this file)
3257
3258         * input/test/gregorian-scripts.ly: added comment about bug
3259
3260         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3261         tiny robustness fix
3262
3263         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3264         recent changes in the feta code); temporarily mapped mensural g
3265         clef to a copy of petrucci g clef until mensural g clef will have
3266         been rewritten
3267
3268         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3269         between mensural and neo-mensural heads (this broke quite a while
3270         ago)
3271
3272         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3273
3274 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3275
3276         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3277         indication.  Fixes for verbatim, multi line comments.
3278
3279 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3280
3281         * input/regression/new-part-combine-solo.ly: more cases.
3282
3283         * lily/slur.cc (height): robustness fix.
3284
3285         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3286
3287         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3288         stemUp/stemDown.
3289
3290         * scm/music-functions.scm (determine-split-list): further analysis.
3291
3292         * lily/script-engraver.cc (try_music): discard duplicate
3293         articulations.
3294
3295         * input/regression/new-part-combine-solo.ly: new file
3296
3297         * input/regression/new-part-combine-a2.ly: new file.
3298
3299         * ly/performer-init.ly: add Devnull
3300
3301         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3302         for \musicglyph #"accidental-*"
3303         (conv): \newpartcombine rule.
3304
3305 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3306
3307         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3308
3309 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3310
3311         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3312         textwidth, --output.
3313
3314 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3315
3316         * scm/new-markup.scm (doubleflat): add accidental markups.
3317
3318         * VERSION: release 2.1.17
3319         
3320         * Documentation/user/refman.itely (Automatic part combining):
3321         revise documentation of the part-combiner.
3322
3323         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3324         
3325         * input/test/part-combine-{moment,staff}.ly: remove file.
3326
3327         * input/regression/pc-mmrest.ly (two): remove file.
3328
3329         * scm/define-music-types.scm (music-descriptions): add
3330         Solo{One,Two}Event and UnisonoEvent
3331
3332         * lily/new-part-combine-iterator.cc (unisono): add state_
3333         variable, signal changes with part-combine-event.
3334
3335         * input/regression/new-part-combine-text.ly: new file.
3336
3337         * lily/part-combine-engraver.cc: new file.
3338
3339 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3340
3341         * scripts/filter-lilypond-book.py: Handle snippet options.
3342
3343 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3344
3345         * scm/music-functions.scm (determine-split-list): detect solo1/2
3346         and unisono.
3347
3348         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3349         revert fix, document why.
3350
3351         * lily/tie-performer.cc (process_music): new function. Set melisma
3352         property.
3353
3354         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3355         always smaller than bracket size.
3356         (make_bracket): oops. Size of the gap was off by factor 2
3357
3358         * input/test/text-rotate.ly: new file.
3359
3360         * scm/new-markup.scm (markup): a macro that provides a
3361         LilyPond-like syntax in scheme for building markups, in order to
3362         help markup command definition. (Nicolas Sceaux)
3363
3364         * input/test/lyrics-skip-notes.ly: new example.
3365
3366         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3367
3368         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3369         use is_alias() iso. == . This fixes lyrics on
3370         GregorianTranscriptions. 
3371
3372 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3373
3374         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3375         \thispagestyle{lastpage} to avoid that it's printed on the second
3376         last page when there's only a single score line on the last page.
3377         (The page breaking mechanism in TeX played some ugly tricks to us.)
3378
3379 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3380
3381         * scripts/filter-lilypond-book.py: Further development.
3382
3383         * input/regression/collision-dots-move.ly: New test.
3384
3385         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3386         hand side note head of non-merged collision to the right.
3387
3388         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3389         Construct children before accessing property from emtpy
3390         lyrics_context_.
3391         (construct_children): Find thread before finding LyricsVoice.
3392         Create LyricsVoice one if none found, fixes crash (thanks Erik
3393         Sandberg).
3394
3395 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3396
3397         * cygwin/: Forward port.
3398
3399 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3400
3401         * buildscripts/install-info-html.sh: Use Bash.
3402
3403         * cygwin/mknetrel: Patch from Bert.
3404
3405 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3406
3407         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3408
3409         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3410         try to copy *png, index.html (Bertalan Fodor).
3411
3412         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3413
3414 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3415
3416         * lily/note-collision.cc (check_meshing_chords): Do not remove
3417         dots (from down head) when merging similar heads (thanks Matthias
3418         Kilian).  Simplify merge_possible tests and other cleanups
3419
3420         * input/regression/collision-merge-differently-dotted.ly: Add test
3421         for disappearing dots on similar heads for both voices.
3422
3423 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3424
3425         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3426         that tagline overrides copyright for single page scores. Correct
3427         the default tagline value.
3428
3429 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3430
3431         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3432
3433 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3434
3435         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3436         TEXMF if it's previously unset.
3437
3438 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3439
3440         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3441
3442         * input/test/trills.ly: fix the unfolding of lineprall.
3443
3444         * input/test/figured-bass-alternative.ly: fix accidental.
3445
3446 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3447
3448         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3449         
3450         * input/no-notation/dos-guile.ly: 
3451         * input/no-notation/dos-ps.ly: 
3452         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3453         
3454         * input/no-notation/safe-include.ly:
3455         * input/no-notation/safe-guile.ly:
3456         * input/no-notation/safe-ps.ly: 
3457         * input/no-notation/safe-tex.ly: New file.
3458
3459         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3460         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3461         options now.
3462         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3463         When in --safe-mode, set environment openout_any=p[aranoid].
3464
3465         * tex/ltest.tex: 
3466         * tex/lilyponddefs.tex: Add \nofiles.
3467
3468         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3469         options.
3470
3471         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3472         This allows building the user manual using a binary installation
3473         and a matching unpacked source tree.
3474
3475         * scm/lily.scm (safe-module): New variable. 
3476
3477         * lily/includable-lexer.cc (new_input): Fix error messages.
3478
3479         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3480         If SAFE, evaluate in safe-module.  Change callers.
3481
3482         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3483
3484         * lily/lexer.ll (embedded_scm): While processing main-input,
3485         invoke ly_parse_scm with safe mode if running in safe-mode.
3486         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3487         in init.ly for safe-mode.
3488
3489 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3490
3491         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3492         compatibility with old versions of geometry.sty (compat2
3493         already implied includehead).
3494         Change the page layout slightly so bottom + footskip = top +
3495         headheight + headsep = 16mm, the remaining paperheight-32mm
3496         are used for the music. Increase footskip to 5mm, so the top of
3497         the footer text doesn't touch the music.
3498
3499 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3500
3501         * VERSION: release 2.1.16
3502         
3503         * scm/music-functions.scm (determine-split-list): bugfix: only use
3504         new-active for both voices if both indexes advance. This fixes the
3505         biggest outstanding problem with new-pc. 
3506
3507         * lily/new-part-combine-iterator.cc (construct_children): set more
3508         directions.
3509
3510 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3511
3512         * scripts/convert-ly.py (conv): add instrument rule.
3513
3514         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3515
3516         * lily/side-position-interface.cc: remove add_staff_support ()
3517         Change all callers to use staff-padding.
3518
3519         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3520         make_spanner().
3521
3522         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3523
3524         * lily/text-engraver.cc: remove scriptHorizontal property.
3525
3526         * lily/beam.cc (least_squares): also set least-squares-dy for
3527         special case of slanted 2-stem beam to center.
3528
3529         * lily/side-position-interface.cc (out_of_staff): move contents of
3530         out_of_staff into aligned_side.
3531         remove out_of_staff().
3532
3533         * input/regression/measure-grouping.ly: fix warning.
3534
3535         * lily/side-position-interface.cc: add staff-padding support to
3536         Side_position_interface::aligned_side.
3537
3538         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3539         one get_property too many.
3540
3541         * flower/include/drul-array.hh (linear_combination): new function
3542         (scale_drul): new function
3543
3544         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3545         operations on empty intervals are silly.
3546
3547 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3548
3549         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3550         (iso gh_scm2int), fixes crash in new part-combiner.
3551
3552         * configure.in: Up mftrace to 1.0.27.
3553
3554 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3555
3556         * VERSION: release 2.1.15
3557         
3558         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
3559         align all stanza numbers.
3560
3561 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
3562
3563         * Documentation/user/{introduction.itely,refman.itely,
3564         converters.itely}: fix some text inside parentheses; text should
3565         be readable (even) if parentheses are either replaced with commas 
3566         or dropped out.
3567
3568 2004-01-25  Werner Lemberg  <wl@gnu.org>
3569
3570         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
3571         input/test/vaticana.ly, input/test/ancient-font.ly,
3572         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
3573         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
3574         ly/params-as-init.ly, scm/define-grobs.scm,
3575         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
3576
3577         * ly/params-as-init.ly: Removed.  Obsolete.
3578         * buildscripts/lilypond.words.py: Updated.
3579
3580 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3581
3582         * mf/parmesan-clefs.mf: switch off mensural G clefs.
3583
3584         * mf/feta-din{4,5,7,9}.mf: remove.
3585         
3586         * lily/engraver.cc (internal_make_item): centralize item/spanner
3587         factory.
3588
3589         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
3590         do correct chord conversion for ^"sim."  (backportme)
3591         (FatalConversionError.sub_articulations): substitute ^"foo" in
3592         chords too. (backportme)
3593
3594         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
3595         for Fingering.
3596
3597         * lily/side-position-interface.cc (out_of_staff): don't do
3598         anything if staff-padding not defined. 
3599
3600         * mf/feta-params.mf (stafflines): introduce linethickness as
3601         general blackness of the font.
3602
3603         * lily/stem.cc (position_noteheads): rounding error robustness.
3604
3605         * input/regression/rest-collision-beam.ly: move beam/rest stuff
3606         from beam-collision.ly 
3607
3608         * lily/beam.cc (rest_collision_callback): remove direction.
3609
3610         * scm/define-grobs.scm (all-grob-descriptions): remove
3611         enclose-bounds in OttavaBracket and PianoPedalBracket
3612
3613         * scm/new-markup.scm (def-markup-command) new macro, which takes
3614         care of defining the COMMAND-markup and make-COMMAND-markup
3615         procedures, setting markup-signature and keyword-signature object
3616         properties, and pushing the markup command in
3617         markup-function-list.
3618
3619         All markup commands are defined thanks to it.  Users may also use
3620         it to define their own markup commands. (Nicolas Sceaux)
3621
3622         * scm/new-markup.scm: Scheme style clean-up: there should be no
3623         parenthesis alone on a line; LET* should not be used where LET is
3624         enough. (Nicolas Sceaux)
3625
3626 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3627
3628         * scripts/filter-lilypond-book.py: Add script.
3629
3630 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3631
3632         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
3633
3634 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3635
3636         * Documentation/user/refman.itely (Fingering instructions): add
3637         single note chords. 
3638
3639         * lily/multi-measure-rest-engraver.cc: use a single
3640         MultiMeasureEvent for mm rests. This prevents problems with the
3641         new part combiner.
3642
3643         * scm/music-functions.scm (determine-split-list): analysis has
3644         global effect: a difference halfway a phrase makes the entire
3645         phrase be typeset as apart.
3646         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
3647
3648 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3649
3650         * ly/performer-init.ly: add Devnull.
3651
3652         * Documentation/user/refman.itely (Font selection): remove paper20
3653         ref.
3654         
3655 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3656
3657         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
3658
3659 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3660
3661         * scm/music-functions.scm (determine-split-list): bugfixes.
3662
3663         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
3664
3665         * input/test/scales-greek.ly: use C as base, results in different
3666         alterations at the clef.
3667
3668         * input/regression/pedal-ped.ly: new file.
3669
3670         * input/regression/pedal-bracket.ly: new file.
3671
3672         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
3673         replace after_line_breaking()
3674
3675         * lily/line-interface.cc (line): read thickness.
3676         (line): dash-fraction = 0 always for dotted-line style.
3677
3678         * input/test/staff-lines.ly (lower): bugfix.
3679
3680         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
3681         \accepts Devnull into Score.
3682
3683         * scm/lily.scm: remove bla.scm load.
3684
3685 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3686
3687         * VERSION: release 2.1.14
3688         
3689         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
3690
3691         * lily/side-position-interface.cc (general_side_position): add
3692         Staff_symbol_referencer::staff_space ().
3693
3694         * lily/include/context-def.hh: rename from translator-def.hh
3695
3696 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3697
3698         * input/template/piano-dynamics.ly (pedal): Updated definition of
3699         Dynamics such that \cresc works, for example.
3700
3701 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3702
3703         * lily/stem.cc (calc_stem_info): use
3704         Staff_symbol_referencer::staff_space
3705
3706         * lily/beam-quanting.cc (quanting): scale Stem_info 
3707
3708         * lily/beam.cc (rest_collision_callback): use minimum-distance
3709         property for rest/beam collisions.
3710         (rest_collision_callback): bugfixes.
3711
3712         * lily/system.cc (post_processing): extra-offset is now relative
3713         to the size of the current staff.
3714
3715         * scm/music-functions.scm (notice-the-events-for-pc): record all
3716         voices, only analyze "one" and "two".
3717
3718         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
3719         not parent. 
3720
3721         * lily/new-part-combine-iterator.cc (construct_children): create
3722         Devnull from Voice context
3723
3724         * scm/music-functions.scm (determine-split-list): bugfixes.
3725
3726         * lily/lily-guile.cc (robust_scm2int): new function
3727
3728         * lily/staff-symbol-referencer.cc (line_thickness): new
3729         function. Use throughout.
3730
3731         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
3732         in its own context.  Add to preset font-size.
3733
3734         * lily/stem.cc (thickness): new function.
3735
3736         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
3737         compute thickness from ledger-line-thickness.
3738
3739         * lily/note-head.cc (brew_ledger_lines): use
3740         Staff_symbol::get_ledger_line_thickness ().
3741
3742         * lily/beam.cc (rest_collision_callback): use
3743         Staff_symbol_referencer::staff_space().
3744
3745         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
3746         Mus1 Mus2
3747
3748         * lily/include/translator.hh (class Translator): add accepts_list_
3749         so  \with { \denies / \accepts } also works.
3750
3751         * scm/music-functions.scm (determine-split-list): determine split
3752         list from music events.
3753
3754         * lily/new-part-combine-iterator.cc: more states.
3755
3756         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
3757
3758 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3759
3760         * lily/system.cc (set_loose_columns): use the right prebroken cols
3761         for interpolating loose column position.
3762
3763         * lily/text-spanner.cc (brew_molecule): default to no vertical
3764         lines.
3765
3766         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
3767         take space.
3768
3769         * scm/define-grobs.scm (all-grob-descriptions): less padding.
3770
3771 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3772
3773         * scripts/convert-ly.py: Do not test filename when processing
3774         stdin.
3775
3776         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
3777
3778 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3779
3780         * lily/axis-group-engraver.cc (finalize): extra check; if
3781         process_music () is never called, then staffline_ == 0.
3782
3783         * lily/simultaneous-music-iterator.cc (pending_moment): don't
3784         check run_always ().
3785         
3786         * VERSION: release 2.1.13
3787
3788         * input/regression/note-head-style.ly (pattern): cleanup.
3789
3790         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
3791         downloading.
3792
3793         * scm/output-lib.scm (shift-right-at-line-begin): new function:
3794         kludge rehearsalmark placement.
3795
3796         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
3797         , ly:spanner?
3798
3799         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
3800         close to note head for accidentals.
3801
3802         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
3803         tuplet direction.
3804
3805         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
3806
3807 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3808
3809         * lily/include/music-iterator.hh (class Music_iterator): add
3810         substitute_outlet() to iterator API.
3811
3812         * lily/new-part-combine-iterator.cc (construct_children):
3813         New_pc_iterator: new class, better part combining.
3814
3815         * lily/tie-column.cc (werner_directions): new function
3816
3817         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
3818
3819         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
3820         empty objects group spanner as parent
3821
3822         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
3823         slope against graphical slope.
3824
3825         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
3826         for ottava bracket.
3827
3828         * lily/side-position-interface.cc (general_side_position):
3829         opps. reinstate *dir.
3830
3831         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
3832         parser run.
3833
3834         * lily/tuplet-bracket.cc: remove calc_dy ().
3835
3836         * Documentation/user/refman.itely (Balloon help): document balloon
3837         help
3838
3839 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3840
3841         * scm/document-backend.scm (check-dangling-properties): Grob
3842         properties are defined define-grob-properties.scm.
3843         
3844 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3845         
3846         * VERSION: release 2.1.12
3847
3848         * scm/define-grobs.scm (all-grob-descriptions): larger font for
3849         ChordName
3850
3851         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
3852         relation to surroundings.
3853
3854         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
3855         Y-extent to the note-extents: stay clear of the staff.
3856
3857 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3858
3859         * Documentation/user/GNUmakefile
3860         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
3861         iso. copy.
3862
3863         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
3864
3865         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
3866
3867         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
3868
3869         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
3870
3871         * lily/line-interface.cc (line): remove thickness from calling interface.
3872
3873         * lily/hairpin.cc: use Line_interface
3874
3875         * lily/line-interface.cc: new file. Line_interface for everything
3876         with dotted/dashed lines.
3877         
3878
3879         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
3880
3881         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
3882         for constructing ottava brackets.
3883         
3884         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
3885         the note heads.
3886
3887         * Documentation/user/internals.itely (Engravers and performers):
3888         fix broken link.
3889
3890         * scm/music-functions.scm (make-mark-set): new function.
3891
3892         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
3893         functionally identical to beam.
3894
3895         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
3896         () with beam (). 
3897
3898         * Documentation/user/refman.itely (Rehearsal marks): document new
3899         functionality.
3900
3901         * input/regression/rehearsal-mark-number.ly: new file.
3902
3903         * input/regression/rehearsal-mark-letter.ly: new file.
3904
3905         * scm/translation-functions.scm (number->mark-string): new function
3906         (format-mark-letters): new function
3907         (format-mark-numbers): new function
3908
3909         * lily/mark-engraver.cc (process_music): rehearsalMark is now
3910         integer; formatting is done through markFormatter property.
3911         
3912         * scm/define-translator-properties.scm: fold all *-done properties
3913         into positioning-done.
3914
3915         * lily/beam.cc (position_beam): new function
3916         (brew_molecule): make sure that positions are calced before making
3917         the molecule.
3918
3919         * scm/output*.scm (beam):  take 4th argument for function.
3920
3921         * ps/music-drawing-routines.ps: take blot as 4th argument.
3922
3923         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
3924         stem to avoid small dents.
3925         
3926 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3927
3928         * VERSION: release 2.1.11
3929
3930         * input/regression/balloon.ly: new file.
3931
3932         * lily/balloon.cc (brew_molecule): new file: draw boxes around
3933         objects, and make help texts. 
3934
3935         * scm/new-markup.scm (parse-simple-duration): parse duration
3936         string to log & dots. (Thanks Nicolas!)
3937
3938         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
3939         rule.
3940
3941 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
3942
3943         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
3944         Lemberg).
3945
3946         * THANKS: alphabetic order.
3947
3948 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3949
3950         * input/regression/note-head-harmonic.ly: new file.
3951
3952         * Documentation/user/internals.itely (Technical manual): explain
3953         difference between music, translation, layout.
3954
3955         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
3956
3957         * scm/output-ascii-script.scm (bracket): rounding bfs.
3958
3959         * scripts/convert-ly.py (conv): add \include "paper" rule. 
3960
3961         * ly/paper*.ly: remove files. 
3962         
3963         * scm/paper.scm (set-staff-size): new function: set default
3964         staff-size.
3965
3966         * scripts/convert-ly.py (conv): add conversion rule.
3967
3968         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
3969         function.
3970
3971         * scm/paper.scm: new file.
3972         (set-staff-size): new function 
3973         (set-paper-size): new function
3974
3975         * lily/parser.yy (music_output_def_body): restructure definition,
3976         so first Scheme statement in \paper also happens in new scope. 
3977
3978         * lily/system.cc (post_processing): move uniquify_list () to
3979         dumping molecule stage.
3980
3981         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
3982         this will mess up scores that use barchecks to shorten measures.
3983
3984         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
3985         at 20pt too.
3986
3987         * Documentation/user/tutorial.itely (Printing lyrics): document
3988         \lyricsto
3989
3990         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
3991
3992         * Documentation/user/refman.itely (Fermatas): document \lyricsto
3993
3994         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
3995         if Voice is not found.
3996
3997         * VERSION: release 2.1.10
3998         
3999         * input/{test,regression}/: remove old-relative 
4000
4001         * lily/lexer.ll: add empty markup signature. 
4002
4003         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4004         strut markup
4005
4006         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4007
4008         * scm/define-translator-properties.scm: update melismata property
4009         doco.
4010
4011         * lily/system.cc (output_lines): revert uniquify_list() patch,
4012         strange side effects seen.
4013         
4014         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4015         dash-period < 0.
4016
4017         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4018         for flute. 
4019
4020 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4021
4022         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4023
4024         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4025
4026         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4027         of line breaks.
4028         (brew_molecule): add padding to left, not right.
4029
4030         * lily/system.cc (uniquify_list): new function
4031         (output_lines): uniquify_list () on all-elements. This fixes
4032         double symbols in the output.
4033
4034         * lily/beam.cc (rest_collision_callback): don't move anything if
4035         staff-position is set.
4036
4037         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4038
4039         * lily/system.cc (typeset_grob): warn if adding twice.
4040
4041         * lily/sequential-iterator.cc (run_always): implement run_always().
4042         (also in other files.)
4043         
4044         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4045
4046         * lily/event.cc (to_relative_octave): add octave-check.
4047
4048         * Documentation/user/refman.itely (Line breaking): add noBreak.
4049
4050         * scm/new-markup.scm (normalsize-markup): add function.
4051         (sans-markup): new function.
4052
4053         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4054         come earlier nowadays.  This fixes beams on grace notes.
4055         
4056         * scm/music-functions.scm (direction-polyphonic-grobs): new
4057         variable, share between override and revert. This fixes script
4058         directions in polyphonic sections. (backportme)
4059
4060 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4061
4062         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4063         breakpoints.
4064
4065         * lily/break-align-interface.cc: add doco
4066
4067         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4068
4069 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4070
4071         * VERSION: release 2.1.9
4072
4073         * scm/document-markup.scm (markup-doc-node): add note about naming.
4074
4075         * scm/new-markup.scm (left-align-markup): bugfix. 
4076
4077         * Documentation/user/refman.itely (Ottava brackets): more doco for
4078         ottava.
4079
4080         * lily/side-position-interface.cc (out_of_staff): also do
4081         out_of_staff() correctly for d == DOWN.
4082
4083         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4084         horizontal line if they move to the right.
4085         
4086         * scm/define-grobs.scm (all-grob-descriptions): set
4087         text-repeat-if-broken for ottava spanner
4088
4089         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4090         property.
4091
4092         * mf/feta18.mf: design size is 18 not 22.5
4093
4094         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4095         Add a single LyricsVoice to a melody. Melismata may be set
4096         individually.
4097
4098         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4099
4100         * lily/dot-column.cc: add stdio.h
4101
4102 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4103
4104         * lily/item.cc: documentation for break-visibility (Thanks, John).
4105
4106 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4107
4108         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4109
4110         * lily/translator-def.cc: rename Translator_def to Context_def.
4111
4112         * Documentation/user/internals.itely (Lexical details): clarify
4113         string def.
4114
4115         * Documentation/user/refman.itely (Rhythmic music): add link to
4116         RhythmicStaff 
4117
4118 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4119
4120         * lily/translator.cc: document start_translation_timestep()
4121
4122         * scm/output-tex.scm (tex-encoded-fontswitch): use
4123         round for rounding (inexact->exact yields rationals)
4124
4125         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4126
4127         * lily/translator-group.cc (get_simple_trans_list): 
4128         new function; construct simple_trans_list_ lazily.
4129         
4130 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4131
4132         * lily/paper-outputter.cc (output_scope): Check if number before
4133         checking exact (guile cvs).
4134
4135         * scm/*: Escape backslashes in scheme strings (guile cvs).
4136
4137 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4138
4139         * Documentation/user/refman.itely (Tablatures basic): annotate
4140         seealso sections.
4141
4142         * lily/*.cc: cleanup of engraver initialize() functions.
4143
4144         * lily/repeat-acknowledge-engraver.cc
4145         (start_translation_timestep): remove first_b_
4146
4147         * lily/tab-note-heads-engraver.cc: listen to string number events
4148         inside < > too. (backportme).
4149
4150         * Documentation/user/refman.itely (Text scripts): add fatText to
4151         index.
4152
4153 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4154
4155         * VERSION: 2.1.8
4156
4157         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4158         footer.
4159
4160         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4161
4162         * lily/bar-check-iterator.cc (process): only warn if
4163         barCheckLastFail was changed.
4164
4165         * scm/define-translator-properties.scm (barCheckLastFail): add
4166         property.
4167
4168         * lily/main.cc (main_prog): print summary of failed files.
4169
4170         * lily/axis-group-engraver.cc: move all spanner creation to
4171         process_music (). Now staffs can be adjusted with \override too.
4172         (Jan, you are a brilliant programmer!)
4173         
4174         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4175
4176 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4177
4178         * Documentation/user/tutorial.itely (Integrating text and music):
4179         Show the commands to produce a PDF as well.
4180
4181 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4182
4183         * lily/translator-def.cc (get_translator_names): accept user
4184         tweaks too. 
4185
4186         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4187         as big as normal heads. 
4188
4189         * input/*ly: run convert-ly
4190         
4191         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4192         () if dependencies are fluked.
4193
4194         * scm/document-translation.scm (engraver-doc-string): update on
4195         latest string/symbol conventions.
4196
4197         * lily/translator-ctors.cc: use Scheme_hash_table.
4198
4199         * lily/translator-def.cc (get_translator_names): new function
4200         (add_context_mod): new function
4201         (get_accepted): new function
4202
4203         * lily/parser.yy (context_mod): put all modifications of
4204         \translator { } in a single production, encode as SCM.
4205
4206         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4207         to use read-only lists, so additions to the definition can be
4208         prepended easily.  
4209
4210         * Documentation/user/invoking.itexi (Editor support): add node on
4211         editor support.
4212
4213         * Documentation/user/refman.itely (Bar check): add lyrics example
4214         of bar checks. 
4215
4216         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4217
4218         * scripts/convert-ly.py (conv): add conversion rule.
4219
4220         * lily/parser.yy: use \change iso. \translator for staff switch.
4221
4222         * lily/my-lily-lexer.cc: add \change.
4223
4224         * scm/define-translator-properties.scm
4225         (default-melisma-properties): add definition.
4226
4227 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4228
4229         * Documentation/user/refman.itely (Bar lines): clarification of
4230         systemStartDelimiter. 
4231
4232         * input/test/slur-shape.ly (x): remove file.
4233
4234         * lily/translator-group.cc (apply_property_operations): new function.
4235
4236 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4237
4238         * lily/parser.yy (optional_prop_ops): allow \with {
4239         PROPERTYSETTINGS } following \context or \new.
4240
4241         * lily/my-lily-lexer.cc: add \with.
4242
4243         * lily/parser.yy (property_operation): clean up definition of
4244         property operations.
4245         (property_op_to_music): new function.
4246         (context_spec_music): new function
4247
4248         * VERSION: 2.1.7 released.
4249         
4250         * input/regression/collision-merge-dots.ly: new file.
4251
4252         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4253         then kill the dots too. 
4254
4255         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4256         set/unset breakableSeparationItem
4257
4258         * lily/separation-item.cc (relative_width): add function.
4259
4260         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4261         only-prebreak-interface
4262
4263         * lily/system.cc (output_lines): only junk only-prebreak-interface
4264         grobs.
4265
4266         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4267         read breakableSeparationItem
4268
4269         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4270
4271         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4272
4273         * lily/dot-column.cc (dot_config_badness): new function:
4274         select the best scoring dot configuration: dots should go close to
4275         the note heads, but be shifted up or down according to conventions.
4276         (print_dot_configuration): idem.
4277         (shift_one): idem
4278         (remove_collision): idem.
4279
4280         * input/regression/dots.ly: add more test cases.
4281
4282 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4283
4284         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4285
4286         * flower/include/interval.hh: rename elem_b to contains 
4287
4288         * lily/tie.cc: change 'heads to 'head-pair.
4289
4290         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4291         fill in 'heads field.
4292
4293         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4294         minimum-length for short ones, and shorten so collisions with the
4295         next syllable are avoided.
4296
4297         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4298         near-zero slopes.
4299         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4300
4301         * lily/dots.cc: remove quantized_position callback. All Y
4302         positioning is done by dot-column.cc
4303
4304         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4305         exhaustive test of all dot positions. This fixes disappearing dots
4306         in dotted chords.
4307
4308 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4309
4310         * mf/feta-klef.mf (test_staff): fatten up G clef
4311         (test_staff): fatten up f clef.
4312         
4313
4314 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4315
4316         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4317         * input/les-nereides.ly: Use latin1 characters for title, like
4318         Morgenlied.
4319
4320 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4321
4322         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4323         cmb10).
4324
4325         * lily/lyric-extender.cc (brew_molecule): add little space before
4326         extender line.
4327
4328         * lily/beam-quanting.cc (score_forbidden_quants): check if
4329         outer stafflines fall in any beam gaps.
4330
4331         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4332         for lyric texts.
4333
4334 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4335
4336         * VERSION: 2.1.6 released.
4337
4338         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4339         this shows the demerits of a user-defined beam position pair.
4340
4341         * scm/define-grobs.scm (all-grob-descriptions): set
4342         beamed-extreme-minimum-free-lengths to a different value.
4343
4344         * lily/scm-option.cc: add debug-beam scm-option
4345
4346         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4347
4348 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4349
4350         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4351
4352         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4353         space after barline.
4354
4355         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4356
4357         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4358         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4359         the other case, take standard column-breakable spacing. Do not
4360         warn about "no spacing wishes".
4361
4362         This fixes wide spaces after barlines in very loose lines.
4363
4364         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4365
4366 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4367
4368         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4369         acknowledge_grob lyric-syllable, not lyric-text.
4370
4371         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4372         dashes of length #'length separated by #'dash-period. 
4373
4374         * lily/lyric-extender.cc (brew_molecule): idem
4375
4376         * lily/multi-measure-rest.cc (big_rest): idem
4377
4378         * lily/system-start-delimiter.cc (simple_bar): idem
4379
4380         * lily/bar-line.cc (simple_barline): use rounded box
4381
4382         * VERSION: release 2.1.5
4383
4384         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4385         music): move note about dvips to more visible place.
4386
4387         * lily/lyric-phrasing-engraver.cc: move from
4388         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4389         lyric-phrasing-engraver.hh)
4390         
4391         * lyric-align.ly: remove file
4392         
4393         * scripts/convert-ly.py (FatalConversionError.func): add removal
4394         rule for automaticMelismata
4395
4396         * ly/engraver-init.ly (ScoreContext): switch on
4397         New_phrasing_engraver by default.
4398
4399         * lily/slur-engraver.cc (class Slur_engraver):
4400         process_acknowledged_grobs -> process_music.
4401         (try_music): signal melismata correctly.
4402
4403         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4404         word-space, right-trim-amount, and extend past right bound only
4405         for note heads.
4406
4407         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4408         lyric-extender support: add note-heads to the extender
4409         automatically.
4410
4411         * lily/parser.yy: extender is now post_event. 
4412
4413         * lily/accidental-engraver.cc (number_accidentals): remove
4414         spurious warning about non-parent contexts.
4415
4416         * lily/music-output-def.cc (assign_translator): \translator { }
4417         for a Foo context implicitly redefines \FooContext.
4418
4419         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4420         fixes.
4421
4422         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4423         doubly in slur weight. 
4424
4425         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4426         combination.
4427
4428         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4429         staffbar distance.
4430
4431         * scripts/lilypond.py (global_latex_preamble): crank down size of
4432         the margins. Now there is a 12 mm top and bottom margin, which
4433         should correspond with the printable area of modern printers.
4434
4435         This enlarges the music height of the printable page a little.
4436
4437         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4438         signs. Use \markup instead.
4439         (accreg_pen): tweak for accordeon asterisk.
4440
4441 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4442
4443         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4444
4445         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4446
4447         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4448
4449         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4450
4451         * scm/define-grobs.scm (all-grob-descriptions): change
4452         StanzaNumber description: make side support, i.s.o. breakable.
4453         use Instrument_name_engraver for texts in the margin.
4454
4455         * scm/define-translator-properties.scm: remove
4456         melismaEngraverBusy, stz property.
4457
4458         * *.cc: naming: change empty_b () into is_empty ()
4459
4460         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4461
4462         * input/regression/lyric-phrasing-new.ly: new file.
4463
4464         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4465         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4466         melismata are now left-aligned.
4467
4468 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4469
4470         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4471
4472         * mf/feta19.mf: remove.
4473         
4474         * mf/feta-klef.mf (test_staff): more tweaks
4475
4476         * mf/feta-toevallig.mf: more small size tweaks.
4477
4478         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4479         rests for smaller sizes.
4480
4481         * mf/feta-bolletjes.mf: fix cross heads.
4482
4483         * VERSION: release 2.1.4
4484         
4485         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4486         deprecated #'ancient font family
4487
4488         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4489         it is a string or number.
4490
4491         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4492         change calling convention of stem-attachment function. 
4493
4494         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4495
4496         * mf/feta-autometric.mf: dump WX/WY fields too
4497         
4498         * mf/parmesan-heads.mf: idem.
4499
4500         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4501         attachment coordinates.
4502
4503         * lily/note-head.cc (stem_attachment_coordinate): read stem
4504         attachment from the notehead glyphs WX/WY fields.
4505
4506         * lily/include/font-metric.hh (struct Font_metric): add methods
4507         get_indexed_wxwy (), make a distinction between looking up by
4508         index and ASCII  
4509
4510         * mf/feta-bolletjes.mf: rewrite note head MF code.
4511         (test_outlines): make heads more rotund for smaller sizes. 
4512
4513 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4514
4515         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4516         throughout. Font scaling fixes throughout.
4517
4518         * mf/feta-sleur,slur.mf: remove. 
4519
4520         * mf/feta-slag.mf: rewrite.
4521
4522 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4523
4524         * VERSION: release 2.1.3
4525
4526         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4527
4528         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4529
4530         * lily/mark-engraver.cc (process_music): fix mark
4531         \default. (backportme)
4532
4533         * stepmake/stepmake/automatically-generated.sub.make (default):
4534         use -n for head/tail commands. 
4535
4536         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4537         heads with the same pitch.
4538
4539 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4540
4541         * lily/recording-group-engraver.cc (finalize): set protected_scm
4542         member to '() before finalizing.
4543
4544         * lily/translator-group.cc (finalize): remove removal_processing () 
4545
4546         * lily/recording-group-engraver.cc: new engraver: record
4547         synchronized start & end times for each music object.
4548
4549         * lily/parser.yy (toplevel_expression): execute score rendering
4550         during parsing. Cleanup output-filename handling; this is no
4551         longer done with global variables.
4552         (translator_spec_body): allow \type modification too.
4553
4554         * lily/score.cc:  ly:run-translator: new function
4555         (LY_DEFINE): ly:render-output new function.
4556
4557         Separate interpreting and rendering, and make available as
4558         functions at Scheme level.
4559
4560 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4561
4562         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
4563         (musicxml-node->string):
4564         (xml-node->string):
4565         (music-to-musicxml): New function.
4566
4567 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4568
4569         * VERSION: 2.1.2 released
4570
4571         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
4572
4573         * scm/font.scm (paper20-font-vector): discouple font design sizes
4574         from sizes specified in .ly file: store all design sizes of a font
4575         in a single vector.
4576
4577         * lily/font-select.cc (get_font_by_design_size): new function
4578
4579         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
4580         add parmesan,feta in sizes 14 and 18.
4581         
4582         * mf/feta-toevallig.mf: use blot diameter for double sharp.
4583
4584         * lily/font-size-engraver.cc (acknowledge_grob): change definition
4585         of fontSize: this now sets font-size
4586
4587 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4588
4589         * VERSION: 2.1.1 released
4590         
4591         * Documentation/user/refman.itely (Tuning objects): add note about
4592         concurrent tweaks in different contexts. 
4593
4594         * lily/tie-engraver.cc (acknowledge_grob): use
4595         Staff_symbol_referencer::get_position iso. reading staff-position
4596         directly.
4597
4598         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
4599         currentMusicalColumn as left span-point for bracket. The bracket
4600         is too long when there are accidentals.
4601
4602 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4603
4604         * buildscripts/lilypond-profile.sh,
4605         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
4606         Thanks to Reuben Thomas <rrt@mupsych.org>
4607
4608 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
4609
4610         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
4611         Wurbel <wurbel@univ-tln.fr>.
4612
4613 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4614
4615         * scripts/midi2ly.py: Add space after chords.
4616
4617 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
4618
4619         * input/regression/{many}: add few @code{ ... }.
4620
4621 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4622
4623         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
4624         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
4625         Removed cmbx5, cmbx6 (which are included in teTeX)
4626         and cmbxti14 which is not used in fonts.scm.
4627
4628 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
4629
4630         * lily/midi-item.cc: fine tune quarter tones.
4631
4632 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
4633
4634         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
4635         new function, warn how many cents are missing in fine tuning.
4636
4637 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
4638
4639         * input/bugs/rhytmicstaff-tie.ly: add file.
4640
4641         * THANKS: Create skeleton for 2.1.
4642
4643 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
4644
4645         * input/test/bar-lines.ly (TODO): dashed "|".
4646
4647 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
4648
4649         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
4650         input/regression/tie-chord.ly: Fix spell for tying.
4651
4652         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
4653
4654         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
4655         new file (renamed, see above).
4656
4657         * Documentation/user/lilypond-book.itely
4658         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
4659         * input/example-1.ly input/example-2.ly input/example-3.ly
4660         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
4661         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
4662         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
4663         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
4664         * scripts/lilypond-book.py scripts/lilypond.py
4665         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
4666         * vimrc: replace ly2dvi with lilypond and remove silly comments.
4667
4668         * Documentation/user/lilypond.tely: update version.
4669
4670         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
4671         Remove extra spaces in each @node, fixes spaces.
4672
4673 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4674
4675         * scripts/lilypond-book.py (output_dict): Add definition of
4676         \lilypondbook also for LaTeX output. Solves several bug reports.
4677
4678 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
4679
4680         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
4681
4682 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
4683
4684         * input/test/transposition.ly: Fix key signatures, given in comments.
4685
4686 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4687
4688         * scm/midi.scm (instrument-names-alist),
4689         Documentation/user/appendices.itely: Correct spelling of shakuhachi
4690
4691 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4692
4693         * input/test/temporary-stave.ly (texidoc): New example based on an
4694         email question from Ralph Little.
4695
4696 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4697
4698         * VERSION: release 2.1.0
4699         
4700         * lily/note-performer.cc (try_music): accept busy-playing-event.
4701
4702         * lily/swallow-perf.cc (try_music): return false for
4703         busy-playing-event and melisma-playing-event.
4704
4705 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4706
4707         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
4708         >> in \score.
4709
4710 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4711
4712         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
4713         that articulation_substitute will not move beam start again.
4714         (articulation_substitute): Bugfix: remove stray space so that new
4715         old chords ending '>>' does not get broken up.
4716         (sub_chord): Use TAB for indentation (not spaces).
4717         
4718         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
4719         Bugfix for startup: Use ?^ instead of ?\^.
4720
4721 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4722
4723         * lily/lyric-combine-music-iterator.cc
4724         (Lyric_combine_music_iterator): change init order, to prevent GC
4725         segfaults.
4726
4727         * lily/context-specced-music-iterator.cc (construct_children): 
4728         only change  translator if found. This fixes a core dump problem.
4729
4730 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4731
4732         * scm/slur.scm (default-slur-extremity-rules): use equal? for
4733         comparison.
4734
4735         * mf/feta-bolletjes.mf: make hole in half note little
4736         smaller for stem attachment.
4737
4738         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
4739
4740         * mf/feta-banier.mf: don't draw stem with flag, just small square
4741         attachment.
4742
4743         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
4744
4745         * mf/feta-banier.mf: remove upstem/downstem characters.
4746
4747         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
4748
4749         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
4750         stafflinethickness (in the default)
4751
4752         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
4753
4754         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
4755
4756         * Documentation/topdocs/INSTALL.texi (Top): reorder.
4757
4758         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
4759
4760         * lily/include/directional-element-interface.hh:
4761         junk class, make {get,set}_grob_direction functions.
4762
4763         * lily/slur.cc (get_attachment): do something sensible when
4764         attaching to stem without heads (eg. a rest).
4765
4766         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
4767         forcing up to staff.  remove #'support-head property
4768         (brew_molecule): small cleanup.
4769         (flag): remove #'grace property.
4770
4771 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4772
4773         * cygwin/postinstall-lilypond.sh: 
4774         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
4775         (Volker Zell).
4776
4777 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4778
4779         * scripts/lilypond-book.py: resurrect 'eps' option. 
4780         (TexiPaper.to_eps): use -Ppdf for EPS files.
4781
4782         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
4783
4784         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
4785
4786         * VERSION: release 2.0.1
4787
4788         * lily/bezier.cc (get_other_coordinate): change assert into
4789         warning.
4790
4791         * lily/note-head.cc (internal_brew_molecule): make left protusion
4792         smaller, to accomodate for natural sign.
4793         (internal_brew_molecule): only do this when the accidental is
4794         close enough.
4795         (extent): new function
4796
4797         * lily/skyline.cc (merge_skyline): new function
4798         (heighten_skyline): new function
4799
4800         * lily/accidental-placement.cc (position_accidentals) 
4801         (position_accidentals): fix todo.
4802
4803 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4804
4805         * input/test/+.ly (texidoc): put version number inline.
4806
4807         * GNUmakefile.in: remove rsync-web target.
4808         
4809         * input/regression/bar-scripts.ly (onestaff): raggedright
4810
4811 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4812
4813         * lily/*.cc: remove #if 0'd code in couple of places.
4814
4815         * lily/midi-stream.cc (operator <<): rewrite.
4816
4817         * lily/note-head.cc (internal_brew_molecule): 
4818         only make ledgers when the Staff symbol has lines.
4819
4820         * ly/property-init.ly (arpeggioBracket): simplify
4821
4822         * lily/translator-group.cc (execute_pushpop_property): use
4823         SCM_EQ_P for comparing keys. This fixes reverting
4824         auto-beam-settings.
4825
4826 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4827 *
4828         * lily/midi-stream.cc (operator <<): Also write MIDI string when
4829         midi_debug_global_b.
4830         (operator <<): Normalise loop.
4831
4832 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4833
4834         * scripts/lilypond.py (escape_path): revise.
4835
4836         * scm/music-functions.scm (set-output-property): new function.
4837         
4838 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4839
4840         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
4841         use addmakeflags again.
4842
4843         * cygwin/lily-wins.py (escape_shell): New function; use it.
4844
4845         * scripts/lilypond.py (escape_shell): Escape quotes and other
4846         spaces too.  Do not escape escaping backslashes.
4847
4848         * make/srcdir.make.in (web-install): Must call install-WWW now.
4849
4850         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
4851         dependency
4852
4853 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4854
4855         * scripts/lilypond.py (escape_path): escape quotes too. 
4856
4857         * Documentation/user/lilypond.tely (Unified index): rename Index
4858         to accomodate Windows breakage.
4859
4860         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
4861
4862         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
4863         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
4864         target not a source.
4865
4866 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4867
4868         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
4869         addmakeflags.  Build and install doc and web also when building on
4870         Cygwin.
4871
4872         * mf/GNUmakefile: Bugfix.
4873
4874         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
4875         target web.
4876
4877         * cygwin/lily-wins.py: Quote filename.
4878
4879 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4880
4881         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
4882
4883 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4884
4885         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
4886         settings.
4887
4888         * configure.in: Require g++ > 3.0.4.
4889
4890         * mf/GNUmakefile: Bugfix: Add list.ly target.
4891         
4892         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
4893
4894         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
4895         make omf directory, add uninstall targets.
4896
4897 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4898
4899         * lily/tie-performer.cc (initialize): init prev_event
4900
4901         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
4902
4903         * lily/script-engraver.cc (make_script_from_event): don't crash on
4904         non-string articulation-type.
4905
4906         * lily/new-fingering-engraver.cc (add_script): don't crash on
4907         0 scripts 
4908         (acknowledge_grob): warn about text script events.
4909
4910 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
4911
4912         * buildscript/lilypond.words: fix path for drums.scm.
4913
4914 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4915
4916         * lily/spacing-spanner.cc (note_spacing): don't make longer
4917         durations than measure-length.
4918
4919         * VERSION: release 2.0.0
4920
4921         * GNUmakefile.in (rsync-web): version independent rsync target.
4922
4923         * input/test/+.ly (texidoc): idem.
4924
4925         * input/regression/+.ly: print version number.
4926
4927         * input/regression/accidentals.ly (mel): shorten.
4928
4929         * input/regression/accidental-octave.ly (texidoc): shorten.
4930
4931         * input/regression/hairpin-dashed.ly (texidoc): docstring.
4932
4933         * input/regression/completion-heads-polyphony.ly: octave
4934
4935         * input/regression/beam-manual.ly: remove
4936
4937         * input/regression/beam-chord.ly: remove
4938
4939         * input/regression/grace-dynamic.ly: remove
4940         
4941         * input/regression/grace-volta-repeat.ly: octave fixes.
4942
4943         * input/regression/hairpin-dashed.ly (texidoc): doc string.
4944
4945         * lily/parser.yy (step_number): semitones for chord entry too.
4946         (make_chord_step): more robust code, semitones. 
4947
4948         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
4949
4950         * input/regression/breathing-sign.ly (texidoc): split ancient and
4951         normal breathing signs.
4952
4953         * scm/define-grobs.scm (all-grob-descriptions): swap
4954         beamed-extreme-minimum-free-lengths and
4955         beamed-minimum-free-lengths; the 'extreme' case should allow
4956         shorter stems. This fixes forced directions on beamed 32nd and
4957         shorter notes.
4958
4959         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
4960         quartertones, not semitones.
4961         (NoteNamesContext): swallow more event types
4962
4963         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
4964
4965         * VERSION (PACKAGE_NAME): release 1.9.10
4966
4967 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4968
4969         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
4970         set note head as cause of note-column.  This gives a better error
4971         message.
4972
4973 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4974
4975         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
4976
4977 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
4978
4979         * mf/GNUmakefile (pfa_warning): instruct 
4980
4981         * stepmake/aclocal.m4: typo.
4982
4983         * Documentation/user/cheatsheet.itely: more verbose examples.
4984
4985         * input/regression/clefs.ly: remove bogus docstring.
4986
4987 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4988
4989         * GNUmakefile.in (SUBDIRS): Add elisp.
4990
4991         * elisp/lilypond-mode.el: 
4992         * elisp/lilypond-init.el: 
4993         * elisp/lilypond-indent.el: 
4994         * elisp/lilypond-font-lock.el: Move from top dir.
4995
4996         * stepmake/stepmake/elisp-vars.make: New file.
4997
4998         * config.make.in (elispdir): Add.
4999
5000         * Documentation/topdocs/INSTALL.texi: Typo.
5001
5002         * make/ly-rules.make: Test for files instead of touching void and
5003         ignoring errors.
5004
5005         * GNUmakefile.in:
5006         * make/lilypond.redhat.spec.in:
5007         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5008         <builddir>, adding
5009         
5010              (push "<builddir>/share/lilypond/elisp" load-path)
5011
5012         to your ~/.emacs.el should give you LilyPond-mode again.
5013
5014         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5015         regexp for DOS/Windows, we are too paranoid to fix others.
5016
5017 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5018
5019         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5020
5021         * input/test/chord-names-jazz.ly (banterProperties): fix
5022
5023         * lily/parser.yy (bass_mod): bass figure alterations are semi
5024         tones, not quarter tones
5025
5026         * lily/beam.cc (set_stem_lengths): only lengthen stems
5027         for gapped beams.
5028
5029         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5030         by beamcount.
5031
5032         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5033         a warning that the warning may erroneous.
5034
5035         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5036         target.
5037
5038         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5039         targets.
5040
5041         * GNUmakefile.in ($(config_h)): config.h should depend on
5042         config.hh.in .
5043         (lilypond.words): remove fontball stuff.
5044
5045         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5046
5047         * configure.in: remove pktrace reference.
5048
5049         * GNUmakefile.in (rsync-web): permissions and ownership for
5050         website.
5051
5052         * lily/volta-engraver.cc (staff_eligible): new function.
5053         (stop_translation_timestep): kill off spanners if not eligible.
5054
5055         * VERSION (PATCH_LEVEL): release 1.9.9
5056
5057         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5058
5059         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5060         length is more important than forbidden quants.
5061         
5062 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5063
5064         * buildscripts/lilypond.words: order words in search order,
5065         add lilypond.words.vim to be generated.
5066
5067         * lilypond.vim: use lilypond.words.vim for keyword matching.
5068
5069         * lilypond-mode.el: use search order. fix word selection rules.
5070
5071         * lilypond-font-lock.el: fix fontifying long durations.
5072
5073         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5074
5075 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5076
5077         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5078
5079         * stepmake/stepmake/generic-targets.make:
5080         * stepmake/stepmake/bin/make-version.py: 
5081         * stepmake/aclocal.m4:
5082         * make/stepmake.make:
5083         * make/toplevel-version.make: Build fixes: remove last traces of
5084           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5085
5086         * lily/beam.cc: Add gap-count property.
5087
5088 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5089
5090         * scm/define-grob-properties.scm (gap-count): add gap-count
5091
5092         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5093
5094 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5095
5096         * cygwin/mknetrel.doc: Typo.
5097
5098         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5099
5100         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5101
5102 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5103
5104         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5105         sizes. Remove support for 'ledger'(=tabloid+landscape).
5106
5107 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5108
5109         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5110         sauter PFAs.
5111
5112         * configure.in: remove VERSION stuff once again.
5113
5114         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5115
5116         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5117         for chord names.
5118
5119         * mf/GNUmakefile: always trace pfa fonts.
5120         (SAUTER_FONTS): add cmss[567] too fonts
5121
5122         * configure.in: require mftrace. 
5123
5124         * lily/staff-performer.cc (new_instrument_string): don't look at
5125         instrument property.
5126
5127         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5128         is_direction is the C++ one. Similar for ly_axis_p and
5129         ly_number_pair_p
5130
5131 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5132
5133         * lily/beam.cc (brew_molecule): read gap-count to determine
5134         number of tremolo (gapped) beams.
5135
5136         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5137         shorter than 1/8
5138
5139         * flower/include/array.hh (default_compare): new function
5140
5141         * cygwin/mknetrel: Native fixes.
5142
5143         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5144
5145 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5146
5147         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5148         feature for Windows.
5149
5150         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5151
5152         * cygwin/mknetrel: Updates for native use on Cygwin.
5153
5154         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5155
5156         * stepmake/stepmake/help2man-rules.make: 
5157         * cygwin/mknetrel: Bugfix for manpages.
5158
5159         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5160         $(builddir).  Stepmake is a normal subdirectory now, that is not
5161         configured.  Another srcdir build fix.
5162
5163         * Documentation/topdocs/INSTALL.texi,
5164         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5165         lilypond-init.el, lilypond-mode.el, debian/rules,
5166         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5167         rename generated file lilypond.words to lilypond.words.el.
5168
5169 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5170
5171         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5172
5173         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5174         GNUmakefile.in.
5175
5176 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5177
5178         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5179         when cross building.
5180
5181         * configure.in: srcdir build fix.
5182
5183         * cygwin/GNUmakefile:
5184         * cygwin/lily-wins.py:
5185         * cygwin/postremove-lilypond.sh: 
5186         * cygwin/postinstall-lilypond.sh: Merge from stable.
5187
5188         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5189         s/ly2dvi/lilypond/.
5190
5191 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5192
5193         * lily/slur.cc (after_line_breaking): only set control points if
5194         none supplied yet.
5195
5196         * input/test/slur-manual.ly: new file.
5197
5198         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5199         <<  >> chords too.
5200
5201         * VERSION (PACKAGE_NAME): release 1.9.8
5202
5203         * scripts/lilypond.py (escape_path): escape spaces in directory names
5204
5205         * input/test/text-spanner.ly: fixes.
5206
5207 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5208
5209         * buildscripts/lilypond.words.py: add drum names as note names to
5210         Emacs-mode.
5211
5212 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5213
5214         * input/regression/hairpin-dashed.ly: new file.
5215
5216         * scripts/convert-ly.py (conv): warn about dash-length.
5217
5218         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5219         automatically if we get a new one.
5220
5221         * lily/lookup.cc (dashed_line): new function
5222
5223         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5224         dash-fraction.
5225
5226 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5227
5228         * buildscripts/lilypond.words.py: extract note names.
5229
5230         * lilypond-mode.el: take note names from lilypond.words -file.
5231         small fix in the use of string-match.
5232
5233         * lilypond-font-lock.el: use lilypond.words for note names, add 
5234         maxima to note a duration.
5235
5236 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5237
5238         * lily/breathing-sign.cc: remove railtracks() function. 
5239
5240         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5241
5242         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5243         (brew_molecule): bugfix don't make arpeggio shorter when
5244         arpeggio-direction is set.
5245
5246         *  debian/rules: small corrections in the (Pedro K)
5247
5248         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5249         examples.
5250
5251         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5252         special (repeat) bar comes along.
5253
5254         * input/regression/auto-beam-bar.ly: update.
5255
5256         * scripts/lilypond-book.py (output_dict): remove support for the
5257         EPS option.
5258
5259         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5260         VerticalAlignment and VerticalAxisGroup this fixes the size
5261         computations for the entire system.
5262  
5263         * input/les-nereides.ly (bass): remove superfluous fontSize.
5264
5265         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5266         causes directory of file to be added to include path.
5267
5268         * input/regression/beam-break.ly: test single stem beams.
5269
5270         * input/regression/system-start-bracket.ly: fix.
5271
5272         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5273
5274         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5275
5276         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5277         (score_stem_lengths): do something sensible for single stem beams.
5278
5279         * lily/beam.cc (least_squares): add kludge for single stem beams.
5280
5281         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5282         keySignature to list of broken things.
5283
5284         * input/regression/keys.ly: fix.
5285
5286         * VERSION (PACKAGE_NAME): release 1.9.7
5287
5288         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5289
5290         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5291
5292         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5293         (quartertone_pitch): new function
5294
5295         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5296         flat. WARNING: FONT CHANGED.
5297
5298         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5299
5300         * lily/accidental-placement.cc (add_accidental): support for
5301         quarter tones.
5302
5303         * ly/LANGUAGEs.ly: use symbols for alterations.
5304
5305         * mf/feta-toevallig.mf: change accidental codes. 
5306
5307         * scm/lily.scm (ly:get-option): switch on debugging only for
5308         --verbose.
5309
5310         * lily/lily-guile.cc: remove ly:verbose?
5311
5312         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5313
5314         * lily/parser.yy (TODO): only do gh_call() for apply with
5315         procedure argument.
5316
5317         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5318         stuff in accordance with new timing of tie-events.
5319
5320         * lily/my-lily-lexer.cc: remove \outputproperty
5321
5322         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5323
5324         * scm/define-translator-properties.scm (melismaBusyProperties):
5325         add melismaBusyProperties property.
5326
5327 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5328
5329         * input/test/ambitus-mixed.ly (texidoc): new file.
5330
5331         * buildscripts/mutopia-index.py (find): prune debugging
5332
5333         * lily/side-position-interface.cc: doc updates
5334
5335         * Documentation/user/refman.itely: updates, tweaks.
5336
5337         * lily/parser.yy (Simple_music): remove outputproperty
5338
5339         * make/stepmake.make: use VERSION again; importing VERSION via
5340         autoconf dependencies is too hairy.
5341
5342 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5343
5344         * lilypond-mode.el: allow `-' for keywords and identifiers.
5345
5346 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5347
5348         * VERSION: release 1.9.6
5349         
5350         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5351         iso. ly2dvi.
5352
5353         * Documentation/user/*.itely: fixes everywhere
5354
5355         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5356         produce ties from the engraver itself, do not broadcast TieEvent.
5357
5358         * lily/my-lily-lexer.cc: remove pitch & duration.
5359
5360         * lily/parser.yy (TODO): remove \pitch and \duration
5361
5362         * input/test/explicit.ly: remove file.
5363
5364         * Documentation/user/refman.itely (Pitches): remove \pitch 
5365         \duration command.
5366
5367 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5368
5369         * buildscripts/lilypond.words.py: add all slur types to Emacs
5370         insertion menu, suppose everything is postfixed by dropping 
5371         unnecessary `-' -marks.
5372
5373 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5374
5375         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5376         tremoloed stems.
5377
5378         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5379         head for flagged stems.
5380
5381         * lily/stem.cc (get_default_stem_end_position): futz with extra
5382         stem length if there is a stem tremolo.
5383
5384         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5385         it would be too small.
5386
5387         * lily/font-metric.cc: return #f for non-existent glyph.
5388         
5389         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5390         exported through config.make.
5391
5392         * input/regression/clef-oct.ly: new file.
5393
5394         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5395         transposition.
5396
5397         * input/template/*.ly: remove old relative.
5398
5399         * ly/english.ly: add X names for double sharp.
5400
5401 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5402
5403         * lily/font-select.cc: new file handle font selection routines.
5404
5405         * lily/parser.yy: add ; (Patrick Atamaniuk)
5406
5407         * input/test/time-signature-double.ly: use markups for double time
5408         sigs.
5409
5410         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5411         ChordNames.SeparationItem #'padding for adjusting space after chords.
5412         
5413         * lily/music-output-def.cc (LY_DEFINE): 
5414         new function ly:paper-lookup.
5415         
5416         * mf/parmesan-clefs.mf: use # quantities for char_box
5417         offsets. Fixes overflow errors in the PFA. 
5418
5419         * scm/new-markup.scm (strut-markup): change calling interface for
5420         markup. Pass paper-def, not grob. This would allow \markup to be
5421         used separately from grobs.
5422
5423         * lily/paper-def.cc: new function ly:paper-font; this function
5424         replaces ly:get-font.
5425
5426         * lily/include/font-interface.hh (struct Font_interface): take
5427         Paper_def iso. Grob for get_font().
5428
5429 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5430
5431         * Documentation/user/ tutorial.itely, refman.itely: add warning
5432         about \key and accidentals.
5433
5434 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5435
5436         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5437
5438         * Documentation/user/*.itely: manual tweaks
5439
5440 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5441
5442         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5443         cleanup; bugfix: exact_center
5444
5445         * Documentation/user/refman.itely: added more documentation on
5446         ambitus according to recent questions on lilypond-user list
5447
5448 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5449
5450         * input/regression/ottava.ly (texidoc): demo 15ma too.
5451
5452         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5453
5454         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5455         octave fixes.
5456
5457 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5458
5459         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5460         problems on older Mac editors.
5461
5462 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5463
5464         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5465
5466 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5467
5468         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5469         mf/parmesan-clefs.mf: added comments on character alignment and
5470         set_char_box() conventions
5471
5472         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5473         set_char_box()'s
5474
5475         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5476
5477 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5478
5479         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5480
5481 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5482
5483         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5484         shortened to avoid almost-collision with staff line; code cleanup;
5485         other custodes: fixed char boxes; code cleanup
5486
5487 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5488
5489         * configure.in: release 1.9.5
5490         
5491         * scripts/lilypond.py (global_latex_preamble): only set
5492         twosideshift if 'twoside' is in latexoptions 
5493
5494         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5495
5496         * VERSION: remove
5497
5498         * scripts/*2ly.py: update <> syntax
5499
5500 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5501
5502         * lily/chord-name-engraver.cc (process_music): add origin for
5503         chord name.
5504
5505         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5506
5507         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5508         bass notes for exceptions too.
5509
5510         * scm/define-grobs.scm (all-grob-descriptions): rename
5511         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5512
5513         * scm/define-grob-properties.scm (remove-first): add remove-first
5514         property for orchestral scores.
5515
5516         * Documentation/user/*.itely: switch <<>> and <> 
5517
5518         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5519         last_line only once. This fixes the two consecutive glissandi problem.
5520
5521 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5522
5523         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5524         error message "flexa-width undefined"
5525
5526         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5527         lily/include/gregorian-ligature.hh: print warning when ignoring
5528         head prefixes on flexa shapes
5529
5530         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5531         space before a series of inclinatum heads
5532
5533         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5534         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5535         cleanups
5536
5537         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5538         and char_box
5539
5540 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5541
5542         * input/regression/breathing-sign.ly: tiny fixes
5543
5544         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5545         semantical collision with vaticana ligatures
5546
5547         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5548         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5549         now consistent with mensural ligatures
5550
5551         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5552         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5553         context pitches and staff position; dto. for virga stem; removed
5554         obsolete virga and clivis characters from parmesan font (WARNING:
5555         font changed)
5556
5557         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5558         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
5559
5560         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5561         scm/define-grob-properties.scm: consistency fix: renamed
5562         join_left->add_cauda
5563
5564         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
5565         appendix length; bugfix: yoffs_bt for reverse direction punctum
5566         characters
5567
5568         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
5569         small cleanups; added more docu
5570
5571         * lily/mensural-ligature-engraver.cc,
5572         lily/vaticana-ligature-engraver.cc,
5573         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
5574         computation to CoherentLigatureEngraver
5575
5576         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
5577         scm/define-grob-properties.scm: bugfix: added missing linea and
5578         cavum properties; bugfix: removed dead semivocalis property
5579
5580         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
5581         length; redesigned quilisma, stropha and auctum
5582
5583         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
5584         line thickness
5585
5586         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
5587         Documentation/user/refman.itely: bugfix: introduced shifted
5588         epiphonus head to avoid collision with adjacent plica
5589
5590 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5591
5592         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
5593
5594         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
5595
5596 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5597
5598         * Documentation/user/tutorial.itely (A lead sheet): remove
5599         duplicate chords.
5600
5601         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
5602
5603 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5604
5605         * Documentation/bibliography/computer-notation.bib (isbn): add
5606         xivcim publication.
5607
5608 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
5609
5610         * GNUmakefile.in: drop lilypond.words for generation.
5611
5612 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
5613
5614         * buildscripts/lilypond.words.py: take filename (also) from an arg.
5615
5616         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
5617
5618 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5619
5620         * input/test/figured-bass-alternate.ly (fl): new file.
5621
5622         * Documentation/topdocs/README.texi (Top): clarifications.
5623
5624         * Documentation/bibliography/computer-notation.bib (isbn): add phd
5625         theses of Gieseking and Renz.
5626
5627         * GNUmakefile.in (README_FILES): remove README.mandrake.
5628
5629 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
5630
5631         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
5632         from source files and search patterns listed in the script.
5633
5634         * GNUmakefile.in: add target `lilypond.words'.
5635
5636         * lilypond.words: remove file, generated by `make lilypond.words'.
5637
5638         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
5639
5640 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
5641
5642         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
5643
5644 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5645
5646         * VERSION: 1.9.4 released
5647
5648         * scripts/convert-ly.py (FatalConversionError.figures_replace):
5649         rule for < > <-> << >> substitution
5650
5651         * lily/lexer.ll: exchange meaning of << >> and < > 
5652
5653         * VERSION (PACKAGE_NAME): 1.9.3 released
5654
5655         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
5656         pages unconditionally.
5657
5658 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5659
5660         * Documentation/user/music-glossary.tely (Top): small syntax
5661         fixes.
5662
5663         * scm/music-functions.scm (remove-tag): filter \tagged music
5664         expressions.
5665
5666         * input/regression/tag-filter.ly (texidoc): new file.
5667
5668         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
5669         symbol2 .. ) etc. 
5670
5671         * scripts/convert-ly.py (FatalConversionError.conv): fingering
5672         convert rule.
5673
5674         * Documentation/user/refman.itely (Fingering instructions): adjust
5675         manual.
5676
5677         * lily/new-fingering-engraver.cc (position_scripts): don't crash
5678         for borderline cases (e.g. 1 fingering.)
5679         (position_scripts): revise interface, use fingerOrientations to
5680         set fingering positions.
5681
5682         * scm/document-translation.scm (context-doc): add aliases to
5683         automated documentation.
5684
5685         * make/lilypond-vars.make: remove stepmake compat glue.
5686
5687         * make/generic-vars.make: remove cruft.
5688
5689         * lily/main.cc (main): don't identify binary.
5690
5691 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5692
5693         * lily/include/translator.hh (class Translator): remove
5694         type_string_ , use symbol for context name throughout.
5695         Changes through whole source tree.
5696
5697         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
5698         set PDF as default, and always make PDF.
5699
5700         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
5701
5702 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
5703
5704         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
5705         Documentation/user/refman.itely input/regression/allfontstyle.ly
5706         input/regression/grace-types.ly:
5707         fix spelling for acciaccatura (Webster's 1913).
5708
5709 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5710
5711         * lily/main.cc (usage): adjust blurb, include url.
5712
5713         * input/regression/breathing-sign.ly (texidoc): transpose up
5714
5715 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
5716
5717         * input/regression/breathing-sign.ly: changed ancient examples to
5718         be relevant (by request of Han-Wen); updated BreathingSign text
5719         property according to new syntax.
5720
5721         * ly/gregorian-init.ly: updated BreathingSign text property
5722         according to new syntax
5723
5724 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5725
5726         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
5727         (Clef): index entries for clefs.
5728
5729         * python/lilylib.py (system): remove errorlog files.
5730         
5731 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
5732
5733         * lilypond.words: add \new and new graces. Add dynamics to menus
5734         keeping 1.8.x compatibility; after all the engraving relating to 
5735         notes becomes postfixed `-' marks will be removed.
5736
5737 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5738
5739         * lily/molecule.cc (align_to): idem.
5740
5741         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
5742         
5743         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
5744         accacciatura everywhere.
5745
5746         * VERSION (PACKAGE_NAME): released 1.9.2
5747
5748         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
5749
5750         * scm/document-markup.scm (markup-doc-node): sort markup function
5751         list.
5752
5753         * lily/paper-outputter.cc (output_version): change "Lily was here"
5754         into  "Engraved by LilyPond"
5755
5756         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
5757         on unquoted strings before \notenames.
5758
5759         * lily/parser.yy (lyric_element): allow markup as lyric text. This
5760         increases the number of s/r reductions to 4.
5761
5762         * scm/new-markup.scm (fraction-markup): \fraction command.
5763
5764         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
5765         mode
5766
5767         * lily/lookup.cc (round_filled_box): rename function.
5768         (LY_DEFINE): round-filled-box: change signature.
5769
5770         * Documentation/user/refman.itely: revise section explaining grace
5771         notes.
5772
5773         * lily/translator-scheme.cc (LY_DEFINE): add ! to
5774         ly:set-context-property
5775
5776         * input/*/*.ly (vmus): use \new everywhere.
5777
5778         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
5779
5780         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
5781         default
5782
5783         * scm/music-functions.scm (set-stop-grace-properties)
5784         (set-start-grace-properties, add-grace-property): new functions
5785         for modular grace tweak control.
5786
5787         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
5788         
5789 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5790
5791         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
5792
5793         * GNUmakefile.in (install-pfa-fonts):
5794         (get-pfa-fonts): New target.
5795
5796         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
5797         install-pfa-fonts help.
5798
5799 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5800
5801         * lily/translator-scheme.cc (LY_DEFINE):
5802         ly:context-pushpop-property new function.
5803         (LY_DEFINE): new function ly:translator-find  
5804         new function ly:translator?
5805         (LY_DEFINE): new function ly:context?
5806
5807         * lily/translator-def.cc: remove
5808         Translator_def::apply_pushpop_property().
5809
5810         * python/lilylib.py (read_pipe): only store and display error log
5811         if verbose not set.
5812         (read_pipe): only display log if it contains something.
5813
5814 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5815
5816         * Documentation/misc/GNUmakefile: Re-add.
5817         (TEXTS): Add CHANGES.
5818
5819 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
5820
5821         * lilypond.words: add \newcontext.
5822
5823 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5824
5825         * lily/tie-performer.cc (stop_translation_timestep): only flush
5826         tied_notes when we have actually made a tie. Fixes bugs with ties
5827         in polyphonic scores.
5828
5829 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
5830
5831         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
5832         they do not exist.
5833
5834 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5835
5836         * VERSION (PACKAGE_NAME): released 1.9.1 
5837
5838         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
5839         Instrument_name_engraver
5840
5841         * lily/tie-performer.cc (create_audio_elements): bugfix
5842
5843         * Documentation/user/music-glossary.tely (Top): comment out
5844         font-style statements.
5845
5846         * input/test/force-hshift.ly: revise example.
5847
5848         * Documentation/bibliography/engraving.bib (note): typos.
5849
5850         * configure.in: bump GCC requirements to 3.x
5851
5852         * lily/include/audio-item.hh (class Audio_tie): rename
5853         note_l_drul_ to note_drul_
5854
5855         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
5856
5857         * lily/parser.yy (relative_music): whoops. All \relative were off
5858         by ...  a lot .... Ahem.
5859
5860         * scm/define-music-types.scm (music-descriptions): idem.
5861
5862         * lily/beam-engraver.cc: move new-beam-event to beam-event
5863
5864         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
5865         to Tie_engraver
5866
5867         * input/regression/bar-number.ly: remove unnecessary old-relative
5868         options.
5869         
5870         * Documentation/user/internals.itely (Creating contexts): document
5871         \newcontext
5872
5873         * lily/parser.yy (Composite_music): add \newcontext
5874
5875         * Documentation/user/refman.itely (MIDI block): add note about
5876         dotted tempos.
5877
5878         * scm/font.scm: remove old markup legacy
5879
5880         * GNUmakefile.in (web-clean): remake share/ after web-clean.
5881
5882         * lily/breathing-sign.cc (brew_molecule): remove function
5883
5884         * lily/text-item.cc: remove old-style markups.
5885         (interpret_markup): C++ version of markup function
5886         (brew_molecule): idem.
5887
5888         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
5889         as Scheme variable.
5890
5891         * scripts/convert-ly.py (conv): dashes rule.
5892         Apply rule.
5893
5894         * Documentation/user/lilypond-book.itely: syntax fixes. 
5895
5896 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5897
5898         * VERSION (PACKAGE_NAME): release 1.9.0
5899
5900         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
5901         note about dvips. (Should backport.)
5902
5903         * scripts/convert-ly.py
5904         (FatalConversionError.articulation_substitute): add
5905         convert-new-chords code. Remove convert-new-chords.py
5906
5907         * Documentation/user/refman.itely (Octave check): document
5908         \octave.
5909
5910         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
5911         \relative changes.
5912
5913         * lily/parser.yy (command_element): octave check:
5914
5915            \octave PITCH
5916
5917         checks that PITCH (without octave) yields PITCH (with octave) in
5918         \relative
5919
5920         * lily/relative-octave-music.cc (to_relative_octave): octave check.
5921
5922         * lily/scm-option.cc: ly:set-option now has the default argument
5923         #t.
5924
5925         * lily/lexer.ll: add \renameinput
5926
5927         * python/lilylib.py (command_name): robustifications.
5928
5929         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
5930         /dev/stderr. This is ash compatible.
5931
5932         * ly/init.ly: add warning if compatibility was not necessary.
5933
5934         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
5935
5936         * flower/include/string-handle.icc: formatting cleanups, rename
5937         references by ref_count_.
5938
5939 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
5940
5941         * make/lilypond.mandrake.spec.in: syncronize the spec file with
5942         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
5943         package libs separately, fix conflicting php variable out=/dev/vc/
5944         invoking `unset out', declare menus, use only one icon-file, fix
5945         doc-path in menu.
5946
5947 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5948
5949         * scripts/convert-ly.py (FatalConversionError.conv): typo
5950
5951         * Documentation/misc/GNUmakefile: restore misc directory.
5952
5953         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
5954
5955         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
5956         Petites-Preludes 
5957
5958         * input/test/partial-blank.ly (quickmeasure): syntax
5959
5960         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
5961         attachment property.
5962
5963         * Documentation/user/refman.itely: remove superfluous -'s 
5964         (Grace notes): ) fixes.
5965
5966         * lily/music.cc: generic compress(), transpose() functions. Remove
5967         others.
5968
5969         * lily/parser.yy (gen_text_def): remove support for #'(italic )
5970         style markup entry.
5971
5972         * lily/parser.yy: all articulations postfix; remove obligatory -
5973         for [,  ) and \!
5974         
5975         * lily/music.cc (to_relative_octave): write generic
5976         to_relative_octave function; various relative cleanups.
5977         Hmmm.
5978
5979         * lily/scm-option.cc: add options new-relative and old-relative
5980
5981         * po/sv.po: new po file.
5982
5983         * Documentation/user/refman.itely (Dynamics): website
5984         fixes. (should backport!)
5985
5986 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
5987
5988         * make/lilypond.mandrake.spec.in: declare version only once.
5989
5990 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5991
5992         * lily/simultaneous-music.cc (to_relative_octave): undo relative
5993         meaning for now.
5994
5995 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5996
5997         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
5998
5999         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6000
6001         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6002
6003         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6004
6005         * lily/music.cc (var): add ly:music-transpose function.
6006
6007         * lily/parser.yy (pre_events): remove prefix articulations.
6008
6009         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6010
6011         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6012
6013         * Documentation/user/refman.itely (Text markup): add comment about
6014         markup in header.
6015
6016 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6017
6018         * lily/paper-outputter.cc (write_header_fields_to_file): 
6019         only dump value if it is a string.
6020
6021         * flower/include/dictionary.hh: remove.
6022         
6023         * Documentation/ChangeLog-1.5: add back old log.
6024
6025         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6026         .pfas from a .deb.
6027
6028 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6029
6030         * Documentation/bibliography/engraving.bib: add entry for
6031         Jaschinski's Notation
6032
6033 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6034
6035         * Documentation/user/refman.itely (Beaming): add note about
6036         allowBeamBreak
6037
6038 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6039
6040         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6041         GregorianTranscription contexts
6042
6043         * ly/engraver-init.ly: vaticana contexts: minor fixes
6044
6045         * Documentation/user/refman.itely (Ancient notation): added note
6046         on appendix length bug
6047
6048         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6049         input/test/vaticana.ly: use vaticana contexts; small fixes
6050
6051 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6052
6053         * flower/hash.cc: Remove.
6054
6055         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6056         to (nonexistent?) hash_func_ identifier.
6057
6058         * python/midi.c (midi_error, midi_warning): Use char const* for
6059         __FUNCTION__ argument.
6060
6061         * python/gettext.py: Remove.  We already require python 2.1, which
6062         includes gettext.py.
6063
6064         * configure.in: Require python 2.1, as INSTALL.texi says.
6065         it.
6066
6067         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6068         versions 1.50 and 1.75.  Remove note about lexer patch.
6069
6070 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6071
6072         * Documentation/topdocs/INSTALL.texi: Update type1 font
6073         description to actual situation.  Add comment about new font ball
6074         layout.
6075
6076         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6077         in $LILYPONDPREFIX suffices for installation.
6078
6079 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6080
6081         * debian/control (Build-Depends): Add flex-old as alternative to
6082         flex.  Deprecate bison 1.75.
6083
6084 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6085
6086         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6087         Vaticana contexts
6088
6089         * Documentation/user/refman.itely (Ancient notation): documented
6090         some bugs; tiny fixes; added docu on Vaticana contexts
6091
6092         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6093         scripts
6094
6095 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6096
6097         * Documentation/user/refman.itely (Ancient notation): added some
6098         introductory words; added section on ancient time signatures;
6099         added some @seealso and @refcommands; small fixes and
6100         beautifications
6101
6102 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6103
6104         * input/regression/note-head-style.ly: many fixes and updates
6105
6106         * Documentation/user/refman.itely: added small sections on ancient
6107         accidentals, rests and flags; revised ancient note head section;
6108         small wording/spelling fixes
6109
6110         * input/test/rests.ly: layout fixes
6111
6112 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6113
6114         * input/puer-fragment.ly: bugfix: central C position of do clef
6115
6116         * ly/gregorian-init.ly: workaround: add small padding space before
6117         divisiones (the correct fix would be the spacing engine to handle
6118         this)
6119
6120 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6121
6122         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6123         cue-notes.ly: minor fixes.
6124
6125 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6126
6127         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6128         input/test/custos-style.ly
6129
6130         * Documentation/index.html.in: bugfix: link to Tutorial.html
6131
6132         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6133         to neumes; bugfix: "et": epiphonus, not just a simple pes
6134
6135 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6136
6137         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6138
6139         * lilypond.words: add new features: markup, column, center, \[ \].
6140         
6141 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6142
6143         * Documentation/topdocs/NEWS.texi, DEDICATION,
6144         stepmake/bin/add-html-footer.py
6145         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6146         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6147         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6148         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6149         added (only) after a sentence which is complete; if the sentence is 
6150         not ended a comma `,' or nothing is used. fix also spaces.
6151
6152 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6153
6154         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6155         requirements to plain 1.6.
6156
6157         * buildscripts/mutopia-index.py (read_lilypond_header): update
6158         mutopia-index.py to 1.4 syntax [sic]
6159
6160 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6161
6162         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6163
6164 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6165
6166         * Documentation/index.html.in: url for regression pdf
6167
6168         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6169
6170         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6171
6172         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6173
6174         * VERSION: 1.8.0 released
6175         
6176         * GNUmakefile.in (local-WWW-post): footify build fix.
6177
6178         * configure.in: require GUILE 1.6.4
6179
6180         * Documentation/user/GNUmakefile: don't copy *.png for
6181         lilypond-internals
6182
6183         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6184         local-WWW-post target.
6185         (rsync-web): add rsync-web target
6186
6187         * Documentation/user/introduction.itely (Music notation and
6188         engraving): add neume example
6189
6190         * input/puer-fragment.ly (cantus): add puer-fragment
6191
6192 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6193
6194         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6195         to notes, so that equalizer is actualy being used.
6196
6197         * scm/midi.scm (instrument-equalizer-alist):
6198         (absolute-volume-alist): Define public, so that user can copy or
6199         override.
6200
6201         * lily/key-performer.cc (create_audio_elements): Check for minor
6202         key.  Only if key is minor, set MIDI key to minor.
6203
6204 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6205
6206         * Documentation/user/refman.itely (Hiding staffs): fixes.
6207
6208         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6209
6210         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6211         vertical extents to deal with Hara kiri correctly.
6212
6213         * input/regression/hara-kiri-short.ly: remove
6214
6215         * input/regression/hara-kiri-pianostaff.ly: update test.
6216
6217         * Documentation/user/*.tely: remove WEBTITLE
6218
6219         * scm/output-tex.scm (comment): idem.
6220
6221         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6222
6223         * scm/music-functions.scm (make-lyric-event): new function
6224
6225         * scm/lily.scm (lilypond-version): new function
6226
6227         * input/test/version-output.ly: new file.
6228
6229         * Documentation/user/lilypond.tely: add version number to
6230         front-page.
6231
6232 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6233
6234         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6235
6236 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6237
6238         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6239
6240         * Documentation/user/refman.itely (Hiding staffs): rename node.
6241
6242 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6243
6244         * input/regression/new-markup-syntax.ly (texidoc): remove
6245         molecule-callback override.
6246
6247 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6248
6249         * input/les-nereides.ly: Mark tweaks with %tweak.
6250
6251         * Debian patch, see debian/changelog (Anthony Fok).
6252
6253 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6254
6255         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6256         problem.
6257
6258 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6259
6260         * Documentation/user/refman.itely (Text markup): Fix language bug.
6261
6262 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6263
6264         * input/* : postfix syntax fixes.
6265
6266         * Documentation/user/refman.itely (Text markup): add note about
6267         raise/lower with ^ or _ .
6268         
6269         * po/fi.po: fix \\apply strings.
6270
6271         * lily/parser.yy (open_event): warn for prefix articulations.
6272
6273 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6274
6275         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6276         fix also on parmesan font.
6277
6278 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6279
6280         * VERSION 1.7.30 released
6281         
6282         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6283
6284         * buildscripts/mutopia-index.py (headertext): rewording
6285
6286 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6287
6288         * scm/new-markup.scm (strut-markup): new markup function.
6289
6290         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6291         space also when no accidental is there.
6292
6293 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6294
6295         * input/les-nereides.ly: Updates.
6296
6297 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6298
6299         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6300         which repeats the tag insertion selected from "Insert tag" menu.
6301
6302 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6303
6304         * lily/all-font-metrics.cc (find_font): load AFM files first only
6305         for feta fonts. This fixes problems with TeXlive and other TeX
6306         distros that include AFM files for the CM fonts. 
6307
6308         * scm/font.scm (qualifiers-to-font-name): remove.
6309
6310         * lily/paper-def.cc: remove get_var.
6311
6312         * input/trip.ly: remove file.
6313         
6314         * input/regression/spacing-note-flags.ly (raggedright): remove
6315         stafflinethickness
6316
6317         * input/les-nereides.ly: update to new syntax, cleanups.
6318
6319 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6320
6321         * Documentation/user/refman.itely: Clarify shortest-note problem
6322         of autobeamer.
6323
6324 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6325
6326         * lilypond-mode.el: Add each word to regexps only once.
6327
6328         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6329         is based on the syntax definitions in lilypond.words. Remove all 
6330         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6331         LilyPond->Insert menu is generated by the entries in lilypond.words 
6332         to which have been given a syntax definition.
6333
6334         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6335         \notes, \relative, \score, \simultaneous, \transpose.
6336
6337         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6338
6339         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6340         
6341         * lilypond-mode.el: add menu keywords separately.
6342
6343         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6344
6345 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6346
6347         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6348         current ugly installation method for PFA fonts.
6349
6350 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6351
6352         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6353         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6354
6355         * Documentation/user/music-glossary.tely: update legato.
6356
6357 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6358
6359         * lexer-gcc-3.0.patch: Remove.
6360
6361         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6362
6363 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6364
6365         * debian/rules (binary-arch): remove NEWS.
6366
6367 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6368
6369         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6370         stepmake/bin{ many }: polish the `--help's of different scripts;
6371         model taken from the core-utils of Linux.
6372
6373         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6374
6375 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6376
6377         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6378
6379         * flower/libc-extension.cc: idem.
6380
6381         * flower/include/libc-extension.hh: protect against isinf macros.
6382
6383 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6384
6385         * { many }: Use two uppercase letters in LilyPond.
6386
6387         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6388
6389         * VERSION: 1.7.29 released.
6390         
6391 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392
6393         * lily/tie.cc: add TODO comment.
6394
6395         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6396
6397         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6398         linejoins and linecaps. This fixes problems with occasional spikes
6399         on slur/tie endings.
6400         
6401         * input/regression/font-name.ly: don't use PS fonts for
6402         compatibility reasons. 
6403
6404         * mutopia/claop.py (accents): update to 1.8
6405
6406         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6407
6408         * Documentation/user/macros.itexi: don't color glossary links.
6409
6410         * Documentation/user/invoking.itexi (Error messages): new section
6411
6412 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6413
6414         * input/regression/font-name.ly: add file.
6415
6416         * scm/document-backend.scm (grob-doc): remove <hr> from
6417         lilypond-internals
6418
6419         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6420         reqd version to 1.6.4 
6421
6422         * lily/font-interface.cc (get_font): bugfix: take font-name from
6423         alist chain too. This fixes font-name override for \markup.
6424
6425 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6426
6427         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6428
6429         * input/test/polymetric-differing-notes.ly: Compile fix.
6430
6431 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6432
6433         * Documentation/user/refman.itely: fixed typo
6434
6435         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6436         before flexa
6437
6438 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6439
6440         * input/test/{ many }: search & fix some typos.
6441
6442 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6445         images.
6446
6447         * scm/music-functions.scm (make-voice-props-set): set Script /
6448         TextScript dir for polyphony too.
6449
6450         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6451         before clef.
6452
6453         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6454
6455 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6456
6457         * Documentation/user/refman.itely (Percussion): Small
6458         clarifications and fixes.
6459
6460         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6461         threads. This fixes different heads playing simultaneously.
6462
6463 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6464
6465         * Documentation/user/{ many }: increase readability (read through 
6466         User manual from `one big page').
6467
6468 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6469
6470         * input/test/polymetric-differing-notes.ly: add example with
6471         disparate note values.
6472
6473         * input/test/polymetric.ly: rename from poly-metric
6474
6475         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6476         iso. outname.
6477
6478         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6479         G-clef bbox to real char extents. This fixes the G-clef being
6480         offset too much to the right.
6481         document perc clef offset.
6482
6483         WARNING: FONT CHANGED.
6484
6485         * Documentation/user/tutorial.itely (Tutorial): move menu.
6486
6487 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6488
6489         * buildscripts/lilypond-profile.sh (Error): trim error message.
6490
6491         * Documentation/user/invoking.itexi (Invoking the lilypond
6492         binary): add note about path.
6493
6494         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6495         suppresses superfluous spaces.
6496
6497 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6498
6499         * buildscripts/lilypond-profile.sh: Add documentation to error
6500         message.
6501
6502         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6503
6504 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6505
6506         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6507         <mike@ossmann.com>)
6508
6509         * Documentation/bibliography/computer-notation.bib (pages): prune
6510         unscientific language.
6511
6512         * Documentation/user/GNUmakefile: copy unsplit file to
6513         lilypond.html (idem for lilypond-internals).
6514
6515         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6516
6517         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6518
6519         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6520
6521         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6522         fix.
6523         
6524 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6525
6526         * Documentation/user/{ various }: bind text snippets with their
6527         examples, e.g. by punctuation: This is an example.
6528
6529 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6530
6531         * ly/performer-init.ly (VoiceContext): Typos.
6532
6533         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6534         builds, leave final-install to toplevel srcdir makefile.
6535
6536         * make/srcdir.make.in (install): New target.
6537
6538 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6539
6540         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6541         This fixes core dump on MIDI output (Simon Weatherill).
6542
6543         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6544         on local-WWW-post.
6545
6546 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6547
6548         * make/lilypond.redhat.spec.in: add dvips to reqs.
6549
6550 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6551
6552         * make/srcdir.make.in (web): Add special web target.
6553
6554         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6555         from inner $(LOOP).
6556
6557         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6558
6559         * stepmake/stepmake/generic-targets.make (www-targets-help):
6560         * GNUmakefile.in (web-install): Install in $(webdir).
6561
6562         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
6563
6564         * cygwin/changelog: 
6565         * cygwin/mknetrel: Update.
6566
6567         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
6568         (html-doc): Remove (use: web).
6569
6570         * stepmake/stepmake/script-rules.make: 
6571         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
6572         Fix $(config_make) dependencies for srcdir build.
6573
6574         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
6575         target for srcdir build.
6576
6577         * stepmake/make/stepmake.make: 
6578         * make/srcdir.make.in: 
6579         * GNUmakefile.in:
6580         * make/stepmake.make (config_make): Rename variable (was:
6581         configuration).
6582
6583 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6584
6585         * Documentation/user/internals.itely (Manipulating music
6586         expressions): run lilypond on example too.
6587
6588         * flower/include/libc-extension.hh: move lrint define to
6589         header. bugfix.
6590         
6591 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6592
6593         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
6594         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
6595         do we recurse whole tree?).
6596
6597         * GNUmakefile.in (html-doc): Resurrect.
6598
6599         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
6600         obsolete $(package-icon) dependency.
6601
6602 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6603
6604         * Documentation/user/refman.itely (Automatic staff changes):
6605         add seealso 
6606
6607         * Documentation/index.html.in: link to bigpage.
6608
6609         * Documentation/user/tutorial.itely (Tutorial): streamline.
6610
6611         * Documentation/index.html.in: url typo.
6612
6613         * VERSION (PACKAGE_NAME): release 1.7.28
6614
6615         * python/lilylib.py (error_log): remove '/' from name.
6616
6617         * input/regression/pedal.ly: remove; dups input/test/
6618         
6619         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
6620
6621         * Documentation/index.html.in: python style doco index.
6622
6623         * Documentation/{footer,header}.html.in (src): remove, 
6624
6625         * Documentation/pictures: remove all but lelie-logo.xpm.
6626
6627         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
6628         before running makeinfo.
6629
6630         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
6631         @code{}
6632
6633 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6634
6635         * input/test/bar-number-regular-interval.ly: rename.
6636
6637         * Documentation/user/*: various fixes. 
6638
6639 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
6640
6641         * Documentation/{ many }: polish for update-all-menus. typos.
6642
6643         * po/fi.po: fixes.
6644
6645         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
6646
6647         * buildscripts/mutopia-index.py: polish.
6648
6649         * input/regression/{ many }, input/test{ many }: polish texidocs.
6650
6651 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6652
6653         * scripts/convert-ly.py (FatalConversionError.conv): rule for
6654         pedal-style
6655
6656         * lily/text-spanner.cc (brew_molecule): use bracket-flare
6657         iso. edge-widen.
6658
6659         * lily/piano-pedal-engraver.cc (process_music): change from
6660         process_acknowledged ()
6661
6662         * lily/piano-pedal-bracket.cc: new file. Change
6663         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
6664         cleaned up.
6665
6666         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
6667
6668         * input/regression/tuplets.ly (texidoc): rename file.
6669
6670         * po/fr.po: update
6671
6672         * buildscripts/lilypond-profile.sh: error message if script is not
6673         sourced.
6674
6675         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
6676         bracket-flare
6677         (make_bracket): simplify code.
6678
6679         * lily/parser.yy (verbose_command_req): catch typos in \key scale
6680         argument.
6681
6682         * python/lilylib.py (lilypond_version_check): new function
6683
6684         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
6685
6686         * scripts/ly2dvi.py (run_lilypond): add version check.
6687
6688         * scripts/lilypond-book.py (option_definitions): typo
6689
6690         * scripts/ly2dvi.py (include_path): typo
6691
6692         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
6693
6694         * lily/parse-scm.cc (parse_handler): typo
6695
6696         * Documentation/user/macros.itexi: use @heading for headings.
6697
6698         * Documentation/user/refman.itely: updates, fixes.
6699
6700 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
6701
6702         * po/fi.po: add Finnish translations. fixes.
6703
6704         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
6705
6706         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
6707         from lily/glissando-engraver.cc.
6708
6709 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6710
6711         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
6712         for non-first _broken_ bracket.
6713
6714         * Documentation/user/refman.itely: corrections.
6715
6716 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6717
6718         * lily/new-fingering-engraver.cc (position_scripts): add heads to
6719         support of the fingerings.
6720
6721         * po/fr.po: French translation update.
6722
6723         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
6724         strings.
6725
6726 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6727
6728         * Documentation/user/introduction.itely: Small fixes.
6729
6730 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
6731
6732         * Documentation/topdocs/AUTHORS.texi: polish.
6733
6734 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6735
6736         * Documentation/user/introduction.itely: revise
6737
6738         * Documentation/user/tutorial.itely: reorganise.
6739
6740         * Documentation/topdocs/index.tely: remove.
6741
6742         * Documentation/header.html.in: prune.
6743
6744         * GNUmakefile.in: clean up web building.
6745
6746         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
6747         target.
6748
6749 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
6750
6751         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
6752
6753         * lilypond-mode.el: turn on blink-matching-paren.
6754
6755 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6756
6757         * scm/output-sodipodi.scm (svg-header): Fix typo.
6758
6759 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6760
6761         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
6762         fixes a security hole.
6763
6764         * scripts/lilypond-book.py (original_dir): remove temp_dir
6765
6766         * scm/document-translation.scm: use @code tags.
6767
6768 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
6769
6770         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
6771
6772         * lilypond-mode.el: add a buffer-local post-command-hook to set
6773         context dependent syntax-table after each cursor event. Remove old
6774         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
6775
6776         * lilypond-indent.el: update comments.
6777
6778         * Documentation/footer.html.in: add period.
6779
6780 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6781
6782         * make/lilypond.redhat.spec.in (Group): don't strip binary.
6783
6784         * scm/document-translation.scm (document-property-operation): add
6785         @code{} tags.
6786
6787         * VERSION (PACKAGE_NAME): release 1.7.27
6788
6789         * config.make.in: add PAPER variable
6790
6791         * buildscripts/new-chords.py (help): add help text
6792
6793         * Documentation/user/introduction.itely (Typography and program
6794         architecture):  fixes.
6795
6796         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
6797         for texinfo and dvips. This fixes problems with PDF output of the
6798         wrong size.
6799
6800         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
6801         DVIPS_PAPERSIZE variable
6802
6803         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
6804         TEXINFO_PAPERSIZE variable 
6805
6806 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6807
6808         * mf/feta-macros.mf: whoops: only draw lines for test situations.
6809
6810         * mf/feta-toevallig.mf: lowres fixes.
6811
6812 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6813
6814         * NEWS: Typo and fill-paragraph fixes.
6815
6816         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
6817         cast #define.
6818
6819         * configure.in: 
6820         * config.hh.in: Check for lrint.
6821
6822 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6823
6824         * VERSION: 1.7.26 released
6825
6826         * lily/separation-item.cc: add padding property.
6827
6828         * input/test/*.ly: various fixes, remove solo-a2.ly
6829
6830         * scm/new-markup.scm (brew-new-markup-molecule): arg order
6831         bugfix. Fixes old-style markup compatibility.
6832
6833         * Documentation/user/introduction.itely (Introduction): historical
6834         elucidations
6835
6836         * Documentation/user/music-glossary.tely (Top): linewidth fix.
6837
6838         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
6839
6840         * Documentation/index.texi (Top): cleanup.
6841
6842         * Documentation/user/introduction.itely (Introduction): rewrite
6843         introduction, 
6844         (Music notation and  engraving): about notation. Add flat-picture
6845
6846 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6847
6848         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
6849         separation items. This keeps lyrics from bumping into each other.
6850
6851 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
6852
6853         * GNUmakefile.in (topdocs-web): New target.
6854         (local-web): Depend on topdocs-web; fixes html-doc.
6855
6856 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6857
6858         * po/lilypond.pot: run po-replace
6859
6860         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
6861
6862         * scm/drums.scm (reset-drum-kit): new function.
6863
6864         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
6865
6866         * scripts/update-lily.py: remove
6867         
6868         * VERSION: release 1.7.25
6869         
6870         * Documentation/user/introduction.itely (Introduction): rewrite
6871         start of introduction.
6872
6873 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
6874
6875         * lily/all-font-metrics.cc: fixed typo
6876
6877 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
6878
6879         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
6880         LilyPond-mode-context-set-syntax-table): new functions to define
6881         the syntax table according to context.
6882
6883         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
6884
6885 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6886
6887         * Documentation/user/refman.itely (Figured bass): 
6888         language nit courtesy http://www.vocabula.com
6889
6890         * GNUmakefile.in: remove no kpathsea hack.
6891
6892         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
6893         doco.
6894
6895         * GNUmakefile.in: remove web-doc target.
6896
6897         * lily/all-font-metrics.cc (find_afm): add message about
6898         buildscripts/clean-fonts.sh 
6899
6900         * scm/define-music-properties.scm (figure): use string for 'figure
6901
6902         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
6903
6904         * input/regression/ : add raggedright = ##t where applicable. 
6905         
6906         * scm/bass-figure.scm (make-bass-figure-markup): add
6907         alignBassFigureAccidentals property.
6908
6909         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
6910         bracket.
6911
6912         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
6913         syllables widths into account for minimum-length.
6914
6915         * input/test/staff-container.ly: update file
6916
6917         * input/test/stem.ly: remove
6918
6919         * lily/event.cc (LY_DEFINE): add ly: prefix.
6920
6921         * input/test/clef-manual-control.ly: from manual-clef
6922
6923         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
6924
6925         * input/test/different-time-signatures.ly: move to poly-metric.ly
6926
6927         * input/test/hara-kiri*,scales.ly: remove
6928         
6929         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
6930         with chord-names-jazz.ly)
6931
6932         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
6933         get scalable cm fonts too.
6934
6935         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
6936         --encoding for mftrace if present.
6937
6938         * input/regression/slur-area.ly: move from test/
6939
6940         * input/test/: remove simple-slur-endings slur-attachment
6941         slur-broken-cross-staff slur-broken.ly slur-damping.ly
6942         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
6943         slur-symmetry slur-symmetry tie-broken.ly
6944
6945         * scm/drums.scm (set-drum-kit): add function.
6946
6947         * Documentation/user/refman.itely (Percussion staves): use
6948         set-drum-kit
6949
6950         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
6951         too
6952         (Global_measure.set_timesig): handle 3/8 time sig too.
6953
6954         * scm/output-lib.scm (note-head-style->attachment-coordinates):
6955         note about triangle note heads.
6956
6957         * scm/drums.scm: use alist for instrument-settings. This fixes the
6958         bug with assigning to drums in the .ly file.
6959
6960         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
6961         CHANGED.
6962
6963         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
6964         cluster-beacon-interface
6965
6966         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
6967
6968         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
6969
6970         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
6971
6972         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
6973         to get positions.
6974
6975         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
6976         make ClusterSpannerBeacon to record Y positions. This removes the
6977         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
6978         make cluster-note-events.
6979
6980 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6981
6982         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
6983
6984         * configure.in: Use lily/main.cc as identifying source file.
6985
6986         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
6987
6988         * config.hh.in: 
6989         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
6990
6991         * configure.in: Require PYTHON >= 2.0.
6992
6993         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
6994           $PYTHON for include dir location.
6995         (STEPMAKE_PYTHON): New function.  Use
6996         
6997             PYTHON=foo ./configure
6998
6999           to override.
7000
7001 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7002
7003         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7004         something.
7005
7006         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7007         ftp.lilypond.org everywhere.
7008
7009 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7010
7011         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7012         detected.
7013
7014         * Documentation/user/refman.itely (Grace notes): note on explicit
7015         contexts
7016
7017 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7018
7019         * lilypond-font-lock.el: add a comment about LilyPond specific
7020         escape characters: ^, - and _, in the syntax table.
7021
7022         * Documentation/user/appendices.itely: a majuscule fix.
7023
7024 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7025
7026         * input/test/trills.ly (endHorizScript): fixes.
7027
7028         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7029         notation, move from regression.
7030
7031         * input/test/script-stack.ly: change name from stacked-scripts
7032
7033         * input/test/ossia.ly: octave errors.
7034
7035         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7036         for midi-volume-equaliser
7037
7038 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7039
7040         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7041         cm fonts.
7042
7043         * mf/feta-beugel.mf: don't multiply font_count by 10.
7044
7045         * lily/lookup.cc (horizontal_line): new function. Use
7046         horizontal-line in output backends.
7047
7048         * Documentation/user/tutorial.itely (An orchestral part): new
7049         section on orchestral stuff and identifiers.
7050
7051 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7052
7053         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7054         some interference to other modes.
7055
7056 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7057
7058         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7059         not maximum of spacing wishes in polyphonic situations.
7060
7061         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7062         number
7063
7064         * lilypond-indent.el: remove paren matching. 
7065
7066         * lily/text-item.cc (interpret_new_markup): new function
7067         use iso. text2molecule.
7068
7069         * lily/main.cc (notice): change FSF address 
7070
7071         * po/de.po: update PO file to 1.6.
7072
7073 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7074
7075         * Documentation/user/ {many}: Add periods and remove spaces.
7076         
7077 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7078
7079         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7080         Disable buffer-locally default paren hook and make a new one. 
7081
7082         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7083         locally LilyPond-paren-mode. Add todo for mouse double-click.
7084
7085 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7086
7087         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7088         Disable buffer-locally default paren idle timer and make a new one. 
7089
7090         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7091         locally LilyPond-show-paren-mode. Add to menu a toggle for
7092         LilyPond-show-paren-function.
7093
7094 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7095
7096         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7097
7098 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7099
7100         * Documentation/user/refman.itely: spelling fix.
7101
7102         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7103         paren highlight function definitions. add todo for
7104         LilyPond-show-paren-mode.
7105
7106 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7107
7108         * input/template/jazz-combo.ly: new file.
7109
7110 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7111
7112         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7113         lo-res fixes.
7114
7115         * mf/feta-schrift.mf: bugfix in varcoda sign.
7116         WARNING: FONT CHANGED
7117
7118         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7119         in accordance with lexer.ll.   
7120
7121 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7122
7123         * Documentation/user/tutorial.itely: Edit introduction.
7124
7125 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7126
7127         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7128         ly:grob-staff-position
7129
7130 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7131
7132         * scm/to-xml.scm: import srfi-1
7133
7134         * VERSION (MAJOR_VERSION):  release 1.7.24
7135
7136         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7137
7138         * scripts/lilypond-book.py (do_file): put texidoc before image.
7139         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7140
7141         * input/regression/*.ly: fix snippet octaves 
7142
7143         * input/test/spanner-after-break-tweak.ly: import
7144         broken-spanner-adjustment
7145
7146         * input/no-notation/midi-transposing.ly: move from input/test/
7147
7148         * input/test/: remove chord-markup
7149
7150         * input/regression/instrument-name-partial.ly: move from input/test.
7151
7152         * input/test/vertical-text.ly: remove
7153
7154         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7155         space above lyrics lines.
7156
7157         * input/test/uniform-breaking.ly: remove file.
7158
7159         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7160         uniform spacing density. 
7161
7162         * input/test/chords.ly (keys): remove file.
7163
7164         * scm/documentation-lib.scm (oop): use srfi-1 too.
7165
7166         * input/regression/*.ly: add \version
7167
7168         * Documentation/user/*.itely: various fixes.
7169
7170         * buildscripts/mf-to-table.py (base): break table every three
7171         symbols.
7172
7173         * input/:  remove %% new-chords-done %% .
7174
7175         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7176         os-music.ly
7177         
7178 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7179
7180         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7181
7182         * scm/new-markup.scm (box-markup): new function.
7183         (box-markup): new function. Contributed by Dick Schoeller
7184         <schoeller@attbi.com>
7185
7186         * scm/lily.scm: remove reduce-no-unit 
7187         (list-insert-separator): use fold-right
7188
7189         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7190         of arguments. 
7191
7192         * NEWS: more neutral language for ancient notation 
7193
7194         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7195         inside pointing beaming for chord tremolo.
7196
7197         * Documentation/user/lilypond-book.itely: minor editing
7198
7199 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7200
7201         * NEWS: added news for 1.8 regarding ancient notation
7202
7203         * Documentation/user/refman.itely (Gregorian square neumes
7204         ligatures): fixed typo
7205
7206         * lily/vaticana-ligature-engraver.cc,
7207         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7208         lower/upper head of Pes only when heads are stacked
7209
7210         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7211         scm/define-grob-properties.scm: cleanup: make "join-left" a
7212         boolean grob property and save delta pitch in grob property
7213         "delta-pitch" instead
7214
7215         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7216
7217 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7218
7219         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7220         completely borked
7221
7222         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7223         (try_music): bug fix: beam multiplicity was completely borked.
7224
7225         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7226         first-n, butfirst-n in favor of srfi-1 functions.
7227         remove string-join, string-pad in favor of srfi-13 functions.
7228
7229         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7230
7231         * NEWS: use complete sentences.
7232
7233         * Documentation/user/introduction.itely (Example applications):
7234         add note about databases and lilypond-book.
7235
7236         * input/test/volta.ly: remove file
7237
7238         * input/regression/volta-broken-left-edge.ly: simplify file
7239
7240 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7241
7242         * Documentation/user/refman.itely (Constructing a tweak): new
7243         subsection.
7244
7245         * Documentation/user/tutorial.itely (Fine tuning layout): add
7246         common tweaks.
7247
7248         * scm/define-grobs.scm (TextScript): use new brewer.
7249
7250 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7251
7252         * VERSION: release 1.7.23
7253
7254         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7255
7256         * python/lilylib.py (make_ps_images): bugfixes.
7257
7258         * input/regression/volta-multi-staff.ly: new file.
7259
7260         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7261
7262         * Documentation/user/tutorial.itely (Piano staffs): new section.
7263         (Setting variables): new section
7264         (Fine tuning layout): new section
7265
7266         * input/just-friends.ly: remove file. Superseeded by
7267         input/test/chords-without-melody.ly
7268
7269         * ly/property-init.ly: add all commands to refman.
7270
7271         * scm/define-translator-properties.scm: remove
7272         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7273
7274         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7275         name. Underscores botch up PS output.
7276
7277         * scm/define-translator-properties.scm: remove
7278         textNonEmpty, oneBeat, regularSpacingDelta
7279
7280         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7281         rule for automaticBars.
7282
7283         * lily/timing-engraver.cc (start_translation_timestep): change
7284         barNonAuto to automaticBars
7285
7286 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7287
7288         * input/test/perform-tie.ly: delete file.
7289
7290 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7291
7292         * Documentation/user/refman.itely (Gregorian square neumes
7293         ligatures): bugfix: do not show ledger lines in neumes table
7294         (fixed by setting staff symbol to transparent rather than removing
7295         it from staff context)
7296
7297 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7298
7299         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7300         glue into brew-new-markup-molecule.
7301
7302         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7303
7304         * Documentation/user/introduction.itely (Computerized typography):
7305         new section
7306
7307         * Documentation/user/tutorial.itely (An orchestral part): remove
7308         pc example from tutorial.
7309
7310         * input/tutorial/lilbook.tex: use screech-boink
7311
7312         * scripts/lilypond-book.py (compile_all_files): split formatting
7313         output body and scheduling lilypond compilation.
7314         (format_lilypond_output_bodies): new function
7315         (format_lilypond_block): new function
7316         (html_pages): allow multi-page images in HTML
7317
7318         * python/lilylib.py (make_ps_images): rename function from
7319         make_preview, merge with make_page_images
7320
7321 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7322
7323         * input/test/key-clefs.ly: moved to regression.
7324
7325         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7326
7327         * input/no-notation/README: added note about midi-*.ly files.
7328
7329         * input/test/two-key.ly: moved to no-notation/parse5.ly
7330
7331         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7332         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7333
7334         * input/test/ {various}: modified comments, marked some for deletion.
7335
7336         * input/test/lines.ly: deleted file; duplicate of
7337         embedded-postscript.ly
7338
7339         * input/test/mmrest-collision: moved to regression.
7340
7341 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7342
7343         * scm/chord-name.scm (note-name->markup): don't superscript root
7344         alterations in chordnames.
7345
7346 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7347
7348         * Documentation/user/refman.itely (Multi measure rests): more
7349         index/cross-referencing.
7350
7351         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7352
7353         * scm/font.scm: remove properties-to-font-name code.
7354
7355         * scm/define-grob-properties.scm: remove 'type
7356
7357         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7358         conversion
7359
7360         * lily/text-spanner.cc: change 'type grob prop to 'style 
7361
7362         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7363         "first" flag to decide whether to make a start-repeat
7364
7365         * input/regression/grace-volta-repeat-2.ly: new file.
7366
7367 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7368
7369         * lilypond-indent.el: rename generic functions to LilyPond-*
7370
7371 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7372
7373         * input/test/thumb.ly: delete, merged into refman.
7374
7375         * Documentation/user/refman.itely: added thumb info to Fingering.
7376
7377         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7378         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7379         vertical-align.ly : deleted files.
7380
7381 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7382
7383         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7384
7385         * lily/line-spanner.cc (broken_trend_offset): remove function.
7386         (get_broken_offset): idem.
7387         (brew_molecule): rewrite the line-break case.
7388
7389         * input/regression/follow-voice-break.ly:  new file.
7390
7391         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7392         start of a system.
7393
7394 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7395
7396         * input/test/tuplet-rest.ly: moved to regression.
7397
7398         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7399         deleted file.
7400
7401         * input/test/ {many} : marked file for possible deletion.
7402
7403 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * input/regression/beam-funky.ly: add note about (disputed)
7406         correct beaming.
7407
7408         * ly/engraver-init.ly (ScoreContext): put key-signature after
7409         staff-bar
7410         
7411 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7412
7413         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7414
7415         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7416
7417         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7418
7419         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7420         stem-extend was deleted (it was duplicate example, and not as
7421         good).
7422
7423         * input/test/[s-z]*.ly: add texidoc index.
7424
7425 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7426
7427         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7428         get_first_notecolumn_y
7429
7430         * lily/spanner.cc (broken_spanner_index): new function.
7431
7432 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7433
7434         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7435         lyric-hyphen.ly : moved to regression.
7436
7437         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7438         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7439
7440         * input/test/instrument-name-mmrest.ly: moved to
7441         ../regression/multi-measure-rest-instr-name.ly
7442
7443         * input/test/knee-sym.ly: moved to
7444         ../regression/beam-knee-symmetry.ly.
7445
7446         * input/test/hymn.ly: change comments.
7447
7448         * input/test/[p-r]*.ly: add texidoc index.
7449
7450 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7451
7452         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7453         to postfix syntax
7454         
7455         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7456         syntax.
7457
7458         * VERSION: release 1.7.22
7459
7460 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7461
7462         * input/test/[h-k]*.ly: added texidoc index.
7463
7464         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7465
7466         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7467
7468         * input/test/ various : mark files for deletion or moving to
7469         regression.
7470
7471         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7472
7473         * input/test/[l-o]*.ly: added texidoc index.
7474
7475 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7476
7477         * scm/music-functions.scm (make-ottava-set): 
7478         only do ottavation if centralCPosition is set.
7479
7480         * lily/translator-scheme.cc (ly:context-property-where-defined):
7481         return '() if not found.
7482
7483 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7484
7485         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7486         Use one command for both commenting and uncommenting.
7487
7488         * lilypond-indent.el (LilyPond-comment-region): new function,
7489         (un)comments each line separately.
7490
7491         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7492         
7493         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7494         imenu is not added by default; adapted from f90.el,
7495         makes Help-menu, which does not fit, visible in XEmacs.
7496         
7497 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7498
7499         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7500         show-paren-mode sets blink-matching-paren-on-screen local.
7501         Try to make show-paren-function to paren-highlight local.
7502
7503         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7504         Copy definitions of Emacs' show-paren-function and
7505         XEmacs' paren-highlight and make minimal changes;
7506         add comments about locality. 
7507         Fix matching first open-paren-char in '<< .. >>'.
7508
7509 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7510
7511         * input/test/g*: added texidoc index.
7512
7513         * input/test/[a-g]*: added raggedright==#t when it
7514          seemed appropiate.
7515
7516         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7517
7518         * Documentation/topdoc/INSTALL.texi: removed false warnings
7519         about gcc 3.3.
7520
7521 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7522
7523         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7524
7525         * input/test/chords-without-melody.ly (texidoc): add from
7526         input/just-friends.ly
7527
7528         * input/regression/size{13--26}.ly: move from input/
7529
7530         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7531         input/{star-spangled-banner,twinkle}.ly: remove 
7532         
7533         * lily/slur.cc: remove slur over rest warnings.
7534
7535         * lily/note-spacing.cc (get_spacing): include left part of right
7536         object in fixed space. This fixes stretched space before
7537         accidentals.
7538
7539         * input/regression/spacing-accidental-stretch.ly: new file.
7540
7541 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7542
7543         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7544         Reduce to 16pt.
7545
7546 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7547
7548         * input/regression/spacing-knee.ly: docstring
7549
7550         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7551
7552         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7553         input/tutorial/{test,solar,flowing}.ly: remove
7554
7555         * input/rhythm.ly: remove
7556
7557         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7558
7559         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
7560         update syntax. 
7561
7562         * scm/define-grobs.scm (all-grob-descriptions): set
7563         knee-spacing-correction to 1.0
7564
7565         * lily/note-spacing.cc (stem_dir_correction): compute knee
7566         correction using stem-thickness and head width.
7567
7568         * input/regression/beam-quanting-horizontal.ly: update texidoc
7569
7570         * scm/define-grobs.scm (all-grob-descriptions): set
7571         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
7572         This fixes 32nd beams for noteheads in spaces quants.
7573
7574         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
7575
7576 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
7577
7578         * README.mandrake: Change lilypond-extras to lilypond-documentation.
7579
7580 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7581
7582         * input/test/dpncnt.ly,part-combine-score.ly: remove.
7583
7584         * VERSION (PACKAGE_NAME): release 1.7.21
7585
7586         * input/regression/stem-shorten.ly: new file.
7587
7588         * lily/stem.cc (get_default_stem_end_position): revise stem
7589         shortening code.
7590
7591         * input/regression/spacing-multi-tuplet.ly: move from input/test/
7592
7593         * input/test/{scripts,volta-start,sleur}.ly: remove
7594         
7595         * input/regression/span-bar.ly: smaller file.
7596
7597         * input/regression/spacing-{natural,tight,loose}.ly: remove
7598
7599         * input/test/markup.ly: remove
7600
7601         * scripts/lilypond-book.py: put printfilename in separate chunk,
7602         so texidoc is printed after the filename.  
7603
7604 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7605
7606         * make/lilypond.mandrake.spec.in: fix docdirs.
7607
7608 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7609
7610         * input/regression/beam-french.ly: bugfix.
7611
7612         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
7613
7614         * input/regression/(various).ly: add raggedright = #t.
7615
7616         * input/regression/auto-beam.ly: move from abe.ly
7617
7618 2003-06-13  Graham Percival  <gperlist@shaw.ca>
7619
7620         * input/test/f*.ly: added texinfo index.
7621         
7622         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
7623
7624 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7625
7626         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
7627         quant penalty for beam just outside staff.
7628
7629         * input/regression/beam-quanting-horizontal.ly (texidoc): move
7630         from beam-pos.ly,  remove non-horizontal tests. 
7631
7632         * input/test/(various): cleanup header info. 
7633
7634         * input/test/tchaikovsky.ly: remove file.
7635
7636         * scm/chord-generic-names.scm: move from
7637         double-plus-new-chord-name.scm
7638
7639         * input/test/orchestscore.ly: remove file
7640
7641         * Documentation/user/refman.itely (Vocal music): update documentation.
7642
7643         * scm/define-translator-properties.scm (chordNoteNamer): remove
7644         chordNameStyle, use chordNameFunction
7645
7646         * scm/chord-name.scm (set-chord-name-style): remove
7647         set-chord-name-style. Use \property chordNameFunction.
7648
7649 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7650
7651         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
7652         music): remove @TeX{} command.
7653
7654 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
7655
7656         * lilypond-indent.el (scan-sexps): Renamed to
7657         aargh-this-breaks-other-emacs-modes-scan-sexps.
7658
7659 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
7660
7661         * lilypond-indent.el: Fix: match concurrent one-char opening and 
7662         closing slurs: '()', etc. Add comments.
7663
7664         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
7665
7666         * lilypond-font-lock.el: match unending string at eof.
7667
7668         * make/lilypond.mandrake.spec.in: refreshed packed file list.
7669         
7670 2003-06-10  Graham Percival  <gperlist@shaw.ca>
7671
7672         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
7673         input/test/beam-dir.ly input/test/beam-position.ly    
7674         input/test/beam-suspect.ly input/test/beam-trend.ly    
7675         input/test/beams.ly input/test/crescendo-text.ly : deleted
7676         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
7677         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
7678         * input/test/default-bars.ly: moved to bar-always.ly
7679         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
7680
7681 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7682
7683         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
7684
7685 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7686
7687         * scm/chord-ignatzek-names.scm (remove-step): rename file.
7688
7689 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
7690
7691         * lilypond-indent.el: Match better slurs in scheme expressions.
7692         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
7693
7694         * Documentation/user/invoking.itexi: document Emacs' paren matching.
7695
7696 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
7697
7698         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
7699
7700         * input/ac-extra-voice.ly: Add texidoc.
7701
7702         * ly/chord-modifiers-init.ly: 
7703         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
7704         and chordNameExceptionsPartial for new chord names.
7705
7706         * input/test/chord-names-dpnj.ly: 
7707         * input/test/dpncnt.ly: Update.
7708
7709         * scm/chord-name.scm: 
7710         * scm/double-plus-new-chord-name.scm: Add compatibility for new
7711         chord selection and options.
7712
7713         * ly/chord-modifiers-init.ly: Add exceptions 
7714
7715         * scm/define-translator-properties.scm (chordNameStyle) 
7716         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
7717
7718 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
7719
7720         * ly/property-init.ly (germanChords): Added.
7721         (semiGermanChords): Added.
7722         
7723         * input/test/chord-names-german.ly: Use new macros
7724         
7725 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
7726
7727         * lilypond-indent.el: Use similar parenthesis highlighting for 
7728         Emacs and XEmacs through redefinitions of parenthesis highlighting 
7729         functions; removed LilyPond-show-paren-function. Fix indenting.
7730         Turn paren-matching on also in XEmacs.
7731
7732         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
7733         as needed by parenthesis highlighting functions (in scan-sexp).
7734
7735 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
7736
7737         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
7738         function.
7739         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
7740
7741 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
7742
7743         * lilypond-indent.el: tune regexp for show-paren-function.
7744
7745 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7746
7747         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
7748         for all LilyPond-produced tex snippets.
7749
7750         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
7751         fixes one line --preview output of ly2dvi.
7752
7753 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
7754
7755         * lilypond-indent.el: match only one type of slurs in
7756         LilyPond-show-paren-function.
7757
7758 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7759
7760         * debian/GNUmakefile (EXTRA_DIST_FILES): 
7761         * debian/lilypond1.7.dirs: 
7762         * debian/lilypond1.7-doc.dirs: New file.
7763
7764         * input/regression/chord-name-exceptions.ly: Add parameter for
7765         ignatzekExceptions.  Quote hash in docstring.
7766
7767 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
7768
7769         * lilypond-indent.el (show-paren-function): define show-paren-function
7770         as LilyPond-blink-matching-open and use it for closing parens.
7771         Let LilyPond-blink-matching-open know whether a bracket was inserted.
7772
7773         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
7774         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
7775         LilyPond-blink-matching-paren in order to match both open and close
7776         brackets.
7777         
7778 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
7779
7780         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
7781         testing by modifying the code from FSF Emacs paren.el. Add comments.
7782
7783 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7784
7785         * input/test/dpncnt.ly: Transpose example to match new
7786         default \chords octave.  Add comment.
7787         
7788         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
7789         comment about octave change.
7790
7791 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7792
7793         * input/test/[d,e]: added texinfo index tags.
7794         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
7795
7796 2003-06-04  Graham Percival  <gperlist@shaw.ca>
7797
7798         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
7799
7800 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
7801
7802         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
7803         as in blink-matching-open.
7804
7805 2003-06-03  Graham Percival  <gperlist@shaw.ca>
7806
7807         * input/test/[a-c]: more comments in files.
7808         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
7809         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
7810         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
7811         mark file for proposed deletion.
7812         * input/test: renaming files:
7813         auto-beam-4-8.ly to beam-auto-4-8.ly
7814         auto-beam-override.ly to beam-auto-override.ly
7815         auto-beam.ly to beam-auto.ly
7816         blank.ly to blank-paper.ly
7817         absolute-volume.ly to dynamic-absolute-volume.ly
7818
7819 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
7820
7821         * input/test/dpncnt.ly: 
7822         * input/test/chord-names-dpnj.ly: Resurrect.
7823
7824         * lily/my-lily-lexer.cc: Remove chordnames keyword.
7825
7826         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
7827
7828         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
7829         Better docstring, add parameter OMIT-ROOT, tidy up.
7830
7831 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
7832
7833         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
7834
7835 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7836
7837         * scm/output-ascii-script.scm (as-font-alist-alist):
7838         (as-properties-to-font-name):
7839         (as-make-style-sheet): Remove.
7840
7841         * scm/font.scm (as-make-font-list): New function.
7842         (as-font-sheet-alist): New variable.
7843
7844         * ly/paper-as9-init.ly: 
7845         * ly/paper-as5-init.ly: Update.
7846
7847         * ly/paper-as5.ly:
7848         * ly/paper-as9.ly: New file.
7849
7850 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
7851
7852         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
7853
7854 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7855         * input/sondag-morgen/*: removed due to copyright concerns.
7856         * input/[a,b]*.ly: added a newline at the end of the texinfo
7857         doc string (produces better output in HTML version).
7858         * input/c*.ly: added texinfo index and added comments to
7859         aid in future changes to input/test/ files.
7860
7861 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7862         
7863         * Documentation/user/refman.itely: fixed build problem (missing
7864         file) caused by previous renaming.
7865
7866 2003-05-28  Graham Percival  <gperlist@shaw.ca>
7867         
7868         * input/test/[a,b]*.ly: added texinfo index and added comments to
7869         aid in future changes to input/test/ files.
7870         * input/test/bar-number-every-5-reset.ly: renamed to
7871         bar-number-every-five-reset.ly
7872         * input/test/bar-script-visibility.ly: renamed to
7873         bar-number-show-all.ly
7874
7875 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7876
7877         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
7878         to Voice.
7879
7880         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
7881         out note-line and glissando functionality.
7882         
7883         * lily/line-spanner.cc (brew_molecule): cleanup.
7884
7885 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
7886
7887         * scripts/as2text.scm: Use rdelim module.
7888         (start-system): Rename from start-line.
7889         (stop-system): Rename from stop-line.
7890         (af-gulp-file): Use string iso symbol for getenv.
7891
7892         * scm/output-ascii-script.scm: Add guile and lily modules.
7893         (font-name-alist): New variable.
7894         (draw-line): New function.
7895
7896         * scm/output-lib.scm (func, arg->string): Re-add from archive.
7897         (Were these silently removed, without ChangeLog entry?)
7898
7899 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7900
7901         * scm/music-functions.scm (make-ottava-set): bugfixes: also
7902         process 2nd ottava correctly.
7903
7904 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
7905
7906         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
7907
7908 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
7909
7910         * Documentation/user/converters.itely (Invoking midi2ly): Update.
7911
7912 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7913
7914         * VERSION: release 1.7.20
7915         
7916         * lily/text-spanner.cc (brew_molecule): clean up function. This
7917         fixes bugs with broken 8va spanners.
7918
7919         * lily/simple-spacer.cc (solve): also compute force for raggedright.
7920         This prevents spurious line-breaks with raggedright
7921         
7922 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7923
7924         * lily/key-performer.cc (create_audio_elements): always use major
7925         key
7926
7927         * Documentation/user/internals.itely: updates
7928
7929         * input/regression/beam-break.ly: new file.
7930
7931         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
7932         beams if starting or terminating stems have 'beaming set.)
7933
7934         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
7935         property.
7936
7937         * lily/parser.yy (verbose_command_req): add comment about scales.
7938
7939 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
7940
7941         * lilypond-indent.el: adjust regexps in bracket-matching.
7942
7943 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
7944
7945         * Documentation/user/refman.itely: more tiny fixes
7946
7947         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
7948         "Chord names"; added table with input syntax for solesmes neumes
7949         table; added some words about rationale on input syntax design
7950
7951         * lily/gregorian-ligature-engraver.cc,
7952         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7953         lily/include/gregorian-ligature.hh: bugfix: horizontal head
7954         alignment of Pes Initio Debilis
7955
7956         * Documentation/user/refman.itely,
7957         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7958         mf/parmesan-heads.mf: fixed most of the head selection/alignment
7959         bugs in the solesmes neumes table
7960
7961 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
7962
7963         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
7964         Similarly, match '[' and ']' by skipping '\[' and '\]'.
7965
7966         * lilypond-mode.el: fix tag-score. small improvements.
7967
7968 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
7969
7970         * .cvsignore: Add aclocal.m4.
7971
7972         * lily/music-constructor.cc: Include <assert.h>.
7973
7974 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7975
7976         * ly/engraver-init.ly (HaraKiriStaffContext): use
7977         RemoveEmptyStaffContext instead.
7978
7979         * Documentation/user/refman.itely: updates
7980
7981 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
7982
7983         * Documentation/user/refman.itely: added solesmes neumes table;
7984         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
7985         bugfix: "Ornaments" -> "Articulations"
7986
7987         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
7988
7989 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
7990
7991         * lilypond-indent.el: Add a message about trying to match \] or \).
7992         
7993 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
7994         
7995         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
7996         obsolete "arithmetic_*"
7997
7998         * input/bugs/ligatures.ly: removed (will be put into a different
7999         directory later)
8000
8001 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8002
8003         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8004         libkpathsea (Maurizio Tomasi).
8005
8006 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8007
8008         * input/regression/repeat-slash.ly (texidoc): new file
8009
8010         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8011         slash repeats separately. Slash repeats and %
8012         repeats can now be nested.
8013
8014 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8015
8016         * lilypond-indent.el: Add preliminary test for closing \] and \).
8017         
8018 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8019
8020         * lily/gregorian-ligature-engraver.cc,
8021         lily/vaticana-ligature-engraver.cc,
8022         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8023         mf/parmesan-heads.mf: various semivocalis related bugfixes
8024
8025         * input/bugs/ligatures.ly: new file demonstrating problems with
8026         ligatures
8027         
8028 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8029
8030         * lilypond-mode.el,
8031         lilypond-font-lock.el,
8032         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8033
8034 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8035
8036         * lilypond-mode.el: Remove outdated code. Stress the difference 
8037         between Emacs and XEmacs definitions.
8038
8039         * lilypond-mode.el,
8040         lilypond-indent.el: Define a function interactive only when necessary.
8041
8042 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8043
8044         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8045         Use inactive regions also in XEmacs.
8046
8047 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8048
8049         * Documentation/user/refman.itely (Repeat syntax): more updates
8050
8051         * lily/simple-spacer.cc (solve): move solution process into
8052         solve(). This fixes a bug with collisions and raggedright = ##t.
8053  
8054         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8055
8056         * ly/engraver-init.ly: remove GraceContext. Update examples.
8057
8058 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8059
8060         * GNUmakefile.in (fonts): Also make fontball.
8061
8062         * Website fixes:
8063
8064         * ly/engraver-init.ly (GraceContext): Add.
8065
8066         * run:
8067
8068             convert-ly $(find . -name *.ly)
8069
8070         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8071         new chords.
8072
8073 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8074
8075         * VERSION: 1.7.19 released
8076         
8077         * scm/music-functions.scm (set-octavation): new function.
8078
8079         * input/regression/ottava.ly: new file
8080
8081         * lily/translator-scheme.cc (LY_DEFINE): new function
8082         ly:unset-context-property
8083         (LY_DEFINE) new function ly:context-property-where-defined: 
8084
8085 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8086
8087         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8088
8089         * lilypond.words: add few.
8090
8091         * input/test/script-chart.ly: fix typo.
8092
8093 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8094
8095         * scm/define-grobs.scm: uniform naming for definitions and output
8096         routine files. 
8097
8098         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8099         scm/context-description.scm
8100
8101         * lily/parser.yy (translator_spec_body): add \description to the
8102         \translator{} body syntax.
8103
8104         * lily/ottava-engraver.cc: new file.
8105
8106         * scm/chord-name.scm (natural-chord-alteration): replace old
8107         chord stuff. 
8108
8109         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8110
8111         * Documentation/user/refman.itely (Metronome marks): update doco.
8112
8113         * input/regression/markup-note.ly: new file
8114
8115         * input/regression/metronome-marking.ly: new file
8116
8117         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8118
8119         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8120         metronome marks.
8121
8122 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8123
8124         * Documentation/user/GNUmakefile: Compatibility fix for new
8125         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8126         for making binary packages; info splitting bug has been fixed.
8127
8128         * Documentation/user/refman.itely: Compile fixes.
8129
8130 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8131
8132         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8133         Count \midi -keywords also for a region.
8134
8135 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8136
8137         * lily/lookup.cc (LY_DEFINE): new function
8138
8139         * Documentation/user/tutorial.itely: updates
8140
8141 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8142
8143         * lilypond-mode.el: Allow Midi on buffer.
8144         Use only '.ly'-extension, remove '.sly' and '.fly'.
8145         Allow use of inactive regions. Invoke next Command on Master file, 
8146         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8147
8148 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * Documentation/user/tutorial.itely: updates.
8151
8152 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8153
8154         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8155
8156 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8157
8158         * lily/coherent-ligature-engraver.cc: fixed typo
8159
8160         * lily/coherent-ligature-engraver.cc,
8161         lily/gregorian-ligature-engraver.cc,
8162         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8163         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8164         lily/vaticana-ligature-engraver.cc,
8165         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8166         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8167         removed all ligature specific stuff from NoteHead code
8168
8169         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8170         ligatures now use regular noteheads
8171
8172         * lily/vaticana-ligature.cc: tiny code cleanups
8173
8174         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8175         space between two adjacent noteheads of the same pitch
8176
8177         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8178         description; cleanup: removed obsolete font-family settings
8179
8180 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8181
8182         * lily/coherent-ligature-engraver.cc,
8183         lily/gregorian-ligature-engraver.cc,
8184         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8185         lily/mensural-ligature-engraver.cc,
8186         lily/vaticana-ligature-engraver.cc,
8187         lily/include/gregorian-ligature-engraver.hh: updated for new
8188         Coherent_ligature_engraver; added comments that describe the basic
8189         design ideas of the ligature implementation
8190
8191         * lily/coherent-ligature-engraver.cc,
8192         lily/include/coherent-ligature-engraver.hh: new file: shared code
8193         between mensural ligatures and Gregorian chant notation ligatures
8194
8195 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8196
8197         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8198         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8199         use only two arguments in sit-for, use no arguments in
8200         read-char-exclusive, backspace is not a character (127) in XEmacs.
8201
8202         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8203
8204 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8205
8206         * lilypond-mode.el: un-commenting works after syntax-table fix.
8207
8208         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8209         group, verbose commenting for syntax table.
8210
8211         * lilypond-indent.el: add TODO for ligature slurs.
8212
8213 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8214
8215         * lilypond-mode.el: Move comments of parenthesis matching away,
8216         (blink-matching-paren-on-screen) fix blinking in Emacs.
8217
8218         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8219         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8220
8221         * lilypond-indent.el: Add TODO for parenthesis matching.
8222
8223 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8224
8225         * lilypond-mode.el: Fix XEmacs: 
8226         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8227         invoke explicitly easy-menu-add (in Emacs done automatically).
8228         
8229         * lilypond.words: Add few words from input/*/*.ly.
8230
8231 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8232
8233         * VERSION (PATCH_LEVEL): release 1.7.18
8234
8235         * scripts/lilypond-book.py: only print basename for printfilename
8236         option
8237
8238         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8239         and syntax updates.
8240
8241 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8242
8243         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8244         better parametrisation. Move fatness of bulb downward.
8245
8246         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8247         glyph names. Underscores are not allowed .ps encoding files.
8248
8249 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8250
8251         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8252         variable "packed" for packed right-ragged mode
8253
8254         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8255         unused variable ragged; fixed indentation
8256
8257         * Documentation/user/refman.itely: tiny cleanups in ancient
8258         clef and custos section
8259
8260 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8261
8262         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8263         \applyoutput PROCEDURE
8264
8265         * lily/my-lily-lexer.cc: add \applyoutput.
8266
8267         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8268
8269         * lily/text-item.cc: clean text-interface description
8270
8271 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8272
8273         * input/{regression,test}/: use postfix for slur endings and beam
8274         begins.
8275
8276         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8277         style beams too. 
8278
8279         * input/regression/lyrics-melisma-beam.ly: new file.
8280
8281         * lily/lyric-engraver.cc (process_music): change from
8282         process_acknowledged_grobs()
8283
8284         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8285         functions to set and revert auto-beam settings.
8286
8287 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8288
8289         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8290
8291 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8292
8293         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8294         Documentation/user/lilypond.tely: fixed some typos; updated author
8295         info
8296
8297         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8298         #"" -> #'flag-style = #'()
8299
8300         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8301         cleanup: removed dead #includes
8302
8303         * lily/gregorian-ligature-engraver.cc,
8304         lily/include/gregorian-ligature.hh,
8305         scm/grob-property-description.scm: small cleanups, small spacing
8306         fixes
8307
8308         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8309         lily/vaticana-ligature.cc,
8310         lily/include/gregorian-ligature-engraver.hh,
8311         scm/grob-property-description.scm, scm/music-types.scm:
8312         "porrectus" -> "pes or flexa"
8313
8314         * ly/engraver-init.ly, scm/grob-description.scm,
8315         scm/grob-property-description.scm: junked porrectus, now handled
8316         by ligature code
8317
8318         * scm/grob-description.scm: bugfix: added space-alist entry for
8319         breathing sign/custos
8320
8321 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8322
8323         * Another grand 2003 update.
8324         
8325         * Remove mentioning of `mudela'; There's no such thing.
8326
8327 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8328
8329         * Documentation/user/preface.itely (Preface to version 1.8): update
8330
8331         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8332
8333         * Documentation/user/converters.itely (Invoking convert-ly): revise
8334
8335         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8336
8337         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8338
8339 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8340
8341         * Documentation/user/internals.itely: more updates.
8342
8343 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8344
8345         * Documentation/user/refman.itely: revise 
8346
8347         * Documentation/user/internals.itely: revise
8348
8349         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8350
8351 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8352
8353         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8354         beautification: reformatted ancient clefs section; cleanup: small
8355         wording fixes
8356
8357 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8358
8359         * lilypond.words: added words for chant notation, sorted
8360         alphabetically through "sort lilypond.words"
8361
8362 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8363
8364         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8365         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8366         chant notation
8367
8368 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8369
8370         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8371         prevent TeX from interpreting them as long dash
8372
8373         * input/test/vaticana.ly: updated
8374
8375         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8376         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8377         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8378         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8379         fixes
8380
8381         * mf/parmesan-heads.mf: ledger endings: removed dead code
8382
8383 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8384
8385         * VERSION: 1.7.17 released
8386         
8387         * Documentation/user/GNUmakefile
8388         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8389         files too.
8390
8391         * scm/document-markup.scm: new file: document all markup
8392         functions.
8393
8394         * scm/documentation-generate.scm: rename all documentation modules
8395         to document-*.scm
8396
8397         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8398         .png
8399
8400         * input/test/divisiones.ly: added
8401
8402         * input/regression/output-property.ly: new file
8403
8404         * lily/cluster.cc: change cluster-interface to use style property
8405
8406 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8407
8408         * input/test/chord-names-german.ly: modified.
8409
8410         * scm/chords-ignatzek.scm:
8411           chord-name->german-markup: Added
8412           note-name->german-markup: Changed (now producing lowercase notenames)
8413
8414         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8415         
8416 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8417
8418         * scripts/convert-ly.py (FatalConversionError.conv):
8419         divisiominima -> divisioMinima, etc.
8420
8421         * ly/engraver-init.ly (FiguredBassContext): add
8422         Separating_line_group_engraver to Figured bass context.
8423
8424         * ly/german-chords-init.ly: remove file
8425
8426         * input/test/chord-names-german.ly (scm): new file.
8427
8428         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8429
8430         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8431         Chord_name_engraver
8432
8433         * Documentation/user/refman.itely: lots of updates.
8434
8435         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8436         new file
8437
8438         * input/test/bar-number-every-5-reset.ly: new file.
8439
8440 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8441
8442         * input/regression/chord-name-major7.ly: new file
8443
8444         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8445         if specced explicitly.
8446
8447         * input/regression/chord-name-entry-11.ly: new file.
8448
8449         * input/test/slur-beautiful.ly: new file.
8450
8451         * Documentation/user/refman.itely: updates.
8452
8453         * input/regression/collisions.ly (threevoice): cleanup.
8454
8455         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8456
8457 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8458
8459         * Documentation/user/*.itely: various updates.
8460
8461         * ly/spanners-init.ly: enddecr/ endcr.
8462
8463         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8464         of tutorial
8465
8466 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8467
8468         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8469
8470         * lily/new-chord-name-engraver.cc (process_music): use octavation
8471         (a number) instead of original-pitch to store inversions. This
8472         fixes a problem with transposed chords with inversions.  
8473
8474 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8475
8476         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8477         used in includable-lexer.hh.
8478
8479         * lily/includable-lexer.cc: Bugfix: include config.h.
8480
8481         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8482         circumvention of Debian packaging bug.
8483
8484 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8485
8486         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8487         
8488         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8489
8490         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8491         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8492
8493         * lily/include/includable-lexer.hh: 
8494         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8495
8496         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8497
8498         * aclocal.m4: Regenerate.
8499
8500         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8501         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8502
8503         * scm/pdf.scm (use-modules): Include lily.
8504
8505         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8506         Noordkamp).
8507         (use-modules): Include lily.
8508         (lily-def): Bugfix: include tex-val in let.
8509
8510 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8511
8512         * lilypond-mode.el: sensible error if lilypond.words not found.
8513
8514         * lilypond.words: add few words.
8515
8516 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8517
8518         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8519
8520         * mf/parmesan-scripts.mf: fixed typo in char name
8521
8522 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8523
8524         * VERSION: 1.7.16 released
8525
8526         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8527         (this is a security vulnerability).
8528
8529         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8530
8531         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8532         add staff support.
8533
8534 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8535
8536         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8537         ly/script-init.ly, scm/script.scm: bugfix: renamed
8538         fermata->signumcongruentiae to fix naming clash with feta font
8539
8540 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8541
8542         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8543
8544         * lily/multi-measure-rest-engraver.cc
8545         (start_translation_timestep): use grace timing too for determining
8546         when to make mmrest.
8547         (start_translation_timestep): clear numbers too.
8548
8549 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8550
8551         * scm/music-types.scm: compile fix: escape braces
8552
8553         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8554         work around font selection problem
8555
8556         * Documentation/user/refman.itely: BreathingSign: added docu for
8557         property "text"
8558
8559 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8560
8561         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
8562         information.
8563
8564 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8565
8566         * lily/multi-measure-rest-engraver.cc (class
8567         Multi_measure_rest_engraver): make multiple Number objects, one
8568         for each MultiMeasureTextEvent.
8569
8570         * scm/music-functions.scm (glue-mm-rest-texts): use
8571         MultiMeasureTextEvent
8572
8573         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
8574
8575         * Documentation/user/refman.itely (Multi measure rests): update.
8576
8577 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8578
8579         * lily/ly-module.cc (ly_copy_module_variables): use
8580         scm_internal_hash_fold() for iterating modules.
8581
8582 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
8583
8584         * Documentation/user/refman.itely: Section Custodes: added more
8585         example code
8586
8587         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
8588         neo-mensural rests to parmesan font
8589
8590         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
8591         header
8592
8593 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8594
8595         * Documentation/user/macros.itexi: @fileref macro.
8596
8597         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
8598         each file. 
8599
8600 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
8601
8602         * lily/include/custos.hh, make/lilypond.suse.spec.in,
8603         Documentation/topdocs/AUTHORS.texi: updated my email address
8604
8605         * Documentation/user/refman.itely: updated custos documentation;
8606         beautified divisiones example; beautified articulations table
8607
8608         * lily/breathing-sign.cc: bugfix: finalis molecule
8609
8610 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
8611
8612         * Documentation/user/refman.itely: added docu for
8613         contemporary fermata symbols, gregorian breathing signs; small fixes
8614
8615         * ly/gregorian-init.ly: removed obsolete #'type props
8616
8617 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8618
8619         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
8620         minimum-length property correctly.
8621
8622 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8623
8624         * scm/music-functions.scm (make-multi-measure-rest): set input
8625         locations for multimeasure rests.
8626
8627 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
8628
8629         * input/regression/breathing-sign.ly: updated to for ancient
8630         notation
8631
8632 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
8633
8634         * scripts/ly2dvi.py: Add newline.
8635
8636 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
8637
8638         * scripts/ly2dvi.py (dependency_files): Compile fix.
8639
8640 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8641
8642         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
8643         (make_html_menu_file): --html menu. 
8644
8645 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8646
8647         * scripts/ly2dvi.py (run_dvips): +add the .map file 
8648
8649 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8650
8651         * input/screech-boink.ly: new file.
8652
8653 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8654
8655         * scripts/lilypond-book.py (make_lilypond_file): convert
8656         lilypond-file to lilypond block directly, without going through
8657         begin/end lilypond text.
8658         
8659
8660 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
8661
8662         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
8663         scm/grob-description.scm: moved Michael's original breathing sign
8664         code in brew_molecule() to divisio_minima(); provided new
8665         brew_molecule() that effectively replaces the
8666         Text_item::brew_molecule callback (with additional fallback to
8667         Michael's original code); added callbacks for brewing divisio
8668         maior/maxima and finalis
8669
8670         * gregorian-init.ly: added breathing sign shortcuts for virgula,
8671         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
8672
8673         * script-init.ly: added shortfermata, longfermata,
8674         verylongfermata, varcoda
8675
8676         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
8677         longfermata, verylongfermata, varcomma, varcoda
8678
8679 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
8680
8681         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
8682           Remove all noquote and insert a few quote.
8683         
8684         * Documentation/user/lilypond-book.itely (Music fragment options),
8685           scripts/lilypond-book.py: Don't include quotation blocks by
8686           default. Introduce option quote instead of noquote
8687
8688 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8689
8690         * VERSION: 1.7.15 released
8691         
8692         * Documentation/user/lilypond.tely: omf updates.
8693
8694         * buildscripts/texi2omf.py (omf_vars): include version.date
8695
8696         * make/lilypond.redhat.spec.in: fixes for spec file. 
8697
8698         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
8699         by function definition: lily now requires a recent GNU Make.
8700
8701         * scripts/lilypond-book.py (write_deps): remove .tex dependency
8702         writing.
8703
8704         * make/ly-rules.make: remove .ly -> .tex rule
8705
8706         * Documentation/user/refman.itely (Figured bass): revised figured
8707         bass example.
8708
8709 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8710
8711         * stepmake/stepmake/omf-targets.make (local-install): add
8712         scrollkeeper-update message.
8713
8714         * scripts/lilypond-book.py (lilypond_binary): explicity add path
8715         to binary.
8716         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
8717
8718         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
8719
8720         * Documentation/user/converters.itely (Invoking midi2ly): add
8721         track/channel notice.
8722
8723 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8724
8725         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
8726
8727         * lily/parser.yy (scalar): DIGIT is also a scalar.
8728
8729         * Documentation/user/music-glossary.tely: add @omf tags
8730
8731         * Documentation/user/lilypond.tely: add @omf tags
8732
8733         * scm/generate-documentation.scm (string-append): add @omf tags.
8734
8735         * stepmake/stepmake/omf-*: new files 
8736
8737         * input/regression/multi-measure-rest.ly (texidoc): add doco
8738
8739         * GNUmakefile.in (web-doc-install): add web-doc-install target
8740
8741         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
8742         fixes crashes while dumping MIDI.
8743
8744         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
8745         midi
8746
8747 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8748
8749         * buildscripts/texi2omf.py: new file.
8750
8751         * mf/feta-beugel.mf: include font count, not staffsize (16) in
8752         font-name
8753
8754 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8755
8756         * input/regression/beam-manual-beaming.ly (texidoc): new file.
8757
8758         * lily/sequential-iterator.cc (descend_to_child): call
8759         descend_to_child() for all types of music.
8760
8761 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8762
8763         * scm/translator-property-description.scm: Add
8764         bassFigureFormatFunction.  Replace some entries.
8765
8766 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8767
8768         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
8769         clean out.
8770
8771 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8772
8773         * scripts/midi2ly.py (Note.dump): never dump duration for
8774         dump_dur=0.
8775
8776         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
8777         new function
8778
8779         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
8780         figures using new markups. Much simpler, and should improve layout
8781         a little.
8782
8783         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
8784
8785 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8786
8787         * ly/engraver-init.ly: use Hara kiri by default for 
8788         ChordNames, FiguredBass and Lyrics(Voice) context. 
8789
8790         * lily/axis-group-engraver.cc (acknowledge_grob): use
8791         rhythmic-grob-interface for selecting items not to hara-kiri'd 
8792
8793         * scm/new-markup.scm (markup-function-list): add bracket,
8794         vbracket.
8795
8796         * ly/engraver-init.ly (ChordNamesContext): set
8797         minimumVerticalExtent
8798
8799 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8800
8801         * input/test/time-signature-double.ly: new file 
8802
8803         * input/regression/collision-head-chords.ly (texidoc): new file.
8804
8805         * lily/type-swallow-translator.cc: add note swallow translator 
8806
8807         * input/test/time-signature-double.ly: new file.
8808
8809         * lily/type-swallow-translator.cc: add Rest_swallow_translator
8810
8811         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
8812         (FiguredBassContext): idem.
8813
8814         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
8815
8816         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
8817
8818         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
8819
8820         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
8821         .afm dependency
8822
8823         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
8824
8825         * python/lilylib.py (make_page_images): add function.
8826
8827         * scripts/ly2dvi.py (run_latex): include title in preview image.
8828
8829         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
8830         from lilypond-book for <ly2dvifile> tags in HTML.
8831
8832         * scripts/ly2dvi.py (option_definitions): add --debug option to
8833         print out environment.
8834
8835         * input/regression/tie-chord-partial.ly: new file.
8836
8837 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
8838
8839         * lilypond.words: add 3
8840
8841 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8842
8843         * scm/new-markup.scm (markup-function-list): add finger-markup
8844
8845         * input/tutorial/brahms-tweaked.ly: new markup 
8846
8847         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
8848
8849         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
8850         crash when processing '() markup
8851
8852         * input/regression/breathing-sign.ly (texidoc): add caesura example.
8853
8854         * lily/breathing-sign.cc (railtracks): another caesura.
8855
8856         * mf/feta-schrift.mf: caesura symbol. 
8857
8858 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8859
8860         * scripts/convert-ly.py (FatalConversionError.conv): add
8861         ly:molecule-XXX conversions.
8862
8863         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
8864
8865         * input/regression/multi-measure-rest-text.ly: new file.
8866
8867         * scm/music-functions.scm (glue-mm-rest-texts): automatically
8868         convert MMREST-TEXT to MultiMeasureRestNumber settings.
8869
8870         * ly/engraver-init.ly (ScoreContext): move tablature settings to
8871         ScoreContext
8872
8873         * scm/new-markup.scm (center-markup): \center markup.
8874
8875         * scm/music-functions.scm: remove pitchify scripts.
8876
8877         * lily/music.cc (print_smob): display music name if available 
8878
8879 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8880
8881         * Documentation/user/refman.itely (Instrument names): remove
8882         \turnOff doco.
8883
8884 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8885
8886         * lily/score.cc (mark_smob): bugfix.
8887
8888         * input/regression/rehearsal-mark.ly: new file.
8889
8890         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
8891         report error at the current token again.
8892
8893 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8894
8895         * cygwin/mknetrel: Exit if doc build fails.
8896
8897         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
8898
8899 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8900
8901         * scm/music-types.scm (music-descriptions): add doc strings
8902
8903 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
8904
8905         * lily/lexer.ll: 
8906         * lily/include/my-lily-lexer.hh: 
8907         * lily/include/includable-lexer.hh: Add flex kludge.
8908
8909         * config.hh.in: 
8910         * config.make.in: 
8911         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
8912         cruft.
8913         
8914         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
8915         code.
8916
8917 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8918
8919         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
8920
8921         * lily/parser.yy (new_chord): Compile fix.
8922
8923 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8924
8925         * Documentation/user/refman.itely (Tuning groups of objects):
8926         remove documentation for \turnOff. 
8927
8928         * lily/percent-repeat-engraver.cc (try_music): add correct
8929         processing moments for double-measure percents as well.
8930
8931         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
8932
8933         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
8934         grob prop type. 
8935
8936         * Documentation/user/refman.itely (Printing named chords): add
8937         chord name tweak doco.
8938
8939         * input/template/gregorian-transcription.ly: new file.
8940
8941 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8942
8943         * VERSION: 1.7.13 released
8944         
8945         * input/test/*: lots of cleanups/comment-outs/removals in chord
8946         examples
8947         
8948         * input/regression/*: lots of cleanups/comment-outs/removals in
8949         chord examples
8950         
8951         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
8952         options
8953
8954         * lily/new-chord-name-engraver.cc (process_music): give original
8955         inversion pitch to chord name routine.
8956
8957         * input/tutorial/os-score.ly: update to new markup
8958
8959         * Documentation/user/appendices.itely: simply include
8960         chords-ignatzek. 
8961
8962         * Documentation/user/refman.itely (Chords mode): add documentation
8963         for chord mode.
8964
8965         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
8966         not present in chord.
8967         (construct-chord): add inversion and bass support.
8968
8969         * lily/chord.cc: junk contents.
8970
8971 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
8972
8973         * Documentation/user/refman.itely:
8974         * Documentation/user/music-glossary.tely: fix. 
8975
8976 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8977
8978         * scm/chord-entry.scm (construct-chord): move chord construction
8979         to Scheme.
8980
8981         * lily/parser.yy (new_chord): new setup for chord entry.
8982
8983 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
8984
8985         * lilypond.words:
8986         * Documentation/user/music-glossary.tely: add ambitus.
8987
8988 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8989
8990         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
8991
8992         * lily/include/*.hh: string() -> to_string()
8993
8994         * scm/chords-ignatzek.scm: new file.
8995
8996         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
8997         standard chord name exceptions.
8998
8999         * scm/translator-property-description.scm (chordNameSeparator):
9000         add property.
9001         (majorSevenSymbol): add property
9002
9003         * lily/translator-scheme.cc (ly:context-properties): new function
9004         (ly:context-parent): new function.
9005         (print_smob): print context name.
9006
9007         * lily/music.cc (ly:get-music-length): new function
9008         (print_smob): don't print properties.
9009
9010         * lily/duration.cc (duration<?): new function
9011
9012         * input/regression/chords-funky-ignatzek.ly: new file.
9013
9014         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9015         jazz chords.
9016
9017         * lily/pitch.cc (ly:pitch-diff): new function.
9018
9019         * input/regression/chords-ignatzek.ly: new file.
9020
9021 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9022
9023         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9024         pitches for jazz chords.
9025
9026 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9027
9028         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9029
9030 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9031
9032         * lilypond.words: add 1
9033
9034 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9035
9036         * Documentation/topdocs/AUTHORS.texi: refine.
9037
9038 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9039
9040         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9041         
9042         * lilypond.words: add one.
9043
9044 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9045
9046         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9047         Fontify bass note in chords, e.g., e in c1/e.
9048         
9049 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9050
9051         * Documentation/user/music-glossary.tely: Dutch updates and
9052         additions (Arent Storm).
9053
9054 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9055
9056         * input/regression/ambitus.ly:  move file.      
9057
9058         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9059
9060         * lily/event.cc (transpose): add tonic property to Key_change_req
9061         and to Key_engraver.
9062
9063 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9064
9065         * Documentation/user/refman.itely: fix typo.
9066
9067         * lilypond.words: removed wrong identifiers.
9068
9069 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9070
9071         * mf/feta-toevallig.mf: make flat stem shorter 
9072
9073 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9074
9075         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9076
9077         * lilypond.words: add from Phrasing slur.
9078         
9079 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9080
9081         * lilypond-mode.el: allow launching multiple ViewPS processes.
9082         
9083         * lilypond.words: add from Text markup.
9084
9085 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9086
9087         * input/test/ossia.ly (texidoc): add comment.
9088
9089         * input/regression/voice-follower.ly: new file.
9090
9091         * mf/feta-toevallig.mf: make flat heavier.
9092
9093         * lily/cluster-engraver.cc: clean up Cluster engraver
9094
9095         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9096         Engraver. Use Note_column to compute Y positions and deal with
9097         line break stuff.
9098
9099 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9100
9101         * lily/stem.cc: move french-beaming to stem.
9102
9103 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9104
9105         * lilypond-font-lock.el: fontify all durations in chords.
9106
9107         * lilypond.words: add from lily/my-lily-lexer.cc
9108
9109 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9110
9111         * VERSION: release 1.7.12
9112
9113         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9114
9115         * lily/gregorian-ligature.cc: new file
9116
9117         * lily/*: the Great 2003 search & replace.
9118
9119         * Documentation/user/refman.itely (Manual repeat commands): add
9120         note about font selection.
9121
9122 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9123
9124         * lilypond-mode.el: propose recompiling midi while invoking playing,
9125         not while stopping playing.
9126
9127 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9128
9129         * lilypond.words: add one.
9130
9131         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9132         and expressional note grouping. Fontify chord modes.
9133
9134 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9135
9136         * Documentation/user/music-glossary.tely (Top): translate melisma.
9137
9138 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9139
9140         * Documentation/user/music-glossary.tely (Top): add melisma.
9141
9142 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9143
9144         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9145         interfaces for (abstract) grob GregorianLigature
9146
9147         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9148         renamed head* -> glyph_name*, x-shift* -> x-offset*
9149
9150         * scm/grob-property-description.scm: bugfix: added missing descriptions
9151
9152 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9153
9154         * input/test/chord-names-dpnj.ly: New file.
9155
9156         * scm/double-plus-new-chord-name.scm: Implement full and partial
9157         exceptions.
9158
9159         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9160
9161         * scm/double-plus-new-chord-name.scm
9162         (double-plus-new-chord->markup): Fix sub->markup.
9163
9164
9165 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9166
9167         * lily/custos-engraver.cc: added TODO; editorial changes
9168
9169         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9170         consistency with other ligature engravers; removed access on (now)
9171         private variable _ligature of Ligature_engraver
9172
9173         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9174         renamed last_bound -> last_bound_; issue programming_error on
9175         abstract method calls; moved primitives code from
9176         Mensural_bracket_engraver to here (because almost ligature
9177         engravers will need it); renamed try_stop_ligature () ->
9178         typeset_ligature (); bugfix: store primitives of finished ligature
9179         in separate variable finished_primitives_ to avoid clash on input
9180         like "\] \["; added current_ligature () to enable access on
9181         private variable _ligature
9182
9183         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9184         (now in super class); renamed try_stop_ligature () ->
9185         typeset_ligature ()
9186
9187         * lily/mensural-ligature.cc: issue programming_error on abstract
9188         method calls
9189
9190         * lily/note-heads-engraver.cc: added TODO comment upon bool
9191         in_ligature
9192
9193         * mf/parmesan-heads.mf: fixed some of set_char_box()
9194
9195         * scm/grob-description.scm: added VaticanaLigature
9196
9197         * scm/grob-property-description.scm: added neume prefix properties
9198
9199         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9200         lily/include/gregorian-ligature-engraver.hh,
9201         lily/include/gregorian-ligature.hh: new files; framework for
9202         gregorian ligature engravers such as vaticana
9203
9204         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9205         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9206         vaticana style ligature implementation (still somewhat uncomplete)
9207
9208 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9209
9210         * VERSION: release 1.7.11
9211
9212         * scripts/convert-ly.py: add ly:pitch-transpose rule
9213
9214 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9215
9216         * input/test/dpncnt.ly: New file.
9217
9218         * lily/my-lily-lexer.cc: Add chordnames keyword.
9219
9220         * lily/parser.yy (chordnames_block): Parse chord name exception
9221         lists, see input/test/dpncnt.ly.
9222
9223         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9224         function.
9225
9226         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9227         filter-out too.
9228
9229         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9230         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9231         pitch functions (except for ly:make-pitch, but that's apparently
9232         some sort of scheme naming standard?).
9233
9234         * scm/lily.scm (!=): define-public.
9235
9236         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9237
9238 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9239
9240         * scm/double-plus-new-chord-name.scm
9241         (double-plus-new-chord-name->markup): New file.
9242
9243 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9244
9245         * python/lilylib.py (make_preview): don't suppress progress for
9246         bbox extraction.
9247
9248 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9249
9250         * Documentation/user/appendices.itely (scheme): update for new syntax.
9251
9252         * input/regression/chord-name-styles.ly: new file
9253
9254         * lily/instrument-name-engraver.cc: create instrument names
9255         without barline too.  Allows instrument name on ChordNames  
9256
9257         * scm/new-markup.scm (interpret-markup): allow simple strings as
9258         markup too.
9259
9260 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9261
9262         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9263         (step->markup-accidental): Fix: add accidental.
9264         (chord::inner-name-american): 
9265         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9266         append stray '/' if last superscript addition was 'o'.
9267
9268         * scm/new-markup.scm (normal-size-sub-markup) 
9269         (normal-size-super-markup): New function.
9270
9271         * lily/source-file.cc (Source_file): Add warning for possibly
9272         intentional but suspicious initialization.
9273
9274         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9275         add comments about cut-and-paste programming.
9276
9277         * flower/rational.cc (lcm): Not used; comment out.
9278
9279 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9280
9281         * lily/new-fingering-engraver.cc (position_scripts): use
9282         fingerHorizontalDirection to determine fingering horizontal
9283         directions.
9284  
9285         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9286         fingering support.
9287
9288         * scripts/convert-ly.py (FatalConversionError.conv): add style
9289         conversion rule. 
9290
9291         * scm/chord-name.scm (set-chord-name-style): new function.
9292         (new-chord-name-brew-molecule): revise to interpret markup only
9293         (new-chord->markup): cleanuppish rewrite. To be called from the
9294         new engraver.
9295
9296         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9297         Markup earlier, during interpreting.
9298
9299         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9300         style settings. Rename to chord-names-*.ly
9301
9302 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9303
9304         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9305         markup code and update to new markup.  Most probably broke some of
9306         it.
9307         
9308 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9309
9310         * Documentation/user/refman.itely: added docu for ambitus and
9311         clusters
9312
9313         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9314         ly_quote_scm() in lookup.cc
9315
9316         * mf/parmesan-clefs.mf: set_char_box fix
9317
9318         * lily/cluster-engraver.cc: junk implicit protection; use
9319         Protected_scm instead
9320
9321 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9322
9323         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9324         throughout.
9325
9326         * scm/new-markup.scm: Turn-off error-triggering test code.
9327
9328 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9329
9330         * scm/new-markup.scm (markup-thrower-typecheck) 
9331         (markup-typecheck?):  add full typechecking functions.
9332         (make-markup-maker): add make-FOO-markup functions.
9333         (markup-argument-list-error): nice error checking messages.
9334         (make-markup): better function: less quoting escapades.
9335
9336 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9337
9338         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9339
9340 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9341
9342         * cygwin/lilypond.hint (requires): Add cygwin.
9343
9344         * .cvsignore: Remove stepmake (huh!?!), add lib.
9345
9346         * GNUmakefile.in: Add libdir links for builddir runs.
9347
9348         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9349         instead of datadir.
9350
9351         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9352         local_lilypond_libdir.
9353
9354         * config.make.in (lilypond_libdir): Add.
9355
9356         * stepmake/stepmake/substitute-rules.make: 
9357         * stepmake/stepmake/script-rules.make: 
9358         * stepmake/stepmake/python-module-rules.make:
9359         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9360         lilypond-python-module patch.
9361
9362 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9363
9364         * Documentation/user/refman.itely (Graphical interfaces): add note
9365         about xml2ly.
9366
9367 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9368
9369         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9370
9371 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9372
9373         * VERSION: released 1.7.10
9374
9375         * scripts/musedata2ly.py (): idem
9376
9377         * scripts/midi2ly.py (dump_chord): idem
9378
9379         * scripts/etf2ly.py (version): idem 
9380
9381         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9382
9383         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9384
9385         * scm/tex.scm (tex-output-expression): remove eval compat
9386         glut. Other output files too.
9387
9388         * scm/chord-name.scm: don't export anything from chord module.
9389
9390         * input/test/american-chords.ly: idem
9391
9392         * input/test/banter-chords.ly (texidoc): idem
9393
9394         * input/test/Cc-chords.ly: add breakage notes.
9395
9396         * Documentation/user/refman.itely (Text markup): rewrite manual
9397         section.
9398
9399         * lily/parser.yy (scalar): allow \markup { } as property value. 
9400
9401         * scm/chord-name.scm: complete new markup usage
9402
9403         * scm/grob-description.scm (all-grob-descriptions): use new markup
9404         texts by default
9405
9406 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9407
9408         * scm/chord-name.scm: partial move to new markup texts.
9409
9410 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9411
9412         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9413
9414         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9415         settable.
9416
9417 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9418
9419         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9420         invoked for old midi, wait for killing.
9421
9422 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9423
9424         * Documentation/user/music-glossary.tely: Finnishing.
9425
9426 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9427
9428         * mf/feta-nummer-code.mf: some kerning pairs.
9429
9430 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9431
9432         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9433         Added.
9434
9435         * Documentation/user/refman.itely (Bar numbers):
9436         set-bar-number-visibility added, modulo-bar-number removed again
9437         (sorry).
9438
9439 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9440
9441         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9442
9443         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9444
9445         * Documentation/user/music-glossary.tely: translate into Finnish.
9446
9447 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9448
9449         * lilypond-mode.el: add shortcut for 2midi
9450
9451         * lilypond-font-lock.el: fontify lyrics
9452
9453 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9454
9455         * scm/drums.scm : use 1.7.x names.
9456
9457         * input/regression/drums.ly : Don't use << chords >>
9458
9459 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9460
9461         * lilypond-mode.el: tidy, add TODO
9462
9463         * make/lilypond.mandrake.spec.in: install-info quietly.
9464
9465 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9466
9467         * input/test/markup.ly: use new syntax.
9468
9469 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9470
9471         * ly/params-init.ly (interscoreline): add word-space
9472
9473         * input/test/metronome.ly (eighthNote): idem.
9474
9475         * input/test/script-priority.ly: use new markup
9476
9477         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9478
9479         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9480
9481         * lily/parser.yy (gen_text_def): bugfix.
9482         (full_markup): allow markup identifier.
9483
9484 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9485
9486         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9487         jobs at the same time. Add horizontal lines to Command menu.
9488         Allow one compiling job -- propose killing others before a new one.
9489
9490         * lilypond.words: add markup, teeny, etc.
9491
9492 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9493
9494         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9495         Allow only one type of midi process; launching Midi either stops
9496         midis or plays the current midi and launching MidiAll stops midis
9497         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9498         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9499
9500 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9501
9502         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9503         markup  for new markup texts.
9504
9505         * lily/mark-engraver.cc (process_music): idem
9506         
9507         * lily/instrument-name-engraver.cc (create_text): idem
9508
9509         * scm/new-markup.scm (magnify-markup): new function.
9510
9511         * scm/molecule.scm (stack-lines): bugfix.
9512
9513         * lily/font-interface.cc (get_font): take font-magnification from
9514         alist chain.
9515
9516 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9517
9518         * lily/molecule-scheme.cc: move scheme functions to separate file.
9519
9520         * lily/font-metric.cc  (ly_get_glyph): new function. 
9521         
9522         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9523         (italic-markup, dynamic-markup): new functions
9524         (font-markup): new function
9525
9526         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9527         padding and minimum
9528
9529 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9530
9531         * lily/accidental-engraver.cc:
9532         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9533
9534 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9535
9536         * lilypond.vim:
9537         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9538         [a-zA-Z] for user defined identifiers. Separate note cases 
9539         with and without a duration (allow cis\longaX).
9540
9541         * lilypond.words: Add words from Info.
9542
9543 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9544
9545         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9546
9547 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9548
9549         * lilypond-mode.el: Propose reverting buffer before a command if
9550         it was edited with an another editor.
9551
9552 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9553
9554         * lily/molecule.cc (ly_translate_molecule): new function
9555
9556         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9557         into libdir
9558
9559         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
9560
9561         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
9562
9563 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
9564
9565         * lilypond.words: take \words from Info-index.
9566
9567 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
9570
9571 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
9572
9573         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
9574
9575 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
9576
9577         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
9578         and lilypond-documentation.
9579
9580 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
9581
9582         * lily/parser.yy: Compile fix (bison 1.75).
9583
9584 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9585
9586         * VERSION: 1.7.9 released
9587
9588         * scm/music-functions.scm (shift-one-duration-log): refactor.
9589         Use music-map.
9590
9591         * input/regression/chord-tremolo.ly (texidoc): add dot test.
9592
9593         * NEWS: update.
9594
9595         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
9596         argument
9597         
9598         * scm/music-functions.scm (display-music): new function
9599         (music-map): change arg order.
9600
9601         * input/regression/new-markup-syntax.scm: new file
9602
9603         * lily/parser.yy (markup): add \markup { .. } syntax.
9604
9605         * scm/new-markup.scm (override-markup): new function
9606         (lookup-markup): new function
9607         (music-markup): new function
9608         (lookup-markup-command): use markup-signature to store argument
9609         format for parser.
9610
9611         * lily/lexer.ll: preliminary \markup syntax. 
9612
9613 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
9614
9615         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
9616         add pre/post-dependencies and menus with icons from source.
9617
9618         * Documentation/pictures/lilypond-48x48.xpm:
9619         * Documentation/pictures/lilypond-32x32.xpm:
9620         * Documentation/pictures/lilypond-16x16.xpm: new files, background
9621         transparent.
9622
9623         * stepmake/stepmake/generic-targets.make:
9624         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
9625
9626 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9627
9628         * input/regression/music-map.ly (texidoc): new file.
9629
9630         * scm/music-functions.scm (music-map): new function
9631
9632 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9633
9634         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
9635
9636 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
9637
9638         * input/test/to-xml.ly:
9639         * lily/ligature-engraver.cc: Fixes documentation.
9640
9641         * lilypond.mandrake.spec.in:
9642         * lilypond.redhat.spec.in: Add lilypond.words.
9643
9644         * Documentation/user/refman.itely: Mention Info inside emacs.
9645         
9646         * lilypond.suse.spec.in:
9647         * lilypond.redhat.spec.in:
9648         * lilypond.mandrake.spec.in: Set root-owner for doc
9649         (tobbe@nyvalls.se).
9650
9651 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9652
9653         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
9654         os.popen.read ().
9655
9656 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9657
9658         * scripts/ly2dvi.py (include_path): print warning if failing anything.
9659
9660         * python/lilylib.py (error): add space
9661
9662 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9663
9664         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
9665         distribution.
9666
9667 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9668
9669         * lily/paper-outputter.cc (Paper_outputter): close port when
9670         finishing score.
9671
9672 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9673
9674         * scm/sodipodi.scm: Fixes.
9675
9676 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
9677
9678         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
9679
9680         * buildscripts/make-font-dir.py: Fix. 
9681
9682 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
9683
9684         * lilypond-mode.el: Add support for Info inside Emacs.
9685
9686 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9687
9688         * buildscripts/make-font-dir.py: 
9689         * mf/GNUmakefile: Make sodipodi font map.
9690
9691         * scm/sodipodi.scm: Add more output functions.
9692
9693         * mf/feta-nummer.mf: 
9694         * mf/feta-beugel.mf: Add font_coding_scheme.
9695
9696         * lily/paper-outputter.cc (output_header): Fix creator string.
9697
9698 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9699
9700         * lilypond-mode.el (LilyPond-autocompletion): invoked with
9701         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
9702
9703         * lilypond.words: add two (Everybody can add/remove words now!).
9704
9705         * debian/rules:
9706         * make/lilypond.suse.spec.in:
9707         * make/lilypond.mandrake.spec.in:
9708         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
9709
9710         * Documentation/user/refman.itely: Mention autocompletion.
9711
9712 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * scripts/ly2dvi.py: Add paper sizes.
9715
9716         * lily/timing-engraver.cc: 
9717         * lily/time-signature.cc: 
9718         * lily/span-bar.cc: 
9719         * lily/grob-scheme.cc: Code formatting fixes.
9720
9721         * scm/sodipodi.scm: 
9722         * scm/sketch.scm:
9723         * buildscripts/mf-to-table.py: 
9724         * buildscripts/make-font-dir.py: Font testing.
9725
9726 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
9727
9728         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
9729         inserts try-completion and shows all-completions.
9730
9731         * lilypond.words: '\' -> '\\'
9732
9733         * lilypond-mode.el: load libraries in the end, lilypond.words defines
9734         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
9735         
9736         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
9737         and LilyPond-reserved-words.
9738         
9739 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
9740
9741         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
9742         from load-path.
9743         
9744         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
9745         the mini-buffer with Control-Shift-c.
9746         
9747 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9748
9749         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
9750         duration. This fixes \tempo taking time.
9751
9752 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9753
9754         * lily/volta-engraver.cc (process_acknowledged_grobs): 
9755         Allow for text markup in repeatCommands. 
9756
9757 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
9758
9759         * lilypond-mode.el (LilyPond-insert-string): new function, use it
9760         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
9761         Get rid of skeleton.el-dependency.
9762
9763         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
9764
9765 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9766
9767         * lily/beam-engraver.cc (stop_translation_timestep): reset
9768         now_stop_ev_
9769
9770         * lily/scm-option.cc: add parse-protect to ly:set-option
9771
9772         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
9773
9774 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9775
9776         * lily/include/ligature-bracket.hh: removed
9777         * lily/ligature-bracket.cc: removed
9778
9779         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
9780         .tex
9781
9782         * lily/beam.cc (set_beaming): don't change beam count on rests.
9783         (brew_molecule): always set flag-width > 0.
9784
9785 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
9786
9787         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
9788         chars, remove instructions; instead, refer to lilypond-init.el and
9789         Documentation/topdocs/INSTALL.texi.
9790
9791         * lilypond.words: add identifiers and reserved words.
9792
9793         * Documentation/topdocs/INSTALL.texi: separate sections for installing
9794         files and adding a load-path.
9795
9796         * lilypond-init.el: Instructions, extracted from 
9797         Documentation/topdocs/INSTALL.texi. 
9798         
9799 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9800
9801         * VERSION: 1.7.8 released 
9802
9803         * lily/grob.cc (warning): better robustness fix.
9804
9805 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
9806
9807         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
9808
9809         * lily/cluster-engraver.cc: stick better to variable naming
9810         conventions
9811
9812         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
9813         until stop_translation_timestep()
9814
9815         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
9816         min/max coordinates to backend, but no musical info such as
9817         pitches
9818
9819         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
9820
9821         * lily/grob.cc: robustness fix: warning(): do not crash if
9822         cause is not set
9823
9824         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
9825         the much more elaborated tuplet brackets than the very naive and
9826         simple ligature bracket grob
9827
9828 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9829
9830         * Documentation/user/refman.itely (Analysis brackets): add
9831         horizontal bracket doco.
9832
9833         * ly/property-init.ly (setMmRestFermata): added.
9834
9835         * Documentation/user/refman.itely (Multi measure rests): fermatas
9836         on mm rests.
9837
9838         * input/regression/apply-context.ly (texidoc): new file
9839
9840         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
9841         code to be executed during interpretation. Possible applications:
9842         smart octavation, more advanced bar checks. 
9843
9844         * lily/apply-context-iterator.cc: new file.
9845
9846 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9847
9848         * input/test/new-markup.ly: new file.
9849
9850         * lily/text-item.cc (text_to_molecule): new function
9851
9852         * scm/new-markup.scm (lambda): new file
9853
9854         * lily/function-documentation.cc (ly_add_function_documentation):
9855         add proc property as well
9856
9857 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9858
9859         * Documentation/user/music-glossary.tely (Top): add custos.
9860
9861 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
9862
9863         * Documentation/topdocs/INSTALL.texi: advise how to include source
9864         path to Emacs load-path and improve language.
9865
9866 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
9867
9868         * GNUmakefile.in: config.h message fix.
9869
9870         * autogen.sh:
9871         * aclocal.m4: Regenerate.
9872
9873         * configure.in: 
9874         * config.make.in: 
9875         * stepmake/config.make.in: 
9876         * stepmake/configure.in: 
9877         * stepmake/autogen.sh: 
9878         * stepmake/aclocal.m4: Update for autoconf 2.56.
9879
9880 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
9881
9882         * Documentation/topdocs/INSTALL.texi: instructions for an user how
9883         to install Emacs-mode. Instructions how to use vim-mode.
9884
9885 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * scm/music-types.scm (music-descriptions): no length for tempo event.
9888
9889         * input/*.ly: add \version everywhere.
9890         
9891         * input/*.ly: update syntax to 1.7 + new-chords.
9892
9893         * VERSION: 1.7.7 released.
9894         
9895         * Documentation/user/*.tely: new chord syntax.
9896
9897         * input/regression/[bc]*.ly (texidoc): syntax updates.
9898         
9899 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
9900
9901         * lilypond.words: add vocabulary to be used in auto-completion
9902
9903         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
9904
9905         * lilypond.vim: allow note name at EOF
9906
9907 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9908
9909         * buildscripts/new-chords.py (edit): -e option: inline editing.
9910
9911         * input/regression/a*.ly (texidoc): syntax updates.
9912
9913         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
9914         music): elucidations. 
9915
9916 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
9917
9918         * lily/include/lily-proto.hh, ly/engraver-init.ly,
9919         ly/spanners-init.ly, scm/grob-description.scm,
9920         scm/grob-property-description.scm, scm/music-types.scm,
9921         lily/cluster-engraver.cc, lily/cluster.cc,
9922         lily/include/cluster.hh, input/test/cluster.ly: cluster
9923         implementation
9924
9925         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
9926         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
9927         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
9928
9929         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
9930
9931         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
9932
9933         * scm/grob-description.scm: bugfix: by default, use default note
9934         head style when engraving ligatures
9935
9936         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
9937
9938         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
9939         events
9940
9941         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
9942
9943         * input/test/ancient-font.ly: bugfix: style -> flag-style
9944
9945         * lily/ligature-engraver.cc: indentation fix
9946
9947         * lily/parser.yy: indentation fixes
9948         
9949 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9950
9951         * input/regression/measure-grouping.ly: more elaborate example.
9952
9953         * lily/moment.cc: ly:add-moment, ly:mul-moment,
9954         ly:div-moment. New functions 
9955
9956         * scm/music-functions.scm (set-time-signature): new function,
9957         allow inline time sig settings with measure grouping.
9958
9959         * lily/parser.yy (command_element): move time sig construction
9960         into Scheme.
9961
9962         * lily/side-position-interface.cc (out_of_staff): new function,
9963         like padding, but keep minimum distance from staff. Easier than
9964         linespanners (dynamics, pedals), but roughly the same effect.
9965
9966 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
9967
9968         * emacs-mode.el: Added spanish-note-replacements 
9969         (Carlos Betancourt, <carlos.betancourt@chello.be>).
9970
9971         * vimrc: (Un)commenting with <(S-)F12>, tidy.
9972
9973 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
9974
9975         * lilypond.vim: Do not fontify cises, desis, etc.
9976
9977         * vimrc: view dvi with <S-F6>
9978
9979 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9980
9981         * lily/lookup.cc (triangle): new function.
9982
9983         * input/regression/measure-grouping.ly (texidoc): new file: show
9984         triangles and brackets for beat groups of 3 and 2.
9985
9986         * lily/include/measure-grouping-spanner.hh (class
9987         Measure_grouping): new file.
9988
9989         * lily/measure-grouping-spanner.cc (brew_molecule): new file
9990
9991         * lily/measure-grouping-engraver.cc (class
9992         Measure_grouping_engraver): new file.
9993
9994 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9995
9996         * Merge from stable:
9997
9998             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
9999         
10000         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10001         stylesheet.
10002
10003         * ly/paper19.ly: Include paper19-init.ly.
10004
10005         * ly/paper19-init.ly: New file.
10006
10007         * Documentation/user/tutorial.itely (First steps): Fix first
10008         example for font test.
10009
10010         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10011
10012         * ChangeLog: Add 1.7.6 release marker (see below).
10013
10014         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10015         Add .py files.
10016
10017 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10020
10021         * input/tutorial/*.ly: update to new syntax.
10022
10023         * lily/parser.yy (Composite_music): new transpose syntax,
10024         \transpose FROM TO MUSIC. 
10025
10026 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10027
10028         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10029         latex progress/error output to stderr (by default this goes to
10030         stdout).  Show lilypond progress, even when not verbose.
10031
10032         * python/lilylib.py (system): New optional parameter to control
10033         showing of progress.
10034
10035         * scm/backend-documentation-lib.scm (check-dangling-properties):
10036         Fix error message.
10037
10038         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10039         axis, extent.
10040
10041         * scm/grob-property-description.scm (magnify): Remove.
10042         (extent, axis): Add.
10043
10044 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10045
10046         * VERSION: Release 1.7.6.
10047
10048         * scripts/convert-ly.py: more uniformization substitutions.
10049
10050         * buildscripts/new-chords.py (sub_chords): new file.
10051
10052 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10053
10054         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10055         lilypond.map.  Include sauter fonts too.  Cleanups.
10056
10057 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10058
10059         * Documentation/user/tutorial.itely (First steps): change to new
10060         chord/tie/slur/beam notation.
10061
10062         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10063         ties.
10064
10065         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10066         engraver. Process ties in postfix notation, i.e. c8-~ c
10067
10068         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10069
10070         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10071
10072         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10073
10074         * lily/beam-engraver.cc (try_music): accept new-beam-events
10075
10076         * input/regression/chord-scripts.ly (texidoc): new file
10077
10078         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10079         script-events.
10080
10081         * scm/script.scm (default-script-alist): cleanup.
10082
10083         * lily/script-engraver.cc (make_script_from_event): cleanup.
10084
10085         * lily/lyric-combine-music-iterator.cc
10086         (Lyric_combine_music_iterator): remove superfluous events.
10087         (melisma_busy): new function. Fix broken melismas.
10088
10089 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10090
10091         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10092         Remove nonvalid settings. Use descriptive key names.
10093         Use <Return> to indicate the pressing of that key.
10094
10095 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10096
10097         * scripts/lilypond-book.py (option_definitions): Typo.
10098
10099         * scripts/ly2dvi.py: Updates.
10100
10101         * python/lilylib.py (setup_environment, print_environment)
10102         (get_bbox, make_preview): Merge and remove from ly2dvi and
10103         lilypond-book.
10104
10105         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10106
10107         * .cvsignore: Remove some cruft.
10108
10109         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10110         path.
10111
10112         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10113         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10114         throughout.
10115
10116         * python/lilylib.py (quiet_system): Junk
10117         (system): Display error log upon failure.
10118         (read_pipe): New function.  Cleanups and fixes.
10119
10120         * python/*.py: Rename from *.py.in.
10121         
10122         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10123
10124         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10125
10126 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10127
10128         * python/GNUmakefile: Bugfix: handle modules.
10129
10130         * stepmake/stepmake/python-module-targets.make (default): Add
10131         compiled modules. 
10132
10133         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10134         compiling modules.
10135
10136         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10137         Bugfix.  (OUT_PYC_MODULES): Add.
10138
10139 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10140
10141         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10142         Use default paths. Refresh description.
10143
10144 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10145
10146         * VERSION: 1.7.5 released
10147
10148         * input/regression/finger-chords.ly (texidoc): new file.
10149
10150         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10151         support
10152
10153         * lily/fingering-engraver.cc (process_music): remove kludgy
10154         scriptHorizontal stuff.
10155
10156         * lily/script.cc: remove staff-support property.
10157
10158         * lily/new-fingering-engraver.cc (add_fingering): new
10159         file. Fingering engraver for new style chords.
10160
10161 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10162
10163         * lily/parser.yy (bare_number): allow 4 \cm (without
10164         decimal dot). (should backport to 1.6?)
10165
10166         * ly/declarations-init.ly: use Scheme for dimension defs.
10167
10168         * lily/parser.yy (TODO): remove hard coded dimensions, add
10169         REAL NUMBER_IDENTIFIER production.
10170
10171         * lily/rest-collision.cc (force_shift_callback): rewrite using
10172         -done property.
10173
10174         * scm/grob-property-description.scm (rest-collision-done): add
10175         property.
10176         
10177         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10178
10179 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10180
10181         * input/regression/multi-measure-rest-center.ly: new file.
10182
10183         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10184         off horizontally by 0.05 ss. Fixed.
10185
10186 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10187
10188         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10189
10190         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10191
10192 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10193
10194         * lily/tie.cc (get_control_points): also avoid staff lines on the
10195         just outside the outer staff lines
10196
10197 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10198
10199         * ly/params-init.ly: Just define style-alist, no need to
10200         define-public.
10201
10202         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10203         (thanks Han-Wen).
10204
10205         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10206         (FET_FILES): = FONT_FILES.
10207
10208         * Merge from stable:
10209
10210             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10211
10212 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10213
10214         * VERSION: 1.7.4 released.  
10215         
10216         * scm/generate-documentation.scm (string-append): add macro
10217         definitions.
10218
10219         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10220         normal texts.
10221
10222         * lily/multi-measure-rest-engraver.cc: make separate
10223         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10224
10225         * lily/multi-measure-rest.cc: remove text handling. Remove
10226         number-threshold.
10227
10228 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10229
10230         * scm/music-types.scm: doc patch by Graham Percival
10231
10232 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10233
10234         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10235         encoding part.
10236         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10237         (sketch_p): Sketch wants only first four elements of X11 font spec.
10238
10239         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10240
10241         * mf/feta-autometric.mf: Write foundry and family to log.
10242
10243         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10244         font translation table.
10245
10246         * buildscripts/mf-to-table.py: Better font info into afm.
10247
10248         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10249         1.0.9 required.
10250
10251         * configure.in: Whine for mftrace 1.0.9.
10252
10253 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10254
10255         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10256
10257         * lily/main.cc (main_prog): don't try to load init.EXT when
10258         processing foo.EXT.
10259
10260 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10261
10262         * scm/tex.scm (zigzig-line): added.
10263
10264         * scm/ps.scm (zigzag-line): added.
10265
10266         * ps/music-drawing-routines.ps (subvec): added.
10267         (draw_zigzag_line): added.
10268         
10269         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10270         grob properties zigzag-width and zigzag-length.
10271
10272         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10273
10274 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10275
10276         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10277         svg output, including font.
10278
10279 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10280
10281         * scm/lily.scm: Register sodipodi output module.
10282
10283         * scm/sodipodi.scm: New file.
10284
10285         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10286
10287         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10288         comment, after header.
10289         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10290         FullName.  Fix FontName key.
10291
10292 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10293
10294         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10295         and breve rests.
10296         
10297         * input/test/blank-notes.ly: bugfix
10298
10299         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10300         rests. (Kim Shrier)
10301
10302         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10303         
10304 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10305
10306         * scm/tex.scm: 
10307         * scm/ps.scm: Cleanup and remove obsolete junk.
10308
10309         * Documentation/user/internals.itely:
10310         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10311
10312         * lily/parser.yy: Identify shift/reduce problems.
10313
10314         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10315         make-style-sheet.  Too specific for convert-ly?
10316
10317 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10320
10321         * input/test/*.ly: various fixes.
10322
10323         * lily/music.cc (name): bugfix
10324
10325         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10326
10327         * lily/input-file-results.cc (code): set-point-and-click! ->
10328         set-point-and-click
10329         
10330 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10331
10332         * Use uniform ly: prefix for exported scheme primitive functions.
10333
10334         * scm/music-types.scm: junk compat glue
10335
10336         * scripts/convert-ly.py: add rules for stuff below, junk
10337         compatibility glue for spanrequest.
10338
10339         * lily/parser.yy (verbose_event): remove \spanrequest,
10340         \commandspanrequest, \script. 
10341         
10342         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10343
10344         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10345         for \penalty, \glissando.
10346
10347         * VERSION: release 1.7.3
10348         
10349 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10350
10351         * lily/accidental-engraver.cc: Fix
10352         grace-in-the-beginning-of-measure bug caused by the resent
10353         partial-measure fix.
10354
10355         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10356         overlap looks too crowded)
10357         
10358 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10359
10360         * lily/parser.yy (assignment): allow SCM expression as assignment.
10361
10362         * lily/include/music-output-def.hh (class Music_output_def):
10363         * lily/music-output-def.cc: 
10364         * lily/paper-def.cc: 
10365         * scm/font.scm (markup-to-properties):
10366         * lily/parser.yy (music_output_def_body): 
10367         remove style_sheet_
10368
10369 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10370
10371         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10372         length.
10373
10374         * input/regression/spacing-to-grace.ly: new file.
10375
10376         * input/regression/spacing-end-of-line.ly: new file.
10377
10378         * lily/note-spacing.cc (get_spacing): take into account breakable
10379         stuff sticking out at the left (time sig change at line break).
10380
10381         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10382         raggedright code.
10383
10384         * scm/music-functions.scm (make-voice-props-set): add
10385         staff-position for mm rests.
10386  
10387         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10388         before grace notes a little.
10389
10390         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10391
10392         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10393         key adds space at the end of line. 
10394
10395 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10396
10397         * scm/sketch.scm: Fix beams.
10398
10399         * buildscripts/mf-to-table.py: Add EncodingScheme.
10400
10401         * scm/sketch.scm: Resurrect.
10402
10403 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10404
10405         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10406         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10407
10408 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10409
10410         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10411
10412         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10413
10414 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10415
10416         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10417         token for origin information.
10418
10419         * lily/parser.yy (My_lily_lexer): do identifier location and
10420         cloning from lexer.
10421
10422         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10423         logic out of the parser. Add bar checks on both ends.
10424
10425         * Documentation/user/refman.itely (Multi measure rests): add more
10426         notes about mm rests.
10427
10428 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10429
10430         * input/regression/bar-scripts.ly: Re-enable.
10431
10432         * lily/parser.yy:
10433         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10434         released rsn.  Bison 1.50 has a crucial bug and won't work.
10435
10436         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10437
10438
10439 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10440
10441         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10442
10443 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10444
10445         * Actually merge changes since 1.6.4 besides ChangeLog, and
10446         resolve conflicts.  Lots of updates, hope all is well.
10447         
10448         * cygwin/lilypond.hint (requires): Add ghostscript.
10449
10450         * scm: Update some (c).
10451         
10452 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10453
10454         * input/test/{various}.ly: add \header fields and texidoc strings.
10455
10456 2002-10-05  Werner Lemberg  <wl@gnu.org>
10457
10458         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10459         renamed to `output_latex_quoted'.
10460         Added `output_latex_noquote'.
10461         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10462         mode.
10463
10464 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10465
10466         * ChangeLog: Add 1.6.6 release marker.  See below.
10467
10468         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10469
10470         * scripts/midi2ly.py: Fix global syntax warnings.
10471
10472         * GNUmakefile.in: Generate builddir locale tree too.
10473
10474         * scripts/ly2dvi.py:
10475         * scripts/midi2ly.py: 
10476         * scripts/mup2ly.py: 
10477         * scripts/update-lily.py:
10478         * lily/main.cc (setup_paths): Fix for locales setup.
10479
10480 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10481
10482         * Documentation/windows/installing.texi: Soften wording about
10483         necessity of becoming Administrator.  tommie@iae.nl reports this
10484         does not seem to be necessary for his flavour of Windows 2000.
10485         Explicitely discourage text mode mounts.
10486
10487 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10488
10489         * lily/rest.cc (after_line_breaking): backport dot position fix.
10490
10491         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10492         rests. Thanks to Klaus Zimmermann for finding this bug.
10493
10494 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10495
10496         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10497
10498 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10499
10500         * Documentation/user/music-glossary.tely: fix links.
10501
10502 2002-10-21  Werner Lemberg  <wl@gnu.org>
10503
10504         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10505         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10506         scaling factor) only once and use them in the definition of
10507         \embeddedps.
10508         * ps/music-drawing-routines.ps (skeel): Removed.
10509
10510 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10511
10512         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10513         Solaris7, as we don't use nested $( ) constructs.
10514
10515 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10516
10517         * VERSION: Release 1.6.6.
10518         
10519 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10520
10521         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10522         as workaround for /bin/sh problems on Solaris7.
10523
10524 2002-10-19  Werner Lemberg  <wl@gnu.org>
10525
10526         * GNUmakefile.in (web-doc): Fix typos.
10527         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10528         `music-drawing-routines.ps' but emit \special{header=...} once.
10529         * scm/tex.scm (header-end): Updated.
10530
10531 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10532
10533         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10534         undefined tremolo. 
10535
10536 2002-10-15  Werner Lemberg  <wl@gnu.org>
10537
10538         * scripts/lilypond-book.py (g_make_html): New global variable.
10539         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10540         if `g_make_html' isn't set.
10541         [main]: Add format `texi-html'.
10542         (option_definitions): Updated.
10543         * Documentation/user/lilypond-book.itely: Updated.
10544
10545         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10546         * make/ly-rules.make (%.texi, %.nexi): Use it.
10547         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10548         format to lilypond-book.
10549         * GNUmakefile.in (web-doc): Ditto.
10550
10551 2002-10-14  Werner Lemberg  <wl@gnu.org>
10552
10553         Further improve TeX output.  The produced files are about 40%
10554         smaller.  `lilyponddefs.tex' is now read only once.
10555
10556         * tex/lilyponddefs.tex: Remove footer stuff.
10557         (\ifundefined): Renamed to...
10558         (\lilypondundefined): This.  Use LaTeX's definition to
10559         make it nestable and make it global.
10560         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
10561         output.
10562         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
10563         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
10564         them global.
10565         (\placebox): Renamed to...
10566         (\lyitem): This.
10567         Make it global and call \outputscale by itself.
10568         (\lybox, \lyvrule): New macros to reduce input data.
10569         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
10570         New auxiliary macros.
10571         (\SkipLilydefs, \EndLilyPondOutput): Removed.
10572         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
10573         to...
10574         (\lilypondspace): This and made it global.
10575         (\turnOnPostScript): Renamed to...
10576         (\lilypondpostscript): This and made it global.
10577         (\turnOnExperimentalFeatures): Renamed to...
10578         (\lilypondexperimentalfeatures): This and made it global.
10579         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
10580         (\lilypondsetdimen): This and made it global.
10581         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
10582         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
10583         (all, $(outdir)/music-drawing-routines.ps): New rules.
10584         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
10585         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
10586         start-system, stop-system, stop-last-system, filledbox): Updated to
10587         use the changed macros from lilyponddefs.tex.
10588         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
10589
10590 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10591
10592         * Documentation/windows/installing.texi: Update.
10593
10594 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10595
10596         * VERSION: 1.6.5 released
10597
10598         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10599
10600 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10601
10602         * scm/translator-property-description.scm (voltaOnThisStaff): add
10603         property.
10604
10605 2002-09-28  Werner Lemberg  <wl@gnu.org>
10606
10607         * scm/tex.scm (header-end): Suppress page numbering.
10608
10609         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10610         Fix quotation for HTML output.
10611
10612 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10613         
10614         * Documentation/user/refman.itely: grammar and phrasing
10615           fixes to "Note Entry" section.  Also adds a few new examples.
10616
10617 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10618
10619         * flower/include/string-data.icc: include string.h
10620
10621 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10622
10623         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10624
10625 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10626
10627         * Documentation/user/GNUmakefile (extra-local-help): Add.
10628
10629         * stepmake/stepmake/www-targets.make (local-help): Add.
10630
10631 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10632
10633         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10634         packages.
10635
10636         * Documentation/topdocs/README.texi (Top): building documentation
10637         (not website.)
10638
10639 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10640
10641         * Documentation/user/refman.itely: 
10642         * Documentation/user/tutorial.itely: 
10643         * Documentation/user/music-glossary.tely: Merge changes.
10644
10645         * Documentation/user/glossary.html.in: 
10646         * Documentation/index.texi: 
10647         * Documentation/header.html.in: Accomodate renaming of glossary.
10648         
10649         * Documentation/user/tutorial.itely: Add some glossary references.
10650         
10651         * Documentation/user/refman.itely: Minor fixes.
10652         
10653         * Documentation/user/lilypond.tely: Add glossary do direntry.
10654
10655         * Documentation/user/music-glossary.tely: Rename (previously:
10656         glossary.tely).  Fix anchor placement.
10657
10658         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10659
10660 2002-09-23  Werner Lemberg  <wl@gnu.org>
10661
10662         * scripts/lilypond-book.py (output_dict): Fix handling of
10663         various environments by avoid extraneous newlines.
10664         Rename `output-all' regexp for html to `output-html'.
10665         Replace `output-all' regexp for texi with `output-texi-quote'
10666         and `output-texi-noquote'.
10667         (compose_full_body): Don't override `linewidth' user option
10668         for `singleline'.
10669         (schedule_lilypond_block): Don't indent text specified with
10670         `intertext' option.
10671         Add new option `noquote'.
10672         (compile_all_files): Use latex instead of tex to compile ly
10673         files directly.
10674
10675         * Documentation/user/lilypond-book.itely: Updated and revised.
10676         Improve layout.
10677
10678         * Documentation/user/glossary.tely,
10679         Documentation/user/introduction.itely,
10680         Documentation/user/tutorial.itely,
10681         Documentation/user/refman.itely,
10682         Documentation/user/appendices.itely: Fix overfull LilyPond
10683         boxes caused by the new lilypond-book code.  Other minor
10684         fixes.
10685
10686         * Documentation/user/macros.itexi (@texiflat): Don't emit
10687         trailing space.
10688
10689         * scm/tex.scm (end-output, header-end): Add preamble and
10690         postamble to make lilypond output directly compilable with
10691         latex.
10692
10693         
10694 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10695
10696         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10697         instructions.
10698
10699 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10700
10701         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10702
10703 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10704
10705         * lily/beam.cc (connect_beams): don't crash if there are quarter
10706         notes in beams.
10707
10708 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10709
10710         * Documentation/user/refman.itely: corrected ancient clef
10711         docu; added docu on ligatures
10712
10713 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10714
10715         * Documentation/user/glossary.tely,
10716         Documentation/user/refman.itely, input/les-nereides.ly,
10717         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10718         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10719         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10720         Stem properties: flag-style -> stroke-style, style -> flag-style.
10721
10722
10723 2002-09-22  Werner Lemberg  <wl@gnu.org>
10724
10725         * scripts/lilypond-book.py: Add option `notime' to suppress
10726         printing of a time signature.  Specify default indentation of 0pt
10727         if single line fragment.  Don't emit redundant `\paper{ }'.
10728
10729         * Documentation/user/lilypond-book.itely: Updated.
10730
10731         * Documentation/user/glossary.tely: Completely reformatting.
10732
10733 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10734
10735         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10736
10737 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10738
10739         * Documentation/user/tutorial.itely: Fix links.
10740         
10741         * Documentation/topdocs/index.tely:
10742         * Documentation/index.texi:
10743         * Documentation/header.html.in: Small website fixes and updates.
10744
10745         * debian/: Debian patch by Anthony Fok.
10746
10747 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10748
10749         * Documentation/footer.html.in: How time flies: It's already 2002!
10750
10751         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10752         more descriptive link names than 'here'.
10753
10754 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10755
10756         * VERSION: 1.7.2 released
10757         * VERSION: 1.6.4 released
10758         
10759         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
10760
10761         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
10762         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
10763
10764         * mf/feta-din.mf (test): add x-height and space.
10765
10766         * lily/dynamic-engraver.cc (process_music): take dynamic direction
10767         from ^_ for crescendi. Idem for slurs and phrasing slurs.
10768
10769         * ly/grace-init.ly: add-to-grace-init: function to portably add
10770         settings to \grace. 
10771
10772         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
10773         if we get an absolute dynamic event.
10774  
10775         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
10776
10777         * lily/source-file.cc (get_line): oops. All line numbers were off
10778         by 2. Fix that. 
10779
10780         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
10781         be after the note, combined with -_^, i.e. c4-(-\)-\>  
10782
10783         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
10784
10785         * lily/parser.yy (number_factor): remove (number) as number
10786         expression. ("Let them eat Lisp").
10787
10788 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10789
10790         * lily/horizontal-bracket.cc: new file.
10791
10792         * lily/horizontal-bracket-engraver.cc: new file.
10793
10794         * input/regression/note-group-bracket.ly: new file. Support
10795         horizontal note brackets for music analysis.
10796
10797         * lily/stem.cc (flag): new flag-style: no-flag.
10798
10799         * input/test/stem-cross-staff.ly: new file
10800         
10801         * Documentation/user/internals.itely: Improved formatting, fixing
10802         typos.  Added a section `Output details' to describe how the TeX
10803         code looks like.
10804
10805         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
10806
10807         * lily/parser.yy: remove \dynamicscript.
10808
10809         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
10810         definitions. 
10811
10812         * python/midi.c (midi_error): take two arguments.
10813
10814         * Merge 1.6.5 changes:
10815         
10816 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10817
10818         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
10819         staff-space.  Previous 1.5 was probably meant as half-spaces.
10820         (cautionary-style): parentheses (was: smaller).  This is what doco
10821         says, and it seems more logical.
10822
10823         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
10824         for 2nd sentence.
10825
10826 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10827
10828         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
10829
10830 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10831
10832         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10833
10834 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10835
10836         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
10837
10838 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10839
10840         * scm/translator-property-description.scm (voltaOnThisStaff): add
10841         property.
10842
10843 2002-09-28  Werner Lemberg  <wl@gnu.org>
10844
10845         * scm/tex.scm (header-end): Suppress page numbering.
10846
10847         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
10848         Fix quotation for HTML output.
10849
10850 2002-09-28   Graham Percival   <gperciva@sfu.ca>
10851         
10852         * Documentation/user/refman.itely: grammar and phrasing
10853           fixes to "Note Entry" section.  Also adds a few new examples.
10854
10855 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10856
10857         * flower/include/string-data.icc: include string.h
10858
10859 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10860
10861         * scm/chord-name.scm (chord::inner-name-banter): remove space.
10862
10863 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10864
10865         * Documentation/user/GNUmakefile (extra-local-help): Add.
10866
10867         * stepmake/stepmake/www-targets.make (local-help): Add.
10868
10869 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10870
10871         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
10872         packages.
10873
10874         * Documentation/topdocs/README.texi (Top): building documentation
10875         (not website.)
10876
10877 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10878
10879         * Documentation/user/refman.itely: 
10880         * Documentation/user/tutorial.itely: 
10881         * Documentation/user/music-glossary.tely: Merge changes.
10882
10883         * Documentation/user/glossary.html.in: 
10884         * Documentation/index.texi: 
10885         * Documentation/header.html.in: Accomodate renaming of glossary.
10886         
10887         * Documentation/user/tutorial.itely: Add some glossary references.
10888         
10889         * Documentation/user/refman.itely: Minor fixes.
10890         
10891         * Documentation/user/lilypond.tely: Add glossary do direntry.
10892
10893         * Documentation/user/music-glossary.tely: Rename (previously:
10894         glossary.tely).  Fix anchor placement.
10895
10896         * Documentation/user/GNUmakefile: Make music-glossary.info too.
10897
10898 2002-09-23  Werner Lemberg  <wl@gnu.org>
10899
10900         * scripts/lilypond-book.py (output_dict): Fix handling of
10901         various environments by avoid extraneous newlines.
10902         Rename `output-all' regexp for html to `output-html'.
10903         Replace `output-all' regexp for texi with `output-texi-quote'
10904         and `output-texi-noquote'.
10905         (compose_full_body): Don't override `linewidth' user option
10906         for `singleline'.
10907         (schedule_lilypond_block): Don't indent text specified with
10908         `intertext' option.
10909         Add new option `noquote'.
10910         (compile_all_files): Use latex instead of tex to compile ly
10911         files directly.
10912
10913         * Documentation/user/lilypond-book.itely: Updated and revised.
10914         Improve layout.
10915
10916         * Documentation/user/glossary.tely,
10917         Documentation/user/introduction.itely,
10918         Documentation/user/tutorial.itely,
10919         Documentation/user/refman.itely,
10920         Documentation/user/appendices.itely: Fix overfull LilyPond
10921         boxes caused by the new lilypond-book code.  Other minor
10922         fixes.
10923
10924         * Documentation/user/macros.itexi (@texiflat): Don't emit
10925         trailing space.
10926
10927         * scm/tex.scm (end-output, header-end): Add preamble and
10928         postamble to make lilypond output directly compilable with
10929         latex.
10930
10931         
10932 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10933
10934         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
10935         instructions.
10936
10937 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10938
10939         * Documentation/user/glossary.tely: Add titling and hyperlinks.
10940
10941 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10942
10943         * lily/beam.cc (connect_beams): don't crash if there are quarter
10944         notes in beams.
10945
10946 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
10947
10948         * Documentation/user/refman.itely: corrected ancient clef
10949         docu; added docu on ligatures
10950
10951 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
10952
10953         * Documentation/user/glossary.tely,
10954         Documentation/user/refman.itely, input/les-nereides.ly,
10955         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
10956         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
10957         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
10958         Stem properties: flag-style -> stroke-style, style -> flag-style.
10959
10960 2002-09-22  Werner Lemberg  <wl@gnu.org>
10961
10962         * scripts/lilypond-book.py: Add option `notime' to suppress
10963         printing of a time signature.  Specify default indentation of 0pt
10964         if single line fragment.  Don't emit redundant `\paper{ }'.
10965
10966         * Documentation/user/lilypond-book.itely: Updated.
10967
10968         * Documentation/user/glossary.tely: Completely reformatting.
10969
10970 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10971
10972         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
10973
10974 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10975
10976         * Documentation/user/tutorial.itely: Fix links.
10977         
10978         * Documentation/topdocs/index.tely:
10979         * Documentation/index.texi:
10980         * Documentation/header.html.in: Small website fixes and updates.
10981
10982         * debian/: Debian patch by Anthony Fok.
10983
10984 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10985
10986         * Documentation/footer.html.in: How time flies: It's already 2002!
10987
10988         * Documentation/topdocs/index.tely: Stable/development fix.  Use
10989         more descriptive link names than 'here'.
10990
10991 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10992
10993         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
10994
10995 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10996
10997         * lily/part-combine-music-iterator.cc (get_state): cleanup
10998         (get_music_info): cleanup.
10999
11000 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11001
11002         * scm/backend-documentation-lib.scm (interface-doc-string):
11003         crosslinks between interfaces and grobs. Headings for interfaces
11004         in grob explanation.
11005
11006 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11007
11008         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11009         dtd).  Add preliminary dtd.
11010         (re-sub-alist): Robustify.
11011
11012 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11013
11014         * lily/include/event-chord-iterator.hh,
11015         lily/context-specced-music-iterator.cc,
11016         lily/event.cc, lily/event-chord-iterator.cc: add
11017
11018 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11019
11020         * lily/: some (c) header fixes.
11021         
11022         * lily/request-chord.cc: Remove.
11023         
11024         * lily/include/event-chord-iterator.hh:
11025         * lily/include/event.hh:
11026         * lily/event-chord.cc: New file.
11027         
11028         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11029         requested.
11030
11031 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11032
11033         * lily/ : rename Request to Event
11034
11035         * lily/parser.yy (command_element): move clef stuff into Scheme.
11036
11037         * lily/:  rename length_mom () to get_length()
11038
11039         * lily/part-combine-music.cc: removed file and class.
11040
11041         * lily/context-specced-music-iterator.cc (class
11042         Context_specced_music_iterator): new file. Obsoletes the
11043         Context_specced_music type.
11044
11045         * scm/music-types.scm (make-repeated-music): put different kinds
11046         of repeated music into music-type table.
11047
11048         * VERSION: 1.7.1 released.
11049
11050         * scm/to-xml.scm: new file.
11051
11052         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11053         new Input representation: dump music as XML.
11054
11055         * scm/engraver-documentation-lib.scm
11056         (engraver-accepts-music-types?): add links from music to engraver,
11057         from music-type to engraver.
11058
11059         * lily/include/command-request.hh: removed
11060         lily/include/musical-request.hh: removed. Removed all _req classes
11061         except Key_change_req. Changes throughout.
11062
11063 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11064
11065         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11066
11067 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11068
11069         * lily/*.cc: specify accepts for many engravers.
11070
11071         * scm/music-documentation-lib.scm: dump music expressions and
11072         music subtypes.
11073
11074         * scm/documentation-lib.scm: complete revision.
11075         Use GOOPS objects to store document tree explicitly. Cleaned up and
11076         sped up doco generation a lot.
11077
11078 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11079
11080         * input/trip.ly (fugaIILeft): add arpeggio
11081
11082         * lily/translator-group.cc (try_music_on_nongroup_children):
11083         oops. The name symbol is in the cdr of the assoc handle.
11084
11085         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11086         Hyphen_req, Glissando_req, Break_req, Mark_req 
11087
11088 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11089
11090         * lily/musical-request.cc (music-duration-length,
11091         music-duration-compress): new functions.
11092
11093         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11094         throughout. Warning doesn't work yet.
11095
11096         * lily/translator-group.cc (try_music_on_nongroup_children):
11097         new implementation: store candidate acceptors in a hashTable.
11098
11099 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11100
11101         * scm/music-types.scm (music-descriptions): change name to
11102         internal-class-name
11103
11104         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11105
11106 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11107
11108         * lily/beam.cc (connect_beams): don't crash if there are quarter
11109         notes in beams.
11110
11111 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11112
11113         * Documentation/user/refman.itely: corrected ancient clef
11114         docu; added docu on ligatures
11115
11116 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11117
11118         * Documentation/user/glossary.tely,
11119         Documentation/user/refman.itely, input/les-nereides.ly,
11120         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11121         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11122         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11123         Stem properties: flag-style -> stroke-style, style -> flag-style.
11124
11125 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11126
11127         * scm/music-functions.scm (music-separator?): don't use name music
11128         property.
11129
11130 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11131
11132         * stepmake/stepmake/generic-targets.make (help): Document check
11133         target.
11134
11135         * lily/new-accidental-engraver.cc: Compile fix.
11136
11137 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11138
11139         * scripts/convert-ly.py: Add rule.
11140
11141         * input/test/music-creation.ly:
11142         * input/test/add-staccato.ly:
11143         * input/test/add-text-script.ly: ly-make-music.
11144
11145         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11146         More ly-make-music renamings.
11147
11148         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11149
11150         * lily/music-constructor.cc (make_music): Add debugging info.
11151
11152         * scm/music-functions.scm (make-simultaneous-music,
11153         (make-sequential-music, context-spec-music):
11154         * scm/music-types.scm (music-descriptions): Get lily to run.
11155
11156 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11157
11158         * lily/command-request.cc (transpose_key_alist): new function.
11159
11160         * lily/key-performer.cc (create_audio_elements): cleanup. 
11161
11162 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11163
11164         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11165
11166         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11167         events-accepted field.
11168
11169         * scm/music-types.scm: new file.
11170
11171         * lily/parser.yy: put music type initialization into scheme,
11172         similar to grob initialization.  Changes throughout.
11173
11174 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11175
11176         * Documentation/user/tutorial.itely: Fix links.
11177         
11178         * Documentation/index.texi: 
11179         * Documentation/header.html.in: 
11180         * Documentation/topdocs/index.tely: Small website fixes and updates.
11181
11182         * debian/: Debian patch by Anthony Fok.
11183
11184 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11185
11186         * Documentation/footer.html.in: How time flies: It's already 2002!
11187
11188         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11189         more descriptive link names than 'here'.
11190
11191         * ROADMAP: Remove test stuff.
11192
11193         * scripts/update-lily.py: Allow auto-building of stable and
11194         development versions.  Bugfixes.
11195
11196 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11197
11198         * VERSION: released 1.7.0
11199
11200         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11201
11202         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11203         positive line widths.
11204
11205 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11206
11207         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11208         go.  Fix comments.
11209
11210         * cygwin: Cygwin updates.
11211
11212 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11213
11214         * Documentation/windows/installing.texi (Top): version for python,
11215         urls for ghostscript (thanks to John Potelle)
11216         
11217         * lily/simultaneous-music-iterator.cc
11218         (Simultaneous_music_iterator): init children_list_ before
11219         triggering GC.
11220
11221         * lily/*-iterator.cc: be even more careful with smobbed copy
11222         constructors. 
11223
11224         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11225         LeftEdge item.
11226
11227 2002-09-15  Werner Lemberg  <wl@gnu.org>
11228
11229         Improving LilyPond's output to make them ordinary TeX boxes with
11230         predictable dimensions.  System boxes are now vertically centered on
11231         the baseline; this offset can be further controlled with
11232         \lilypondscoreshift.
11233
11234         * lily/system.cc (System::post_processing): Pass length of current
11235         system to `start-system' (including any horizontal indentation).
11236
11237         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11238         prettier.
11239         (lily-def): Append `%'.
11240         (start-system): Add parameter `wd'.  Output more TeX code to specify
11241         box dimensions.
11242         (stop-system, stop-last-system): Complement changes in
11243         `start-system'.
11244         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11245         Updated.
11246
11247         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11248         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11249         Write final `\endinput'.
11250
11251         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11252         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11253         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11254         files and macro definitions don't produce spurious spaces and
11255         paragraphs (using \endlinechar).
11256         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11257
11258         * Documentation/user/internals.itely: Improved formatting, fixing
11259         typos.  Added a section `Output details' to describe how the TeX
11260         code looks like.
11261
11262 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11263
11264         * lily/accidental-engraver.cc: Also work with partial measures.
11265
11266 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11267
11268         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11269         spanner.
11270
11271 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11272
11273         * lily/identifier-smob.cc (unpack_identifier): new file.
11274
11275         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11276         pass off scheme expressions as music identifiers.
11277
11278         * scm/lily.scm: reorganisation, cleanups.
11279
11280         * lily/main.cc: small cleanups.
11281
11282 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11283
11284         * lily/ly-module.{cc,hh}: new file.
11285
11286 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11287
11288         * lily/accidental-engraver.cc: Also work with partial measures.
11289
11290 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11291
11292         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11293
11294 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11295
11296         * lily/my-lily-lexer.cc: use SCM module in stead of
11297         Scheme_hash_table. Changes throughout.  
11298
11299 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11300
11301         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11302