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