]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
[lilypond.git] / ChangeLog
1 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
4
5         * lily/rest.cc: add direction to rest properties.
6
7         * lily/include/output-def.hh: new file, move from
8         music-output-def.hh
9
10 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11
12         * scm/output-gnome.scm: Describe feta-cork hack.
13
14 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
15
16         * lily/include/book-paper-def.hh: derive from Output_def 
17
18         * lily/include/paper-def.hh: move all functionality out of class.
19         Junk header.
20
21         * lily/include/music-output-def.hh: rename Music_output_def to
22         Output_def.
23
24         * input/wilhelmus.ly: only set space for Paper formatting. 
25
26         * lily/include/midi-def.hh: remove file, remove class.
27         Move functions to Music-output-def.
28
29         * lily/music-output-def.cc (Music_output_def): remove separate
30         translator table. Lookup translators in scope directly. This
31         obviates Context suffix for context identifiers, i.e.
32
33         \context {
34           \Staff
35           .. 
36           }
37
38
39         will work.
40         
41
42         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
43
44         * Documentation/user/changing-defaults.itely (Horizontal spacing):
45         document spacing override hack.
46
47 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
48
49         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
50         installation info.  Support point-and-click.  Add +/- zoom
51         keybindings.
52
53 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
54
55         * VERSION: 2.3.2 released
56         
57         * lily/parser.yy (book_body): set default bookpaper.
58
59         * scm/output-tex.scm (header): kludge: hard code linewidth. 
60
61         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
62
63 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
64
65         * lily/score.cc (default_rendering): scale outputdef before
66         starting.
67
68 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
69
70         * scm/fret-diagrams.scm: Add header.
71
72         * scm/output-gnome.scm: Hello world :-)
73
74 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
75
76         * scripts/lilypond.py (run_dvips): only add papersize if present.
77
78         * lily/accidental-engraver.cc (update_local_key_signature): new
79         function, fold code from initialize() and process_music().
80         (update_local_key_signature): use deep copy. This fixes one
81         problem from custom-key-signatures.ly.
82         (number_accidentals_from_sig): tighter check for
83         accidental-too-old.
84
85         * ly/engraver-init.ly: remove localKeySignature
86         definition from ChoirStaff, StaffGroup, Score.
87         
88         * lily/percent-repeat-engraver.cc (try_music): add moments for
89         barlines too. Fixes: skipbars-percent-repeat.ly.
90
91 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
92
93         * lily/context-def.cc (filter_performers): don't go to cdrloc if
94         skipping last pair. Fixes: crash-bar-number.
95
96         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
97         D. Sorensen)
98
99         * input/test/fret-diagram.ly: new file.
100
101         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
102         (scale-paper): divide by scale.
103
104 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
105
106         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
107         case.
108
109 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
110
111         * scm/stencil.scm (fontify-text): reinstate function
112
113         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
114
115         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
116
117         * lily/parser.yy (book_paper_head): \bookpaper {} 
118
119         * python/midi.c: remove config.h
120
121 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * scm/output-gnome.scm: Update.
124
125 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * scm/output-gnome.scm: New file.
128
129         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
130
131 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
132
133         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
134         (find_scaled_font): move from Paper_def
135
136 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
137
138         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
139         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
140
141         * po/fr.po: update po.
142
143         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
144
145         * lily/book-paper-def.cc (print_smob): new file.
146
147 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
148
149         * buildscripts/lilypond-words.py: search words also from
150         music-functions-init.ly.
151
152 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
153
154         * ly/music-functions-init.ly (def-music-function): new helper
155         macro for defining music functions. \addlyrics \appoggiatura
156         \acciaccatura \grace \partcombine \autochange \applycontext
157         \applyoutput and \breathe are now defined here thanks to it.
158
159         * lily/parser.yy: 
160         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
161         \grace \partcombine \autochange \applycontext \applyoutput and
162         \breathe keywords removed from the parser.
163
164         * lily/parser.yy: 
165         * lily/music-function.cc (ly_make_music_function): 
166         * lily/lexer.ll (music_function_type): added a case for 0-arg
167         music functions.
168
169 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
170
171         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
172         refering to a music expression can be used in lily-inside-scheme:
173         #{ $music #}
174
175         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
176         and ly:parser-define, and change ly:parser-parse-string in order
177         to make #{ $music #} work.
178
179         * scm/new-markup.scm (compile-markup-expression): when an argument
180         is a string, use `make-simple-markup'.
181
182 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
183
184         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
185
186 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
187
188         * scripts/convert-ly.py (FatalConversionError.func): handle + in
189         font-size. (backportme)
190
191 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
192
193         * lily/paper-outputter.cc (output_stencil): dump font definitions
194         before each stencil.
195
196         * lily/include/paper-book.hh (struct Score_lines): new
197         struct. Collect info per Paper-score.
198
199         * lily/include/page.hh (class Page): to_stencil() returns Stencil
200         everywhere.
201
202         * lily/stencil.cc (find_expression_fonts): new function
203
204         * lily/paper-outputter.cc (output_stencil): use
205         interpret_stencil_expr
206
207         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
208         (interpret_stencil_expr): new function. Generic stencil
209         interpretation.
210
211         * lily/paper-def.cc (find_scaled_font): divide lookup
212         magnification by outpuscale for non-virtual fontmetrics. This
213         fixes ludicrously long font definitions for text
214         fonts. (backportme)
215
216         * lily/score-engraver.cc: remove
217         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
218
219 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
220
221         * input/test/markup-score.ly: Remove \notes.
222
223         * lily/parser.yy (book_body): Grok Composite_music and \header.
224         (markup): Push NOTES mode before score_block.
225
226         * VERSION: release 2.3.1
227         
228         * mf/feta-klef.mf: 
229         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
230
231         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
232
233         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
234
235 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
236
237         * scm/output-tex.scm (output-tex-string): tighten safe security.
238
239         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
240
241         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
242         allowed ly functions.
243
244         * lily/ly-module.cc (ly_module_define): only define variable if
245         bound.
246         (ly_make_anonymous_module): take safe option.
247
248 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
249
250         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
251
252 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
253
254         * input/regression/newaddlyrics.ly: Fix.
255
256         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
257         \score \notes.
258
259 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
260
261         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
262
263 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
264
265         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
266
267         * lily/paper-line.cc (Paper_line): don't store list of stencils,
268         but convert to single Stencil immediately.
269
270         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
271
272 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
273
274         * scm/output-sodipodi.scm: Resurrect sodipodi output.
275
276 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
277
278         * elisp/lilypond-mode.el: Changed the way defaults are created for
279         LilyPond-command-master.  LilyPond-mode will now check the
280         timestamps of the files to see which command has to run next.
281
282 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
283
284         * scm/bass-figure.scm (format-bass-figure): don't set
285         number-markup for strings. This fixes string in bass
286         figure. (backportme)
287
288         * lily/parser.yy (bass_number): insert number-markup into figure
289         definition.
290
291         * scm/define-music-properties.scm (all-music-properties): make
292         'figure a markup.
293
294         * scripts/convert-ly.py (conv): \apply -> \applymusic
295
296 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
297
298         * elisp/lilypond-mode.el: changed the order of some commands
299         ("Midi" after "2Midi"), use the user-defined
300         LilyPond-command-default as default instead of "LilyPond"
301
302         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
303         to set the master file for the next command.
304
305         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
306         with font-lock-reference-face.
307
308 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
309
310         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
311
312         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
313
314 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
315
316         * ly/music-functions-init.ly (TODO): new file.
317
318         * lily/parser.yy (Generic_prefix_music_scm): add more
319         music_function symbols.
320         (Prefix_composite_music): change \apply to music-function   
321
322         * lily/include/music-function.hh: rename to music-function
323
324 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
325
326         * lily/music-head.cc (LY_DEFINE): change order of args.
327
328         * input/regression/music-head.ly (texidoc): new file.
329
330         * lily/parser.yy (Generic_prefix_music): allow generic
331         music-transformation functions. 
332
333         * lily/include/music-head.hh (is_music_head): new file.
334
335         * lily/music-head.cc (get_music_head_transform): new file.
336
337 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
338
339         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
340         empty extent. This fixes ottava brackets on rests. (backportme)
341
342         * make/lilypond.redhat.spec.in (Group): ln png files for info.
343
344         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
345
346         * cygwin/lily-wins.py: update for the lily-wins.py script.
347
348 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
349
350         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
351         code. This will obviate typeset_grob () in the future.  The effect
352         of this is that improperly written spanner handling will result in
353         invalid spanner bounds.
354         (announce_grob): add to elems_ from here
355         (typeset_grob): comment out.  
356
357         * lily/include/engraver.hh (make_spanner): new calling interface
358         for make_{item,spanner}. This obviates most calls to
359         announce_grob().
360                 
361         * scm/music-functions.scm (set-accidental-style): use GrandStaff
362         iso. PianoStaff for piano styles.
363
364 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
365
366         * Documentation/user/music-glossary.tely: add segno after d.s.
367
368 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
369
370         * lily/include/audio-column.hh: remove unused variables.
371         (patch by Michael Welsh Duggan)
372
373         * flower/include/axes.hh (other_axis): inline Axes function
374         (thanks to David Brandon).
375
376 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
377
378         * cygwin/mknetrel: Install image links (backportme).
379
380         * Documentation/user/GNUmakefile (local-install-info): Activate
381         actual installing of image links (backportme).
382
383 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
384
385         * Documentation/user/notation.itely (Measure repeats): Removed
386         unnecessary (and confusing) \context Voice{.
387
388 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
389
390         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
391
392         * lily/page.cc (Page): Do not use ly_scheme_function for
393         volatile/configurable variables (FIXME: better name).
394
395         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
396         get_scmvar).
397
398 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
399
400         * scripts/convert-ly.py (FatalConversionError.subst): use
401         \transposition.
402
403 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
404
405         * lily/include/page.hh (class Page): Declare left_margin ().
406
407         * lily/page.cc: Remove paper var caching.
408
409 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
410
411         * Documentation/user/music-glossary.tely: Add name to @top node.
412         Remove comment from @table definitions (workaround for makinfo
413         bug).
414
415         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
416         ly:stencil-get-expr).  Update callers.
417         (ly:stencil-align-to!):  Return stencil too.
418
419         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
420         stencil.  Remove looped line-based page output.
421         (output_line): Use line stencil.  Remove looped stencil-based line
422         output.
423
424         * lily/page.cc (ly:page-paper-lines): New function.
425
426         * input/test/markup-score.ly: New file.
427
428         * scm/define-markup-commands.scm (stencil): New markup.
429
430         * lily/book.cc (to_stencil): New method.
431
432         * lily/parser.yy (markup): Use it to grok \score.
433
434 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
435
436         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
437
438         * lily/paper-book.cc (pages): Change signature.  Update callers.
439
440         * lily/include/page.hh:
441         * lily/page.cc: New file.
442
443         * lily/paper-line.cc (to_stencil): New method.
444         
445         * lily/paper-outputter.cc (output_stencil): New method.
446
447         * lily/paper-outputter.cc (output_line): Use them.
448
449         * lily/warn.cc: Remove.
450
451         * lily/my-lily-parser.cc (distill_inname): Remove.
452
453         * flower/include/file-name.hh: 
454         * flower/file-name.cc: New file.  Update users.
455
456         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
457         (find): New method of same name.
458
459         * lily/my-lily-parser.cc (ly:parse-file): Use it.
460
461         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
462         constant error message.
463
464 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
465
466         * input/test/{blank-notes.ly,staff-container.ly}: typos.
467
468 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
469
470         * Documentation/user/music-glossary.tely: @table @strong' replaced
471         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
472         (backportme).
473
474 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
475
476         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
477
478         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
479         #{ lily music expression #} that returns an equivalent scheme
480         music expression by parsing the string.
481
482 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
483
484         * lily/my-lily-parser.cc:
485         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
486         SCM string (foo.ly/toto.scm support).
487
488 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
489
490         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
491
492 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
493
494         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
495
496         * scripts/lilypond-book.py: LY code that includes \header is
497         not assumed to be a fragment.
498
499 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
500
501         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
502         tremolo beams up.
503
504         * lily/stem.cc (chord_start_y): Return 0 if no heads.
505         (get_default_stem_end_position): No tremolo head juggling if no
506         heads.  Fixes tremolo crash on rests (backportme).
507
508         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
509
510 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
511
512         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
513         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
514
515         * lily/lexer.ll: Allow \encoding in NOTES mode.
516
517         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
518         for lyrics, not for commands.
519
520         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
521         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
522
523         * input/regression/newaddlyrics.ly: New file.
524
525         * Documentation/topdocs/NEWS.texi: Update.
526
527         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
528         (Music_list): Allow embedded scm.
529
530         * lily/score.cc (ly:score-bookify): New function.
531
532         * lily/music.cc (ly:music-scorify): Idem.
533
534         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
535         (ly:parser-print-score): Idem.
536
537         * scm/lily.scm (default-toplevel-book-handler): Idem.
538         (default-toplevel-music-handler): Idem.
539         (default-toplevel-score-handler): Idem.
540
541         * ly/declarations-init.ly: Set default toplevel handlers.
542
543         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
544
545         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
546         printer for score at toplevel.
547
548 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
549
550         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
551         Fix for simple case: input/simple-song.ly, more complex stuff
552         does not work yet.
553
554 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
555
556         * lily/parser.yy (Prefix_composite_music): split Composite_music
557         in Prefix_composite_music and Grouped_music_list.
558         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
559
560 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
561
562         * scm/lily.scm (toplevel-expression): New define.
563
564         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
565
566         * lily/parser.yy (toplevel_expression): Use it.
567
568         * lily/include/my-lily-parser.hh: Smobbify.
569
570         * lily/my-lily-parser.cc (parse_string): New method.
571         
572         * lily/my-lily-parser.cc (ly:parse-string): New function.
573
574         * Documentation/user/lilypond.tely: Add comment and workaround for
575         gs-8.01 crash.  Fixes make web.
576
577         Simplification of toplevel music.
578         
579         * lily/lexer.ll, lily/parser.yy:
580
581         * In LYRICS mode, return LYRICS_STRING.  This fixes one
582         shift/reduce problem.
583
584         * Use NOTES mode at start of maininput.
585
586         * Grok toplevel composite music expression, put in score and book.
587
588         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
589
590         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
591
592         * input/simple.ly: New file.
593         
594         * input/simple-song.ly: Idem.
595
596 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
597
598         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
599         Sandberg.
600
601 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
604
605 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
606
607         * input/regression/accidental-octave.ly: doc automatic showing
608         of note names.
609
610 2004-04-16  Heikki Junes <janneke@gnu.org>
611
612         * po/fi.po: do "make po && make -C po po-update" at top-level,
613         then "cp po/out/fi.po po/fi.po" and update fields.
614
615         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
616
617 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
618
619         * Documentation/user/introduction.itely (About this manual): Fix
620         templates and regression urls (backportme).
621
622 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
623
624         * ly/engraver-init.ly (Score:graceSettings): Increase
625         beamed-lengths, especially for 32nd notes.
626
627         * Documentation/user/notation.itely (Grace notes): Correct the
628         syntax for add-grace-property example.
629
630 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
631
632         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
633         `Generated' tag.
634
635         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
636         Severely broken (the Debian package, at least).
637
638 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * lily/context.cc (find_create_context): assign to lvalue.
641
642 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
643
644         * lily/include/translator.hh (class Translator): rename
645         get_parent_context() to context () to avoid confusion.
646
647         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
648
649         * lily/lexer.ll: change is_string -> ly_c_string_p 
650
651         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
652
653         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
654
655         * VERSION: release 2.3.0
656
657         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
658
659         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
660         if nonempty.
661
662         * lily/include/context.hh (class Context): make members protected.
663         (children_contexts): new accessor function.
664
665         * lily/include/translator.hh (class Translator): make
666         daddy_context_ protected.
667         (class Translator): clean up. 
668
669         * lily/include/context.hh (class Context): make daddy_context_
670         private.
671
672         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
673         higher for finding Voice. (backportme)  
674
675         * lily/include/context.hh (class Context): remove
676         find_context_below() as a method.
677
678         * Documentation/user/notation.itely (The Lyrics context): add note
679         about manual durations
680
681         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
682         encoding.
683
684         * scm/output-tex.scm (text): dump \inputencoding{} for text.
685
686 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
687
688         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
689         \usepackage{inputenc}
690
691         * lily/paper-book.cc (classic_output): don't advance Offset for
692         TeX output.
693
694         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
695         ec-sauter.map in rules
696
697         * mf/ecb.mf (font_identifier): new file, based on ecbx
698
699         * mf/ecb10.mf (gensize): new file.
700
701         * Documentation/topdocs/NEWS.texi (Top): document some more new
702         features.
703
704         * ly/declarations-init.ly: run convert-ly
705
706         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
707         from input-file-results. Remove input-file-results.* 
708
709 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
710
711         * scm/output-ps.scm (font-command): Fix, again.
712
713         * input/test/title-markup.ly: Add \noPagebreak test.
714
715         * lily/score-engraver.cc (try_music): Bugfix.
716
717 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
718
719         * lily/main.cc (main_with_guile): excise dependency options -M and
720         --dep-prefix
721
722         * lily/input-file-results.cc: excise Makefile dependency code
723
724         * Documentation/user/invoking.itexi (Invoking the lilypond
725         binary): remove dep doco
726         
727         * lily/main.cc (main_with_guile): call lilypond-main
728         
729         * scm/lily.scm (lilypond-main): new function: handle multiple files.
730
731         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
732         exception.
733
734         * lily/my-lily-parser.cc: remove paper_description function
735
736         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
737         new function.
738
739         * lily/main.cc: remove global_score_count.
740
741         * lily/book.cc (process): don't take header from global_input_file.
742
743         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
744
745         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
746
747         * lily/music-output-def.cc (LY_DEFINE): new function
748         ly_output_description. This function does the bulk for  setting,
749         parsing and breaking down of an input file.
750
751         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
752         anonymous modules globally. Let's hope they get GCd
753
754         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
755
756 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
757
758         * scm/output-ps.scm (header): Papersize from paper.
759
760         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
761         for classic output.
762
763         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
764         lilypondclassic is defined.
765         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
766
767         * input/regression/between-systems.ly: Remove.
768
769         * python/lilylib.py (get_bbox): Fix regular expression
770         for bounding box.
771
772         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
773
774         * scm/output-tex.scm (stop-page): Use it.
775
776         * scm/output-ps.scm (define-fonts): Bugfix.
777
778         * lily/grob.cc: Add penalty to interface.
779
780         * lily/include/paper-line.hh (class Paper_line): New member
781         var penalty_.
782
783         * lily/system.cc (get_line): Initialise Paper_line with
784         page-penalty's from original grobs.
785
786         * scm/define-music-properties.scm (all-music-properties): Add
787         page-penalty.
788
789         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
790
791         * lily/score-engraver.cc (try_music): Handle page-penalty.
792
793         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
794
795 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
796
797         * ly/declarations-init.ly (melismaEnd): typo
798
799         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
800
801         * scm/output-ps.scm (text): split string into spaces, use moveto
802         for setting space. 
803         
804 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
805
806         * po/nl.po: Update.
807
808         * scm/font.scm (add-cmr-fonts): Typo.
809
810 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
811
812         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
813         font-encoding.
814
815         * scm/define-grobs.scm (all-grob-descriptions): idem.
816
817         * lily/time-signature.cc (numbered_time_signature): idem.
818
819         * scm/font.scm (add-cmr-fonts): use real encoding names for
820         font-encoding.
821
822 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
823
824         * lily/paper-book.cc (classic_output): 
825         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
826         Fixes classic output.
827         (lilypondstart):
828         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
829         kludge.
830
831         * scripts/old-lilypond-book.py: Remove.
832
833         Page layout for SCOREs enclosed in a BOOK:
834
835         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
836         layout tweaking.
837
838         * input/les-nereides.ly (theScore): Add \book.
839         
840         * input/test/title-markup.ly: Add \book.
841
842         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
843         only if 'verbose.
844
845         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
846
847         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
848
849         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
850         * scm/output-tex.scm (start-system): Update for page layout by
851         LilyPond.
852
853         * scm/output-ps.scm (start-system): Previously (new-start-system).
854
855         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
856         passed to define-fonts.
857
858         * lily/paper-column.cc: 
859         * lily/system.cc (get_line):
860         * ly/property-init.ly (newpage): 
861         * scm/define-grob-properties.scm:
862         * scm/output-ps.scm: 
863         * scm/output-tex.scm: Remove between-system-string kludge.
864
865         * scm/output-ps.scm (define-fonts, font-command,
866         font-load-encoding): Handle ENCODING = #f.
867
868         * scm/output-tex.scm (output-scopes): Check if variable is bound.
869
870         * scm/define-markup-commands.scm (fill-line): Use
871         make-simple-markup (WAS: unexisting make-word-markup).
872
873         * lily/text-item.cc (interpret_markup): Bugfix, transpose
874         ENCODING, MARKUP parameters for interpret_string.
875
876         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
877
878         * lily/score.cc (book_rendering): New method.
879         (default_rendering): Create Paper_book helper locally, dump
880         output.
881
882         * lily/my-lily-lexer.cc (the_key_tab): Add book.
883
884         * lily/parser.yy: Handle \book.
885
886         * lily/include/book.hh: 
887         * lily/book.cc: New file.
888
889 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
890
891         * lily/text-item.cc (interpret_string): new file, select font with
892         encoding.
893
894         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
895
896         * scm/define-markup-commands.scm (encoded-simple): new markup command.
897
898         * lily/parser.yy (markup): take encoding from lexer.
899
900 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
901
902         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
903
904         * scm/output-ps.scm: Remove some cruft.
905
906 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
907
908         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
909
910         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
911
912 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
913
914         * scm/font.scm (add-century-schoolbook-fonts):
915         (make-century-schoolbook-tree): New function.
916
917         * input/test/title-markup.ly: Use Century Schoolbook font.
918
919 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
920
921         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
922         to Erik Sandberg) 
923
924         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
925
926         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
927
928         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
929
930         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
931
932 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
933
934         * scm/part-combiner.scm (determine-split-list): bugfix: if no
935         solo-state (at end of solo), we can set the solo status
936         too. (backportme.)
937
938         * input/regression/part-combine-solo-end.ly: new file.
939
940 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
941
942         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
943         flavour abc files.  Really ignore unknown keys (backportme).
944
945 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
946
947         * lily/scaled-font-metric.cc (text_dimension): only multiply with
948         magnification_ when looking up in orig_.
949
950         * scm/output-tex.scm (text): switch off char-mapping.
951
952         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
953         because AFM's encoding field cannot have spaces.
954
955 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
956
957         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
958
959 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
960
961         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
962
963         * mf/cmr.enc: new file, without hi-bit ascii info. 
964
965         * lily/bezier-bow.cc (slur_shape): make indent dependent on
966         width. This removes the 'hook' at the end of a long slur.
967
968         * buildscripts/mf-to-table.py (parse_logfile): don't append
969         encoding to fontname.
970
971 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
972
973         * scm/output-ps.scm (define-fonts): Load .enc only once.
974
975         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
976         too.
977
978 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
979
980         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
981         encoding field.
982
983         * lily/stencil-scheme.cc: remove ly:fontify-atom 
984
985         * ly/portuges.ly (pitchnames): new file.
986
987         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
988         Michael Welsh Duggan
989
990         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
991
992         * ly/nederlands.ly: add comment about digits.
993
994         * lily/scaled-font-metric.cc (derived_mark): idem.
995
996         * scm/encoding.scm (make-encoding-mapping): change permutation to
997         mapping.
998
999         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1000         (Modified_font_metric): make alist for coding_description_
1001         (LY_DEFINE): remove coding-name.
1002
1003         * scm/output-tex.scm (text): remove debugging code.
1004
1005         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1006
1007         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1008         from infile.
1009
1010         * mf/feta-generic.mf: move fet_beginfont into generic code.
1011         use fetaMusic (without space) as encoding
1012
1013         * mf/feta-autometric.mf: take encoding argument
1014
1015         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1016
1017         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1018         use.
1019
1020         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1021         name.
1022
1023 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1024
1025         * input/test/title-markup.ly: Set inputencoding.
1026
1027         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1028
1029         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1030
1031         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1032         function.
1033         (coding-alist): Also hold filename, command.
1034         (read-encoding-file): Return symbols.
1035
1036 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1037
1038         * scm/output-tex.scm: remove fontify; text and char take a font
1039         argument.
1040
1041         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1042
1043         * lily/scaled-font-metric.cc (text_dimension): init
1044         coding_{permutation,table}_ too 
1045         (LY_DEFINE): ly:font-encoding, new function return
1046
1047         * lily/paper-def.cc (find_scaled_font): take input coding from
1048         inputcoding paper var.
1049
1050         * lily/performance.cc (output): remap modulo 16.
1051
1052         * lily/text-item.cc (interpret_markup): whoops, variable
1053         shadowing fixed.
1054
1055 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1056
1057         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1058         symbols, not symbols to strings.
1059         
1060         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1061         symbols, not symbols to strings.
1062
1063 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1064
1065         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1066         (ly:kpathsea-gulp-file): New function.
1067
1068         * scm/encoding.scm (read-encoding-file): Use it.
1069
1070 2004-04-06  Werner Lemberg  <wl@gnu.org>
1071
1072         * scm/encoding.scm (coding-alist): Fix typo.
1073
1074 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1075
1076         * lily/scaled-font-metric.cc (text_dimension): move function from
1077         Font_metric
1078         (make_scaled_font_metric): init coding_scheme_ to TeX
1079         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1080
1081         * lily/include/scaled-font-metric.hh (struct
1082         Modified_font_metric): rename from Scaled_font_metric
1083
1084         * scm/encoding.scm (read-encoding-file): split up large function,
1085         leave caching to (delay)
1086
1087         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1088
1089 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1090
1091         * lily/my-lily-lexer.cc (set_encoding): New method.
1092
1093         * lily/lexer.ll: Grok \encoding.
1094
1095         * lily/font-metric.cc (get_encoded_index): New function.
1096
1097         * lily/include/font-metric.hh (coding_scheme): New method.
1098
1099         * scm/encoding.scm: New file.
1100
1101         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1102
1103 2004-04-05  Werner Lemberg  <wl@gnu.org>
1104
1105         * Documentation/user/tutorial.itely: Revised (finished).
1106
1107         * Documentation/user/macros.itexi (@separate): Removed.
1108
1109 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1110
1111         * scm/output-ps.scm (define-fonts): fix scaling.
1112
1113         * lily/scaled-font-metric.cc (design_size): add function.
1114
1115         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1116         partial cut&paste of ly:font-magnification.
1117
1118 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1119
1120         * scm/output-ps.scm (define-fonts):
1121         (fontify): Update.
1122
1123 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1124
1125         * po/fr.po: update. (backportme).
1126
1127         * po/nl.po: update. (backportme). 
1128
1129         * mf/feta-beugel.mf: document why design size is not fixed.
1130
1131         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1132
1133 2004-04-04  Werner Lemberg  <wl@gnu.org>
1134
1135         * Documentation/user/tutorial.itely: Revised (continued).
1136
1137 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1138
1139         * po/nl.po: Update (backportme).
1140
1141 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1142
1143         * po/de.po: update. (backportme).
1144
1145         * scm/output-tex.scm (font-command): use ly: functions to
1146         construct name.
1147         (define-fonts): don't use alist, just dump \font definitions.
1148         (font-load-command): calculate proper scaling by taking
1149         outputscale from paper argument.
1150
1151         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1152         expression.
1153
1154         * lily/paper-outputter.cc (output_header): pass paper arg to
1155         define-fonts
1156
1157         * lily/paper-def.cc (font_descriptions): dump list of
1158         Scaled_font_metrics
1159         (find_scaled_font): take Font_metric argument, store
1160         Scaled_font_metrics in hash-table containing (size ->
1161         Scaled_font_metrics) alist.
1162         (get_dimension): rename from get_realvar
1163
1164         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1165         ly:font-magnification, ly:font-name: new functions
1166
1167 2004-04-03  Werner Lemberg  <wl@gnu.org>
1168
1169         * Documentation/user/dedication.itely,
1170         Documentation/user/preface.itely,
1171         Documentation/user/introduction.itely,
1172         Documentation/user/tutorial.itely: Revised.
1173         Removing leading spaces which distorts output if info files are read
1174         with stand-alone info.
1175         Removing superfluous inter-word spaces which also distorts output
1176         for stand-alone info.
1177         Using ` and ' instead of `` and '' everywhere to improve
1178         legilibility with stand-alone info
1179         Using @samp for single-letter input items and data which contains
1180         spaces, @code for other things.
1181
1182         * lily/grob-interface.cc: Adding copyright.
1183         (check_interfaces_for_property): Improve format of warning message.
1184
1185 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1186
1187         * lily/include/font-metric.hh (struct Font_metric): add
1188         design_size () method.
1189
1190         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1191
1192         * lily/afm.cc (read_afm_file): read design size.
1193
1194         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1195
1196         * scm/music-functions.scm (unfold-repeats): handle dots too.
1197
1198 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1199
1200         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1201         (backportme)
1202
1203 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1204
1205         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1206         lyric indent.  Revert melismaBusyProperties using \unset.
1207
1208 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1209
1210         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1211
1212         * lily/parser.yy (command_element): allow redefinition of |
1213         meaning.
1214
1215         * lily/break-align-engraver.cc (acknowledge_grob): construct
1216         LeftEdge where the first cause for alignment is coming from.
1217         This makes \override Staff.LeftEdge work as expected.
1218
1219         
1220         * lily/slur-performer.cc (Slur_performer): add inits
1221
1222         * lily/beam-performer.cc (Beam_performer): add inits
1223
1224 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1225
1226         * VERSION (PACKAGE_NAME): release 2.2.0
1227
1228         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1229
1230 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1231
1232         * lily/cluster.cc (height): Fix warning.
1233
1234         * lily/parser.yy: Janitorial cleanups.
1235
1236         * Documentation/user/tutorial.itely (Tutorial): Typo.
1237
1238 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1239
1240         * lily/change-iterator.cc (process): search at multiple context
1241         levels. This fixes 
1242
1243         
1244         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1245         not voice-state index for tie state. This fixes a partcombine
1246         problem with ties.
1247
1248         * Documentation/user/tutorial.itely (Commenting input files): add
1249         note about convert-ly.
1250
1251         * input/test/cadenza-skip.ly:  new file.
1252
1253 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1254
1255         * po/nl.po: Spelling fixes.
1256
1257         * autogen.sh (srcdir): Regenerate.
1258
1259         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1260         autogen.sh.
1261
1262         * configure.in: Use C++ to check for C++ header.
1263
1264         * po/nl.po: Update.
1265
1266         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1267
1268         * lily/event.cc (to_relative_octave): Translatable sentence should
1269         be one string.
1270
1271         * python/lilylib.py (warranty): Year range is not translatable.
1272         It's 2004 already!
1273
1274         * flower/warn.cc (non_fatal_error, warning, programming_error):
1275         Remove whitespace from translated string.
1276
1277 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1278
1279         * VERSION: release 2.1.37.
1280
1281 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1282
1283         * configure.in: check for C language.
1284
1285         * lily/source-file.cc: include strstream without h.
1286
1287         * scm/documentation-generate.scm (string-append): use name without
1288         .texi.
1289
1290         * autogen.sh (srcdir): SUSE fix.
1291
1292         * Documentation/user/notation.itely (Ancient clefs): idem.
1293
1294         * Documentation/user/lilypond-book.itely (Integrating HTML and
1295         music): idem.
1296
1297         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1298
1299         * lily/change-iterator.cc (process): use find_existing_context().
1300
1301         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1302
1303         * input/regression/repeat-unfold-tremolo.ly: new file.
1304
1305         * scm/music-functions.scm (unfold-repeats): undo music compression
1306         too.
1307
1308         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1309         (LY_DEFINE): ly:music-compress new function.
1310
1311         * scm/part-combiner.scm (determine-split-list): split for voice
1312         crossings
1313
1314         * input/regression/part-combine-cross.ly: new file.
1315
1316         * scm/part-combiner.scm (make-part-combine-music): don't do
1317         relative inside partcombine arguments.
1318
1319         * scm/music-functions.scm (make-non-relative-music): new function.
1320
1321         * Documentation/user/notation.itely (Automatic part combining):
1322         add note about \relative.
1323
1324         * lily/part-combine-iterator.cc (construct_children): add
1325         start_moment_ member.
1326
1327         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1328         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1329
1330         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1331
1332         * Documentation/user/changing-defaults.itely (Which properties to
1333         change): fixes.
1334
1335 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1336
1337         * po/fr.po: update.
1338
1339 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1340
1341         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1342
1343         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1344         Reinstate old code that issues warning.  Fixes --srcdir build.
1345
1346 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1347
1348         * input/wilhelmus.ly: New file.
1349
1350         * Documentation/user/notation.itely: 
1351         * Documentation/user/introduction.itely:
1352         * Documentation/user/tutorial.itely: Use quote ly-option instead
1353         of explicit @quotation.  This fixes too long lilypond linewidths
1354         resulting in overful hboxes.
1355
1356         * scripts/lilypond-book.py: Add ly-option: `quote'.
1357
1358 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1359
1360         * tex/titledefs.tex: Avoid that the first score line is extra
1361         indented if instrument is defined but not piece.
1362
1363 2004-03-30  Werner Lemberg  <wl@gnu.org>
1364
1365         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1366         `lilypond/' to info file name.
1367         (@usermanref) [info]: New variant.
1368
1369         * scm/documentation-generate.scm: Fix definition of @usermanref
1370         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1371         to info file name.
1372
1373 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1374
1375         * VERSION: release 2.1.36
1376         
1377         * Documentation/user/changing-defaults.itely (Interpretation
1378         contexts): rewrite introduction.
1379
1380 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1381
1382         * scm/define-markup-commands.scm: Use TeX accents instead of
1383         straight iso-8859-1 encoding in the doc string.
1384
1385 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1386
1387         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1388         space after dotted duration.
1389
1390 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1391
1392         * Documentation/user/introduction.itely: 
1393         * Documentation/user/notation.itely:
1394         * Documentation/user/tutorial.itely: Up all relative examples.
1395         Enclose @lilypond displays in @quotation.  Typos and corrections.
1396
1397         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1398
1399 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1400
1401         * scm/music-functions.scm (make-voice-props-revert): Revert also
1402         MultiMeasureRest staff-position in oneVoice.
1403
1404 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1405
1406         * Documentation/user/changing-defaults.itely, 
1407         Documentation/user/lilypond.tely: few fixes. Place no comma between
1408         two options: a and b, but commas between three options: a, b, and c.
1409         By this manner, grouping is possible: a and b, and c and d.
1410
1411 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1412
1413         * Documentation/user/GNUmakefile: add rule for .nexi
1414
1415 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1416
1417         * Documentation/user/music-glossary.tely: move glossary direntry
1418
1419         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1420         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1421
1422 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1423
1424         * stepmake/aclocal.m4: Verify that gettext configure check with
1425         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1426
1427 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1428
1429         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1430         glob.glob for .png filenames. This catches multipage pngs.  
1431
1432         * Documentation/user/changing-defaults.itely (Determining the grob
1433         property): fix references.
1434
1435         * lily/staff-symbol.cc (print): only add extent if non empty.
1436         This fixes staff-container.ly.
1437
1438         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1439         starting with a mmrest also works.
1440
1441         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1442         PNG for texinfo too.
1443
1444         * po/lilypond.pot: update translation strings.
1445
1446         * VERSION: 2.1.35 released
1447         
1448         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1449         context argument too.
1450
1451         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1452
1453         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1454
1455         * python/lilylib.py (command_name): don't return 1st path
1456         component.
1457
1458         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1459         .png case separately.
1460
1461         * python/lilylib.py (system): typo.
1462         
1463 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1464
1465         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1466         run indent-region.
1467
1468         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1469         Fixes compile.
1470
1471         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1472         Add header.
1473
1474 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1475
1476         * vim/lilypond-indent.vim: small fixes.
1477
1478 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1479
1480         * Documentation/user/notation.itely (Entering lyrics): Add example
1481         with correct english double quotes (at least for LaTeX output,
1482         maybe not a good idea if we switch to PS as the default output
1483         format).
1484
1485 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1486
1487         * lily/staff-performer.cc (create_audio_elements): play instrument
1488         changes before notes arrive. This fixes instrument of the first
1489         note in a score.
1490
1491         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1492         to 1.9.0 conversion.
1493
1494         * lily/mark-engraver.cc: doc string.
1495
1496         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1497
1498         * Documentation/user/introduction.itely (Introduction): new node.
1499
1500 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1501
1502         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1503
1504         * input/regression/spacing-ragged-last.ly: new file.
1505
1506         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1507         spacing.
1508
1509         * scm/font.scm: rewrite using GOOPS.
1510         
1511         * lily/context-def.cc (filter_engravers): derefence pointer.
1512
1513         * lily/lily-guile.cc (type_check_assignment): use
1514         ly_scheme_function iso. scm_primitive_eval where possible.
1515
1516         * lily/performance.cc (output): limit channels at 15. This fixes
1517         percussion inadvertently showing up in large scores.
1518
1519 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1520
1521         * input/regression/tuplet-gap.ly: new file.
1522
1523         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1524         (print): compute gap length from number size, include italic
1525         correction.
1526
1527         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1528         tuplet-bracket
1529
1530         * scm/paper.scm (set-default-paper-size): new function, to be
1531         called at toplevel.
1532         (set-paper-size): new function, to be called inside \paper {}
1533         (set-default-paper-size): new function, to be called at toplevel.
1534
1535         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1536
1537         * lily/beam-performer.cc (process_music): idem.
1538
1539         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1540         
1541         * tex/titledefs.tex: remove scshape for piece.
1542
1543         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1544         font-family
1545
1546         * lily/time-signature.cc (special_time_signature): font-encoding
1547         not family.
1548
1549         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1550         dynamic to head. This fixes p placement in morgenlied.
1551
1552 2004-03-23  Werner Lemberg  <wl@gnu.org>
1553
1554         * stepmake/stepmake/generic-targets.make (help): Improve text.
1555
1556 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1557
1558         * VERSION: 2.1.34 released
1559         
1560         * lily/main.cc (main_with_guile): switch debugging.
1561
1562         * lily/system.cc (get_line): plug leak.
1563
1564         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1565         and contents.
1566         (stencil2line): plug leak.
1567
1568         * Documentation/user/changing-defaults.itely (Determining a grob
1569         property):  new node.
1570         (Layout interfaces): new node.
1571         (Navigating the program reference): new node.
1572
1573         * lily/accidental-engraver.cc (acknowledge_grob): add property
1574         harmonicAccidentals
1575
1576         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1577         general cleanups.
1578         
1579         * input/les-nereides.ly (middleDynamics): resurrect Les
1580         nereides. Remove pedal hack.
1581
1582 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1583
1584         * input/regression/property-grace-polyphony.ly: new file.
1585
1586         * lily/translator-property.cc (execute_pushpop_property): only pop
1587         one instance of the property. This fixes << \\ >> together with
1588         \grace.
1589
1590         * lily/break-align-interface.cc (ordered_elements): we cannot
1591         modify the #'elements property, so return reordered array.
1592
1593 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1594
1595         * buildscripts/lilypond.words.py: remove.
1596         * buildscripts/lilypond-words.py: add new, renamed file. 
1597         Give generated targets and dirs explicitly in arguments.
1598
1599         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1600         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1601         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1602         
1603         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1604
1605         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1606
1607         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1608         orders.
1609
1610         * vim/GNUmakefile: add local-uninstall target.
1611
1612         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1613         
1614         * vim/vimrc: add a one-liner file.
1615
1616         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1617         vimrc in EXTRA_DIST_FILES.
1618
1619         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1620
1621 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1622
1623         * config.make.in: add vimdir.
1624
1625         * vim/GNUmakefile: add local-install.
1626
1627 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1628
1629         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1630         with \lilypondifundefined{blabla}. Solves problem with multiple
1631         titles in the same lilypond-book document.
1632
1633 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1634
1635         * scm/document-backend.scm (interface-doc): sort grob list for
1636         interface.
1637
1638         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1639         pre/post break align-order.
1640
1641         * spelling patch courtesy Edward Sutton.
1642
1643         * Documentation/user/changing-defaults.itely (Changing context
1644         default settings): new node.
1645         (Defining new  contexts): new node.
1646
1647         * scripts/lilypond-book.py (is_derived_class): use numbers
1648         iso. booleans.
1649
1650         * python/lilylib.py (make_ps_images): add margin to PS images.
1651
1652         * scripts/lilypond-book.py (is_derived_class): new function. Take
1653         class arg iso. object.
1654         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1655         for bug in GS/dvips.
1656
1657         * lily/text-item.cc (interpret_markup): idem.
1658
1659         * scm/define-markup-commands.scm: remove split around-space hack.
1660
1661         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1662         function, fold WL's fixes into one function.
1663
1664 2004-03-22  Werner Lemberg  <wl@gnu.org>
1665
1666         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1667         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1668         (Note_column::head_position_interval): Do proper rounding for
1669         calls to Staff_symbol_referencer::get_position.
1670
1671 2004-03-21  Werner Lemberg  <wl@gnu.org>
1672
1673         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1674         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1675         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1676         (My_lily_parser::parse_file): Improve formatting progress indication
1677         sent to stdout.
1678
1679 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1680
1681         * VERSION: 2.1.33 released.
1682
1683         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1684
1685         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1686
1687         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1688         warning is issued about dummy.dep.
1689
1690         * scm/new-font.scm: fix design sizes of nummer
1691
1692 2004-03-21  Werner Lemberg  <wl@gnu.org>
1693
1694         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1695         some annoying warnings from mkdir during `make install'.
1696
1697 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1698
1699         * lily/performer-group-performer.cc (do_announces): call
1700         Performer_group_performer::create_audio_elements () too.
1701
1702         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1703
1704         * scm/define-grobs.scm (all-grob-descriptions): add property
1705         break-align-orders
1706
1707         * lily/global-context.cc (get_default_interpreter): new
1708         function. Override from base class, so no new Score contexts are
1709         created.
1710
1711         * lily/include/stencil.hh (class Stencil): document origin field.
1712
1713         * lily/staff-symbol.cc (print): span staff-symbol on column
1714         extents for non-broken columns. 
1715
1716         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1717         key-signature.
1718
1719         * tex/titledefs.tex: don't use smallcaps for piece.
1720
1721         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1722         translated stencils in the output.
1723
1724         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1725
1726 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1727
1728         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1729         and init ties_created_
1730
1731         * VERSION: release 2.1.32
1732
1733         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1734         doc string from IMPLEMENT_CTOR_CALLBACK().
1735
1736         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1737         that engraver is in a performer hierarchy.
1738
1739 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1740
1741         * vim/lilypond-ftdetect.vim: new file.
1742
1743 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1744
1745         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1746         (compose_ly): default octave should be middle C.
1747
1748         * Documentation/user/changing-defaults.itely (Layout tunings
1749         within contexts): new node.
1750
1751         * lily/include/smobs.hh: document C++ smob interface.
1752
1753         * lily/function-documentation.cc: don't doc functions without
1754         docstring.
1755
1756 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1757
1758         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1759         direntry, so that `info lilypond' goes to Top.
1760
1761         * scm/output-ps.scm (polygon): Fix: add spaces.
1762
1763         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1764         solutions are now optimal too.
1765
1766         * input/test/page-breaks.ly: New file.
1767
1768         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1769         functions into safe module.
1770
1771         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1772         end, prepend zeros.
1773
1774         * scm/output-*.scm: Use ly:number->string rather than
1775         number->string.  Makes for saner output.
1776
1777         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1778         Fixes feta-nummer, feta-din scaling.
1779
1780 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1781
1782         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1783
1784         * scm/music-functions.scm (descend-to-context): new
1785         function. Similar to context-spec-music.
1786         (make-time-signature-set): specify Score as descend-only. This
1787         fixes the polymetric.ly example.
1788
1789         * lily/context-specced-music-iterator.cc (construct_children): add
1790         support for descend-only context spec.
1791
1792         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1793         determine ez-notation letter. 
1794
1795         * lily/system.cc (get_line): start with dumping layer 3. This
1796         fixes ez notation.
1797
1798 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1799
1800         * input/test/title-markup.ly: Stress breaking harder.
1801
1802         * scm/page-layout.scm (height-score): Overfull page scores twice
1803         as bad as underfull (was: by a power).
1804         (walk-lines): Omit first walk-path round (breaking after new node,
1805         without lines).
1806
1807         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1808         diff values are negative.
1809         (output): Bugfix: treat negative vfill differently.
1810
1811         * Documentation/user/lilypond.tely (direntry): Add note about why
1812         `info lilypond' brings up `Invoking LilyPond' node.
1813
1814 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1815
1816         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1817
1818         * lily/paper-book.cc: Remove cruft.
1819         (output): Bugfix: put vfill between lines.
1820         (pages): Bugfix: set page vars needed for filling.
1821
1822         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1823         (was: @ar).
1824
1825         * scm/page-layout.scm: Further development.
1826
1827         * ly/declarations-init.ly (paper): Define page-breaking.
1828
1829 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1830
1831         * lily/note-head.cc (brew_ez_stencil): add note-names
1832         property. Provides internationalization for note names.
1833
1834         * Documentation/user/changing-defaults.itely (Creating contexts):
1835         new node.
1836
1837         * lily/grace-iterator.cc (process): descend to child for \grace.
1838
1839         * lily/timing-translator.cc (initialize): Timing_translator adds
1840         Timing alias by itself.
1841
1842         * lily/context.cc (add_alias): new function.
1843
1844         * scm/lily.scm (tex-output-expression): new function, eval within
1845         drawing API. Guards against eval vulnerabilities.
1846
1847         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1848
1849         * scm/output-ps.scm (scm): export lily drawing API.
1850
1851         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1852         throughout.
1853
1854 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1855
1856         * scm/page-layout.scm (optimal-page-breaking): New function.
1857         
1858         * lily/paper-book.cc (pages): Use it.
1859
1860 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1861
1862         * lily/include/paper-line.hh (class Paper_line): Full smob.
1863
1864 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1865
1866         * lily/global-context.cc (run_iterator_on_me): fix grace note
1867         nesting by initting measurePosition.
1868
1869         * lily/timing-translator.cc (initialize): do no init
1870         measurePosition
1871         
1872         * lily/include/music-output-def.hh (class Music_output_def): add
1873         input_origin_ field.
1874
1875         * Documentation/user/changing-defaults.itely (Changing context
1876         properties on the fly): new node.
1877
1878         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1879         function. Only have smobbed_copy (), and do not provide
1880         smobbed_copy() for non-simple smobs. Changes throughout.
1881
1882 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1883
1884         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1885         start_moment_. Fix by Doug A. Linhardt.
1886
1887 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1888
1889         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1890         accidentals for harmonic notes.
1891
1892         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1893         of different style. (Thanks to Doug Linhardt).
1894
1895         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1896         new node.
1897
1898 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1899
1900         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1901
1902         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1903         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1904         vim/lilypond-indent.vim: doc targets and deps in comments.
1905
1906 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1907
1908         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1909
1910         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1911
1912         * lily/include/paper-line.hh:
1913         * lily/include/paper-line.cc: New file.
1914
1915 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1916
1917         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1918
1919         * GNUmakefile.in: remove stray make out=www
1920
1921         * input/test/bagpipe.ly (gcdg): octave fixes.
1922
1923         * scm/define-markup-commands.scm (number): use font-encoding
1924         iso. font-family
1925
1926         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1927         font-encoding.
1928         
1929 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1930
1931         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1932         `output_format_global' and `PAGE_LAYOUT'.
1933
1934 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1935
1936         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1937         lily functions in safe mode.
1938
1939         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1940         Print filename for HTML, LATEX, before texidoc.
1941
1942         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1943         instructions in output-ps module.
1944
1945         * scm/lily.scm: Do not load output-ps module.
1946
1947         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1948         safe mode.
1949
1950 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1951
1952         * lily/span-dynamic-performer.cc (process_music): remove spurious
1953         warning.
1954
1955         * lily/context-def.cc (Context_def): init name to ""
1956
1957         * lily/font-interface.cc: add font-encoding property.
1958
1959         * scm/lily.scm (chain-assoc-get): bugfix.
1960
1961         * lily/paper-book.cc (stencil2line): protect static SCM.
1962
1963         * lily/font-interface.cc (text_font_alist_chain): rename function,
1964         and use text-font-defaults. 
1965
1966         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1967
1968         * scm/paper.scm (paper-set-staff-size): use new function.
1969
1970         * scm/new-font.scm (make-font-tree): new function.
1971
1972 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1973
1974         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1975
1976         * scm/lily.scm (get-output-module): New function.
1977         (output-alist): Remove ,ps-output-expression.
1978
1979         * scm/output-tex.scm (ps-output-expression): New function.
1980
1981         * scm/output-ps.scm (ps-output-expression): Remove.
1982         (header, start-page): Output page metadata.
1983
1984         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1985         initialise output_module_.  Do not write part of header.
1986         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1987         (output_header): Output full header.
1988
1989         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1990         FIXME.
1991
1992 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1993
1994         * scm/new-font.scm: new file. Tree based font lookup.
1995
1996         * scm/lily.scm (assoc-get): take default argument. Remove
1997         assoc-get-default.
1998         (chain-assoc-get): use chain-assoc-get everywhere.
1999
2000         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2001         autobeamsettings conversion bug.
2002
2003         * lily/include/global-context.hh (Context): clean-up data hiding.
2004
2005         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2006         data hiding.
2007
2008         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2009
2010         * input/regression/stem-shorten.ly: add chord case.
2011
2012         * lily/stem.cc (get_default_stem_end_position): shorten stems
2013         triggered by note-head positions, not by forced-direction. This
2014         fixes a bug with too short stems.  
2015  
2016 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2017
2018         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2019         Lilypond_snippet.output_latex): Always call output_print_filename.
2020
2021         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2022         expand pages.
2023
2024 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2025
2026         * scm/part-combiner.scm (make-autochange-music): switch rests
2027         before switched notes too.
2028
2029         * lily/figured-bass-engraver.cc (process_music): change calling
2030         convention.
2031
2032         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2033
2034         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2035         command.
2036
2037         * lily/include/stencil.hh (class Stencil): add origin field.
2038
2039         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2040         function.
2041
2042         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2043
2044         * lily/lexer.ll: remove support for \$ and $ in identifiers
2045
2046         * lily/sequential-iterator.cc: remove copy_grace_fixups
2047         (get_grace_fixup): slight abstraction of fixup code.
2048
2049         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2050
2051 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2052
2053         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2054         in insert-mode. add indenting rules.
2055
2056 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2057
2058         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2059         protect hack.
2060
2061         * scm/page-layout.scm:
2062         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2063         layout and titling should now match external latex based version.
2064
2065         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2066         header fields.
2067
2068         * ps/lilyponddefs.ps: Remove automatic page layout.
2069
2070         * scm/output-ps.scm (new-start-system): New interface function.
2071
2072         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2073
2074         * lily/paper-book.cc (output): Bugfix.
2075
2076 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2077
2078         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2079         
2080 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2081
2082         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2083         direntries.
2084
2085         * ps/lilyponddefs.ps: Bugfix.
2086
2087         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2088
2089 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2090
2091         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2092         cause. This should fix warnings.
2093
2094         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2095
2096         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2097         prevent aligned 6ths.
2098
2099         * lily/custos.cc (print): remove adjust-if-on-staffline.
2100
2101 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2102
2103         * lily/paper-book.cc: Do header and footer.
2104
2105 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2106
2107         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2108
2109         * scm/paper.scm (lineheight): Remove
2110         (head-sep, foot-sep): Add.
2111
2112 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2113
2114         * mf/feta-schrift.mf: reduce portato thickness.
2115
2116         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2117
2118         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2119         programming_error ().
2120
2121         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2122         bracket to last command column.
2123
2124         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2125         continues on next/prev system.
2126
2127         * input/regression/pedal-end.ly: new file.
2128
2129 2004-03-10  Werner Lemberg  <wl@gnu.org>
2130
2131         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2132         Remove pmx2ly stuff.
2133         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2134
2135 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2136
2137         * scm/page-layout.scm: New file.
2138
2139         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2140         settings.
2141         (Lilypond_snippet.is_outdated): Also check for PNG file.
2142         Workaround for interrupted (web) builds.
2143
2144         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2145
2146         * ps/lilyponddefs.ps: Use only very small top-marging.
2147         (init-paper): Also pop page size string.
2148         (start-page, stop-page): New function.
2149
2150         * scm/output-ps.scm (header-end): Remove stray exec commands.
2151
2152 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2153
2154         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2155
2156         * lily/score.cc (default_rendering): clean protection.
2157
2158         * lily/paper-book.cc (mark_smob): implement smob marking.
2159
2160         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2161
2162         * Documentation/user/*.itely: user manual edits. 
2163
2164 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2165
2166         * Documentation/user/converters.itely (Invoking musedata2ly):
2167         remove pmx2ly.
2168
2169         * scripts/pmx2ly: remove script.
2170         
2171 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2172
2173         * lily/score.cc (default_rendering): Protect paper-book members.
2174
2175         * lily/paper-def.cc (smobbed_copy): New method.
2176
2177         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2178         switch runtime.
2179
2180         * lily/include/music-output.hh (process): Change signature to
2181         return SCM.
2182
2183         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2184         method.
2185
2186         * lily/paper-score.cc (process): Return stencils rather than
2187         outputting directly.  Remove paper-book kludge.  Delete grobs.
2188         (output): Remove.
2189
2190         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2191
2192         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2193
2194         * lily/score.cc (default_rendering)
2195         (ly_render_output): Move adding paper-score two levels up.
2196
2197         * lily/system.cc (get_line):
2198         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2199
2200 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2201
2202         * scm/font.scm (paper20-font-vector): add more design sizes for
2203         number.
2204
2205         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2206         feta-nummber{5,7,11,13}.
2207
2208         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2209         for 12pt design size. 
2210
2211 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2212
2213         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2214
2215 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2216
2217         * lily/font-select.cc (properties_to_font_size_family): Fix
2218         warning message.
2219
2220         * Experimental PostScript latin1 encoding:
2221         
2222         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2223
2224         * scm/output-ps.scm: Experimental encoding using reencode-font.
2225         * scm/font.scm: Add latin1 `font-shape'.
2226         
2227         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2228
2229         * ps/lilyponddefs.ps (reencode-font): New function.
2230
2231         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2232
2233         * scm/output-tex.scm (start-page):
2234         (stop-page): New interface function.
2235
2236 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2237
2238         * lily/paper-outputter.cc (output_expr):
2239         (output_header):
2240         (output_line): New method.
2241
2242         * lily/system.cc (get_line):
2243         (get_lines): New method.
2244         (output_scheme):
2245         (output_line): Remove.
2246
2247         * scm/lily.scm (make-title): New function.
2248
2249         * lily/paper-book.cc: 
2250         * lily/include/paper-book.hh: New file.
2251
2252         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2253         ly-modules.hh).
2254
2255         * lily/ly-module.cc (ly_modules_lookup): New function.
2256
2257         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2258
2259         * scm/output-ps.scm (make-title): Remove.
2260         (output-scopes): Junk header-title test.
2261
2262 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2263
2264         * mf/feta-schrift.mf: thicker dot for portato.
2265
2266         * lily/accidental-placement.cc (position_accidentals): bugfix in
2267         offset, this fixes right-padding of AccidentalPlacement.
2268
2269         * lily/[h-z]*.cc: () formatting.
2270
2271         * Documentation/user/tutorial.itely (An orchestral part): more
2272         fixes for the tutorial.
2273
2274         * scm/translation-functions.scm (fraction-tuplet-formatter):
2275         reverse fraction.
2276
2277         * lily/parser.yy (context_def_spec_block): use \context instead of
2278         \translator.
2279
2280         * lily/[a-g].cc: () style cleanup.
2281
2282         * Documentation/user/tutorial.itely (Automatic and manual beams):
2283         editing of tutorial.
2284
2285 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2286
2287         * buildscripts/mf-to-table.py (base): write encoding name.
2288
2289 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2290
2291         * Documentation/user/GNUmakefile (local-install-info): Issue
2292         warning (for packager, ie, if not installing in /usr or /usr/local).
2293
2294         * lily/stencil-scheme.cc: 
2295         * lily/staff-symbol-referencer.cc: 
2296         * lily/script-column.cc: 
2297         * lily/pitch.cc: 
2298         * lily/music.cc: 
2299         * lily/grob-pq-engraver.cc: 
2300         * lily/font-interface.cc: 
2301         * lily/music-output-def.cc: 
2302         * lily/duration.cc: 
2303         * lily/grob-scheme.cc:
2304         * lily/context-scheme.cc: Put scheme name on first line in
2305         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2306         style cleanups.
2307
2308         * stepmake/stepmake/scm-vars.make: 
2309         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2310         Rename and split TAGS_FILES.
2311
2312         * GNUmakefile.in (ALL-TAGS): Remove.
2313         
2314         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2315         deeper TAGS files.  Fixes regexp tags in TOP dir.
2316
2317 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2318
2319         * VERSION: 2.1.29 released.
2320         
2321         * Documentation/user/changing-defaults.itely (Changing defaults):
2322         new file.
2323
2324         * Documentation/user/notation.itely (Notation manual): rename from 
2325         refman.itely
2326
2327         * Documentation/user/notation-appendices.itely (The Feta font):
2328         new file.
2329
2330         * Documentation/user/advanced.itely: add aborted attempt for
2331         advanced topics manual.
2332
2333 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2334
2335         * scm/new-markup.scm: display Markups in sane format. Patch by
2336         Nicolas Sceaux.
2337
2338 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2339
2340         * lily/main.cc: Cleanups.
2341         (setup_localisation): New function.
2342         (sane_putenv): Remove.
2343         (main_with_guile): New name (Was: main_prog).  Remove musings
2344         about possible preparation for GUILE heavy memory usage and
2345         practical uselessness.  Do not set environment variables
2346         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2347         name juggling.
2348         (parse_argv): New function.
2349         (copyright): New function.  It's 2004 already.
2350
2351         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2352         (distill_inname): Move from main.
2353
2354 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2355
2356         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2357
2358         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2359
2360         * Documentation/user/running.itely: new file.
2361
2362         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2363
2364         * lily/score-performer.cc (finish): call Translator::finalize ().
2365
2366 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2367
2368         * lilypond-ftpplugin.vim: renamed to the following file.
2369         * lilypond-ftplugin.vim: new file.
2370
2371         * GNUmakefile.in: update VIM_FILES.
2372
2373 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2374
2375         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2376         props.
2377
2378         * input/test/tie-sparse.ly: remove.
2379
2380         * lily/tie-performer.cc (try_music): copy & paste from
2381         Tie_engraver.
2382
2383         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2384         variable_ref twice.
2385
2386         * lily/key-performer.cc (create_audio_elements): use
2387         alterations-in-key.
2388
2389         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2390
2391 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2392
2393         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2394         handle also quarter tones (not shown as tests). test also flats.
2395
2396         * Documentation/index.html.in: small fixes.
2397
2398 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2399
2400         * input/regression/new-markup-scheme.ly: Typo.
2401
2402         * scm/define-markup-commands.scm (fill-line): New markup.
2403
2404         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2405         (output-paper-def): Fix alignment.
2406         (make-title): Fix height/width scaling.
2407
2408         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2409
2410         * input/test/title-markup.ly: Add remaining titles.  Layout and
2411         font size fixes.  Add simplistic latin1 test.
2412
2413 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2414
2415         * input/test/nested-groups.ly: remove. move content (to next). 
2416         * input/test/staff-bracket.ly: replace content (from prev), this 
2417         has been already in templates.
2418
2419 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2420
2421         * stepmake/autogen.sh: Only issue warning about running configure
2422         without arguments when autogen.sh will actually be running
2423         configure.
2424
2425 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2426
2427         * scm/new-markup.scm (stack-stencil-line): robustness.
2428
2429         * scm/define-markup-commands.scm (simple): robustification of
2430         simple-markup.
2431
2432         * Documentation/user/music-glossary.tely (Top): change central C
2433         to middle C.
2434
2435         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2436
2437 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2438
2439         * input/test/title-markup.ly (spaceTest): Add.
2440
2441         * lily/text-item.cc (interpret_markup): Make line markup from
2442         multi word markup.
2443
2444         * scm/define-markup-commands.scm (word): New markup command.
2445         (simple): Use it.
2446
2447         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2448
2449 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2450
2451         * vim/ftplugin/lilypond.vim:
2452         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2453         show matching paren in insert mode.
2454
2455 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2456
2457         * scm/output-ps.scm (make-title, output-scopes): Further
2458         development.
2459
2460         * input/test/title-markup.ly: New file.
2461
2462         * ps/lilyponddefs.ps: Disable PostScript titling.
2463
2464         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2465
2466 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2467
2468         * lily/arpeggio.cc (width_callback): remove padding.
2469  
2470         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2471
2472         * scm/define-music-types.scm: remove make-music-by-name.
2473
2474         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2475
2476 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2477
2478         * lily/paper-score.cc (process): Output titles using make-title.
2479
2480         * scm/output-ps.scm (output-stencil): Display directly instead of
2481         constructing string.
2482         (make-title): New function.
2483
2484 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2485
2486         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2487         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2488         Move documentation of LaTeX packages for latin1 characters to the
2489         lilypond-book manual.
2490
2491 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2492
2493         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2494
2495         * vimrc: add menu in console and shortcut <F10> for it.
2496
2497         * vim/:
2498         * vim/compiler/:
2499         * vim/syntax/:
2500         * vim/indent/:
2501         * vim/ftplugin/: new directories.
2502         
2503         * vim/filetype.vim: new file.
2504
2505         * lilypond.vim: remove files (see next).
2506         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2507
2508         * vimrc: remove file (see next).
2509         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2510
2511         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2512         add header. apply bindings only locally.
2513
2514         * vim/indent/lilypond.vim: new file.
2515
2516         * vim/ftplugin/lilypond.vim: remove errorformat.
2517         * vim/compiler/lilypond.vim: new file for errorformats.
2518
2519         * Documentation/topdocs/INSTALL.texi: give easier orders.
2520
2521         * ROADMAP: add vim/
2522
2523 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2524
2525         * Documentation/user/introduction.itely (Introduction): Use @image
2526         iso @html <img...>.  Add workaround for images in columns in info.
2527
2528         * stepmake/aclocal.m4: Store computed version in variable.
2529
2530         * configure.in: Export MAKEINFO_VERSION.
2531
2532         * config.make.in (MAKEINFO_VERSION): Add.
2533
2534         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2535
2536         * Documentation/user/GNUmakefile: Only build info with images when
2537         building web.
2538
2539         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2540
2541         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2542         stuff from documentation-targets.make
2543
2544 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2545
2546         * VERSION: 2.1.28 released
2547         
2548         * scripts/convert-ly.py (conv): 
2549
2550 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2551
2552         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2553         \arpeggioBoth. redefine \arpeggioBracket.
2554
2555         * Documentation/user/refman.itely: document new arpeggio
2556         functions.
2557
2558         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2559
2560         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2561
2562         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2563
2564 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2565
2566         * Documentation/user/introduction.itely (Automated engraving):
2567         rewrite introduction using website text.
2568
2569 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2570
2571         * scm/*.scm: make-music-by-name is replaced by make-music, which
2572         also accept music property settings, eg:
2573           (make-music 'TextScriptEvent 'direction DOWN 'text
2574               (make-simple-markup x))
2575
2576         Patch courtesy Nicolas Sceaux
2577
2578         * lily/beam-quanting.cc: cleanup, separate counts for left and
2579         right beam ends.
2580
2581         * lily/side-position-interface.cc (quantised_position): also
2582         quantize staccato position for forced stem directions. 
2583
2584 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2585
2586         * scm/*.scm: Patch by Nicolas Sceaux: 
2587
2588         * scm/music-functions.scm: ly:grob-property and ly:music-property
2589         are made procedure with setters.
2590
2591         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2592         
2593 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2594
2595         * input/test/[t-v]*.ly: finish rewriting texidocs.
2596
2597         * input/test/vaticana.ly: remove.
2598         * input/test/ligature-vaticana.ly: new, renamed file name.
2599
2600         * input/test/stem-centered.ly: remove.
2601         * input/test/mensural-note-heads.ly: new file. take content from
2602         removed file stem-centered.ly.
2603
2604         * input/test/scales-greek.ly: simplify.
2605
2606         * input/test/s*.ly: reformulate texidocs.
2607         
2608         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2609         of missing features.
2610
2611 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2612
2613         * input/test/[j-o]*.ly: update texidocs.
2614
2615 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2616
2617         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2618
2619         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2620         images.
2621
2622         * Documentation/user/lilypond.tely (@direntry): Update.
2623
2624         * stepmake/stepmake/documentation-targets.make
2625         (install-info,uninstall-info): Install into $(package_infodir).
2626         Install images.  Run install-info to update dir.
2627
2628         * config.make.in (package_infodir): Add.
2629
2630         * Documentation/user/GNUmakefile (info-with-images,
2631         local-install-info, local-uninstall-info): New target.
2632
2633 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2634
2635         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2636         gap/threshold.
2637
2638         * lily/beam-quanting.cc (score_slopes_dy): remove
2639         ROUND_TO_ZERO_SLOPE kludge.
2640
2641         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2642
2643         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2644
2645         * lily/global-context.cc (Global_context): alway accept Score
2646         (run_iterator_on_me): cast Context to Score_context, not
2647         Context_def.
2648
2649         * Documentation/user/refman.itely: documentation patch by Edward
2650         Sanford Sutton.
2651
2652         * mf/GNUmakefile: unset sauter-fonts.
2653
2654 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2655
2656         * scripts/lilypond-book.py (output_texinfo): Output @image
2657         descriptions for info too.
2658
2659         * input/test/chord-names-jazz.ly: 
2660         * input/test/embedded-scm.ly: Clarify.
2661
2662         * input/test/cautionaries.ly: Typo.
2663
2664         * lily/input-smob.cc (ly_input_location): Compile fix.
2665
2666 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2667
2668         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2669
2670         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2671         fixes problems with system defaults being reverted with \override
2672         on Score level.
2673
2674         * lily/global-context.cc (Global_context): apply property-ops to
2675         Global_context too. 
2676
2677 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2678
2679         * scm/output-ps.scm (stencil->string): Rewrite.
2680
2681 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2682
2683         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2684         impersonal style.
2685
2686 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2687
2688         * lily/input-smob.cc (ly_input_location: New function.
2689
2690         * scm/define-markup-commands.scm (upright): New markup command.
2691
2692         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2693
2694         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2695
2696         * scm/output-ps.scm (output-stencil): New function.
2697
2698         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2699         of snippet types; fixes @ignore and @verbatim blocks.
2700
2701 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2702
2703         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2704         to a file in printed documentation, instead, refer either to a 
2705         syntax or to an output.
2706
2707 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2708
2709         * input/regression/beam-center-slope.ly: Add test.
2710
2711 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2712
2713         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2714         (SAUTER_FONTS): Reinstate.
2715
2716         * scm/define-markup-commands.scm (caps): New markup command.
2717
2718         * scm/output-ps.scm (output-scopes): Experimental markup output.
2719
2720         * scm/: Add missing headers.
2721
2722         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2723
2724         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2725
2726 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2727
2728         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2729         Stray style cleanups.
2730
2731 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2732
2733         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2734         no dot combination.
2735
2736         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2737         substitute \override Staff.autoBeamSettings too
2738
2739         * Documentation/user/tutorial.itely: proofreading fixes by David
2740         Bobroff
2741
2742 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2743
2744         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2745
2746         * ps/music-drawing-routines.ps: 
2747         * ps/lilyponddefs.ps: Add end markers.
2748
2749 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2750
2751         * VERSION: 2.1.27 released.
2752         
2753         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2754
2755         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2756         obey documentation.
2757
2758 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2759
2760         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2761
2762         * scm/output-ps.scm: Resurrect.
2763         
2764         * scm/output-tex.scm: Minimal cleanups.
2765
2766         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2767
2768         * make/ly-rules.make: Remove any broken lily-*.tex files before
2769         lilypond-book run.
2770
2771         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2772         comment.
2773
2774         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2775         Enabled by default, may save 10% compile time.
2776
2777 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2778
2779         * lily/lyric-phrasing-engraver.cc: remove
2780         
2781         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2782         longer necessary. 
2783
2784         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2785         so lyric-phrasing-engraver is no longer necessary.
2786
2787         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2788         Grob_pq_engraver from Staff.
2789
2790         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2791         busyGrobs directly.
2792
2793         * input/regression/quote-transposition.ly: new file.
2794
2795         * lily/recording-group-engraver.cc (stop_translation_timestep):
2796         store instrumentTuning too. 
2797
2798         * lily/quote-iterator.cc (process): transpose events using
2799         instrumentTuning.
2800
2801         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2802         -> \tuning <pitch>
2803
2804         * lily/parser.yy (command_req): add \tuning command for setting
2805         instrument tuning of staff.
2806
2807         * Documentation/user/GNUmakefile
2808         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2809
2810         * Documentation/user/refman.itely (Customized accidental rules):
2811         typo.
2812
2813 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2814
2815         * Documentation/user/music-glossary.tely: remove the missing norwegian
2816         translation; they can be put in later properly.
2817
2818 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2819
2820         * lily/recording-group-engraver.cc (start_translation_timestep):
2821         init Recording_group_engraver twice.
2822
2823 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2824
2825         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2826         stray style cleanups:
2827
2828         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2829         -Wmissing-prototypes.
2830
2831         * flower/include/killing-cons.tcc (Killing_cons): Add template
2832         specifier for car_.
2833
2834         * flower/include/parray.hh (binsearchs): Add template specifier
2835         for maxkey.
2836
2837         * flower/include/interval.hh: Declare elem () with template specfier.
2838
2839 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2840
2841         * elisp/lilypond-indent.el (get-buffer-size): add customization
2842         groups for several variables (Reuben Thomas).
2843
2844 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2845
2846         * Documentation/user/invoking.itexi (Point and click): add index
2847         entry.
2848
2849         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2850         go under beam.
2851
2852         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2853         sarabande beam. 
2854
2855         * flower/warn.cc (programming_error): cross fingers not thumbs.
2856
2857         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2858         staff-position is set.
2859
2860         * VERSION: release 2.1.26 
2861         
2862         * scm/chord-entry.scm (construct-chord): process transposition
2863         after processing explicit-11.  
2864
2865 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2866
2867         * lily/parser.yy (add_quote): add syntax for adding quotes:
2868         \addquote "id-string" Music
2869
2870         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2871
2872         * scripts/convert-ly.py (conv): add rules for name changes.
2873
2874         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2875         music/context/grob property functions. Internally, use
2876         get_property() and set_property() for both.
2877
2878 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2879
2880         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2881         for Emacs <= 20 (Laurent Martelli).
2882
2883 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2884
2885         * lily/parser.yy (command_element): extract quoted vector in
2886         parser.
2887
2888         * input/regression/quote.ly: new file.
2889
2890         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2891
2892         * lily/parser.yy (command_element): \quote DURATION NAME: support
2893         cue notes. 
2894
2895         * lily/quote-iterator.cc (class Quote_iterator): new file.
2896
2897 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2898
2899         * lily/auto-beam-engraver.cc (try_music): accept and process
2900         beam-forbid-event.
2901
2902         * input/regression/auto-beam-no-beam.ly: new file.
2903
2904 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2905
2906         * lily/accidental.cc (print): Change font-relative-size ->
2907         font-size. Fixes cautionary-style = smaller.
2908
2909 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2910
2911         * lily/system-start-delimiter.cc (staff_brace): remove
2912         font-relative-size
2913
2914         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2915         forgotten with scm_list_n. Fixes spurious coredumps.
2916
2917         * lily/accidental-engraver.cc (stop_translation_timestep): move
2918         update of localKeySignature to stop_translation_timestep (). This
2919         makes sure that all ties are noticed at the right moment.
2920         (stop_translation_timestep): clear tie only when right-side
2921         notehead was seen.
2922         (number_accidentals_from_sig): cleanup. 
2923
2924         * input/regression/accidental-tie.ly (mus): new file
2925
2926         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2927         these longish tests.
2928
2929 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2930
2931         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2932
2933         * THANKS: update bugreporter list.
2934
2935         * lily/beam.cc (print): broken beams last until end of staff.
2936         (print): broken beams start from prefatory matter.
2937
2938         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2939
2940         * lily/paper-score.cc (process): dump header only once.
2941
2942         * lily/paper-outputter.cc (Paper_outputter): move logic into
2943         Scheme.
2944
2945         * scm/output-tex.scm (output-scopes): new function.
2946         (output-paper-def): new function
2947         (tex-string-def): new function
2948         (symbol->tex-key): new function
2949
2950         * scripts/convert-ly.py (conv): add rule for | ~
2951
2952 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2953
2954         * input/regression/{many}.ly: refresh, trying to guess how
2955         it was designed.
2956
2957 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2958
2959         * VERSION: release 2.1.25
2960
2961         * scm/define-translator-properties.scm
2962         (all-user-translation-properties): add printOctaveNames
2963
2964         * ly/engraver-init.ly: remove Note_event_swallower from
2965         NoteNamesContext.
2966
2967         * lily/note-name-engraver.cc (process_music): new property
2968         printOctaveNames
2969
2970         * lily/context.cc (find_existing_context): remove support for
2971         Current.
2972
2973         * scm/music-functions.scm (set-accidental-style): new function;
2974         duplicate accidental macros.
2975
2976         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2977
2978         * lily/note-name-engraver.cc (process_music):
2979         process_acknowledged_grobs () -> process_music ()
2980
2981         * scm/part-combiner.scm (determine-split-list): robustification.
2982
2983 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2984
2985         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2986         lines for falling into beam-gap.
2987         (score_forbidden_quants): check all staff lines for falling in
2988         beam gaps.
2989
2990         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2991         key/clef/time signatures. 
2992
2993         * input/test/ossia.ly: revise example.
2994
2995         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2996         cleanup.
2997         
2998         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2999         comply to Scheme standard.  Remove ly:get-paper-variable
3000
3001 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3002
3003         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3004
3005 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3006
3007         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3008         properties from Voice context. This fixes accidental size for
3009         staff-switches during grace contexts.
3010
3011         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3012         if necessary. Else, simply wipe dots.
3013
3014         * input/test/beam-alternate.ly: new file
3015
3016         * input/test/piano-staff-distance.ly: new file.
3017
3018         * lily/translator-group.cc (recurse_down_translators): use
3019         Direction for bottom-up/top-down.
3020
3021         * lily/include/translator.hh (class Translator): add
3022         process_music() and do_announces(). This obviates
3023         recurse_down_{engravers,performers}.
3024
3025         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3026         \melisma and \melismaEnd
3027
3028         * lily/melisma-engraver.cc (process_music): change to
3029         Melisma_translator, unify with performer. Accept
3030         ManualMelismaEvent.
3031
3032         * ly/engraver-init.ly: add Font_size_engraver.
3033
3034 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3035
3036         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3037         it hara-kiri.
3038
3039         * input/regression/{many}.ly: improve descriptions trying to figure
3040         out what is tested.
3041
3042 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3043
3044         * lily/slur.cc (broken_trend_offset): robustness fix.
3045
3046         * VERSION: release 2.1.24
3047
3048         * lily/context.cc (find_create_context): go to Score if it exists.
3049
3050         * lily/context-scheme.cc: new file.
3051
3052         * lily/score-translator.cc (get_output): new file.
3053
3054         * lily/include/grob-info.hh: origin_contexts() now does not
3055         include the originating engraver
3056
3057         * lily/translator-group.cc (translator_each): clean up contents,
3058         remove superfluous stubs. Engraver_group_engraver and
3059         Performer_group_performer are the only classes using multiple
3060         inheritance.
3061
3062         * lily/include/score-context.hh (class Score_context): interface
3063         between Score_{engraver,performer} and Global_context.
3064
3065         * lily/include/global-context.hh (Context): change from
3066         global-translator. This is the entry point for contexts; it is not
3067         tweakable using \translator{}. Score is no longer the top context,
3068         but sits underneath Global.
3069
3070         * lily/include/context.hh (class Context): brain surgery: split
3071         out Context functionality from Translator_group. Context is now a
3072         separate type from Translator.
3073
3074 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3075
3076         * lily/include/translator.hh (class Translator): make
3077         get_score_context() and get_global_translator (), and use the one
3078         which is appropriate.
3079
3080         * lily/context.cc: partially put functionality of Translator_group
3081         into Context.
3082
3083         * lily/include/context.hh (Translator): new class: put between
3084         Translator and Translator_group. 
3085
3086         * lily/new-accidental-engraver.cc: remove file.
3087
3088 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3089
3090         * input/regression/{many}.ly: improve descriptions: use complete 
3091         sentences, try to describe what is tested, avoid `we´, do not use 
3092         don't, ... 
3093
3094 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3095
3096         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3097         is at EOL.
3098
3099         * Documentation/user/lilypond.tely: declare the topmost node only
3100         once; removes empty line in @contents.
3101
3102         * Documentation/user/music-glossary.tely: really add Finnish author.
3103         Draw more beatiful `->´ arrow in html: &rarr;
3104
3105 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3106
3107         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3108
3109         * scripts/convert-ly.py (conv): add ly:music-list  change.
3110
3111         * lily/grob.cc: edit doc string.
3112
3113         * scm/define-grob-properties.scm (all-user-grob-properties):
3114         proofreading, editing of doc strings.
3115
3116         * input/regression/tablature-string-tunings.ly: new file.
3117
3118         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3119         listen to stringTunings
3120
3121         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3122         for self-alignment-[XY] code.
3123  
3124 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3125
3126         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3127         cond) into function. Cleanup.
3128
3129         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3130         
3131         * VERSION (PACKAGE_NAME): 2.1.23 released
3132
3133 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3134
3135         * Documentation/user/{refman,internals}.itely: small fixes.
3136
3137 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3138
3139         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3140         accidentals for harmonic notes
3141
3142         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3143         for harmonic notes.
3144
3145         * scm/document-backend.scm (interface-doc): prune Grob
3146         documentation: don't duplicate interface information.
3147
3148         * lily/*.cc: lots of updates of doc strings.
3149
3150 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3151
3152         * input/test/ac-extra-voice.ly (accompany): remove file.
3153
3154         * input/test/maximum-rest-count.ly: remove file.
3155
3156         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3157         conversion rule for \translator { }. Apply everywhere.  
3158
3159         * lily/parser.yy (music_property_def): set property for \once in
3160         the PropertyMusic itself, not the ContextSpec.
3161         (property_operation): change syntax within \translator { }
3162
3163         * scm/define-music-properties.scm (all-music-properties): clean up.
3164
3165         * lily/auto-beam-engraver.cc (test_moment): use
3166         updated_grob_properties() to retrieve autoBeam settings.
3167
3168         * lily/spacing-spanner.cc: bound shortest_playing_len by
3169         measure_length
3170
3171         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3172         multi-measure events for spacing computation.
3173
3174         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3175         elliptical, to 1.49.
3176
3177         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3178         vertical positioning for polyphony, without RestCollision object.
3179
3180         * lily/note-column.cc (add_head): prevent rests & note heads on
3181         one stem.
3182
3183         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3184         (do_shift): rewrite only-rests case: use common refpoints: the
3185         routine will have sensible results when other rest-translations
3186         have taken place.
3187
3188         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3189         < 0 case. 
3190
3191         * VERSION: 2.1.22 released
3192         
3193         * input/GNUmakefile (SUBDIRS): remove ascii-art
3194
3195 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3196
3197         * input/: Convert ly files that still had \property.  Fixes make
3198         web.  Remove exta spaces around '='. 
3199
3200         * scripts/convert-ly.py (conv): Redundant space fixes.
3201
3202         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3203
3204 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3205
3206         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3207         create scalable PS and PDFs  for input/{test,template,regression}.
3208
3209         * lily/context.cc (is_alias): move function.
3210         (is_alias): add Bottom as context alias. 
3211         (find_create_translator): add Bottom as a context alias for creation.
3212
3213         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3214
3215         * lily/parser.yy (music_property_def): new syntax for property
3216         assignments:
3217
3218         \set A.B = #C , \unset A.B
3219         \override A.B #C = #D, \revert A.B #C 
3220
3221         * lily/my-lily-lexer.cc: remove \property
3222
3223 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3224
3225         * Documentation/user/refman.itely: add dots after seealso refs.
3226
3227         * input/template/{many}.ly: harmonise descriptions.
3228
3229         * Documentation/user/music-glossary.itely: add Finnish author.
3230
3231 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3232
3233         * VERSION (PACKAGE_NAME): release 2.1.21
3234
3235 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3236
3237         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3238
3239         * scripts/lilypond-book.py (snippet_res): @include filename must
3240         not be empty.
3241
3242 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3243
3244         * scm/documentation-generate.scm (markup-doc-string): dump
3245         markup-commands.tely
3246
3247         * scm/define-markup-commands.scm (override): new file.
3248         Move documentation from refman into doc-strings. 
3249
3250         * input/test/staff-container.ly: fix example.
3251
3252         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3253         StaffContainer
3254
3255         * lily/grob.cc: remove point_dimension_callback
3256         (Grob): read forced dimensions from X-extent and Y-extent.
3257         (get_paper): remove preset_extent.
3258
3259         * scm/define-grobs.scm (all-grob-descriptions): remove
3260         point_dimension_callback. 
3261
3262         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3263         textscript to head. This makes no-spacing-rods work on
3264         DynamicText.
3265
3266         * lily/chord-name.cc: remove props chord, bass, inversion.
3267
3268         * Documentation/user/appendices.itely: add Scheme functions,
3269         context-properties and layout properties to manual.
3270
3271         * scm/part-combiner.scm (determine-split-list): include rests in a
3272         solo1/2 sequence.
3273
3274         * lily/new-part-combine-iterator.cc (substitute_both): new
3275         function.
3276         (class New_pc_iterator): add separate Voice=solo context, fixes
3277         autobeams going from chords to solo.
3278
3279 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3280
3281         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3282
3283         * Documentation/user/tutorial.itely:
3284         * Documentation/user/refman.itely: Add short note about being part
3285         of lilypond.tely.
3286
3287         * COPYING: Make note more clear with respect to files that are
3288         explicitely licenced otherwise (Documention/user/ comes to mind).
3289         
3290         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3291         comment about barfing of @c,{}.
3292
3293         * Documentation/user/music-glossary.tely: Add list of authors.
3294
3295         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3296         source (was: also in build log).
3297
3298 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3299
3300         * lily/side-position-interface.cc (general_side_position): if
3301         staff-padding is set, then include staff in support too.
3302
3303         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3304         module workbook
3305
3306         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3307
3308         * lily/tuplet-engraver.cc: remove tupletInvisible
3309
3310         * scm/define-translator-properties.scm: cleanup, separate in
3311         internal and user props. 
3312
3313         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3314         LyricsVoice -> Lyrics
3315
3316         * lily/new-part-combine-iterator.cc (process): only print warning
3317         for symbols.
3318
3319 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3320
3321         * scm/part-combiner.scm: Add proper header.
3322
3323         * All but lily/*: The great --2003 --2004 replace; the missing
3324         `bits'.
3325
3326         * TODO: Fix outline mode.  Add book notes.
3327
3328         * ROADMAP: Update.
3329
3330 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3331
3332         * scm/part-combiner.scm (make-autochange-music): use
3333         accumulator. Fixes stack overflow.
3334
3335         * lily/*: rename brew_molecule -> print , molecule-callback ->
3336         print-function
3337
3338         * scm/define-grob-properties.scm: cleanup. Separate into internal
3339         and user properties.
3340
3341         * lily/translator-property.cc (updated_grob_properties): new
3342         function
3343         (execute_pushpop_property): change to new convention:
3344         object property inits are stored as (cons ALIST BASED-ON). This
3345         storage format allows concurrent tweaks in different contexts.
3346
3347 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3348
3349         * TODO: new file.
3350
3351 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3352
3353         * debian/: Late Debian update (sorry Anthony).
3354
3355         * scripts/lilypond-book.py (do_file): Look for input_file in
3356         include path, or ask kpathsea if LATEX.
3357
3358         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3359         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3360         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3361         --header=texidoc.
3362
3363         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3364         relative.
3365
3366         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3367         only when filtering, default to input_base otherwise.  Coding
3368         style fixes.
3369
3370 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3371
3372         * lily/include/translator.hh (class Translator): add virtual
3373         qualifier.
3374
3375 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3376
3377         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3378
3379 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3380
3381         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3382
3383         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3384         (fixes make web).
3385
3386         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3387         live in $(out)-www).
3388
3389         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3390         dependencies.  Add link to .ly source in HTML output.
3391         (Lilypond_snippet.output_html): Handle multiple page picture
3392         output.
3393         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3394         Make usable for output_texinfo again.
3395
3396         * Documentation/user/GNUmakefile: Add static dependency for
3397         lilypond.tely includes.
3398
3399         * Documentation/user/tutorial.itely: Add some lost `relative'
3400         ly-options.
3401
3402 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3403
3404         * lily/include/translator-group.hh: move Music_output_def member
3405         to Global_translator.
3406
3407         * scripts/lilypond-book.py (do_file):  fix latex output.
3408
3409         * VERSION: release 2.1.20
3410         
3411         * scm/part-combiner.scm (determine-split-list): robustness fix 
3412
3413         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3414
3415         * lily/parser.yy (music_output_def_body): plug memory leak.
3416
3417         * lily/translator-group.cc (add_fresh_group_translator): plug
3418         memory leak: unprotect Translator_group once added.   
3419
3420         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3421
3422         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3423         write .dep file.
3424         (Lilypond_snippet.ly): add \renameinput.
3425
3426 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3427
3428         * Documentation/user/refman.itely (Markup command definition): Doc
3429         by Nicolas Sceaux. Rewrite by Han-Wen
3430
3431         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3432         thing of the line.
3433         (brew_molecule): only remove if hyphen is not at the end of line.
3434         (set_spacing_rods): new function: minimum-length specifies
3435         distance between syllables.
3436
3437         * scm/define-grobs.scm (all-grob-descriptions): add
3438         Hyphen_spanner::set_spacing_rods to LyricHyphen
3439
3440         * input/regression/lyric-hyphen-break.ly: new file.
3441
3442         * input/test/lyric-hyphen-retain.ly: new file.
3443
3444         * lily/new-part-combine-iterator.cc (construct_children):
3445         add Rest direction.
3446
3447 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3448
3449         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3450
3451         * Documentation/bibliography/engraving.bib (donemus1982):
3452         update entry.
3453
3454 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3455
3456         * scripts/lilypond-book.py (Substring.__init__): new class.
3457         (Snippet.output_texinfo): add texidoc option.
3458         (Include_snippet.replacement_text): new class.
3459         (Lilypond_snippet.__init__): new class
3460         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3461
3462         * Documentation/user/refman.itely (Sound): 
3463         note about number of channels.
3464
3465         * scm/music-functions.scm (voicify-music): add \context Staff for
3466         << \\ >> polyphony.
3467
3468         * lily/parser.yy (verbose_command_req): \skip now creates
3469         SkipMusic, and does not lead to spurious staves.
3470
3471         * scm/define-music-types.scm (music-descriptions): rename
3472         NonEventSkip to SkipMusic
3473
3474         * input/no-notation/midi-lyric-barcheck.ly: new file.
3475
3476         * input/regression/collision-dots-invert.ly: new file.
3477
3478         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3479         case.
3480
3481         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3482         die if melody died too.
3483
3484 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3485
3486         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3487         with reading from stdin.
3488
3489         * lily/slur-performer.cc (try_music): new file.
3490
3491         * lily/melisma-performer.cc (try_music): new file. Handle
3492         melismata to help lyrics.
3493
3494         * lily/beam-performer.cc (try_music): new file. Handle beam events
3495         to help lyrics.
3496
3497         * lily/score-performer.cc (one_time_step): reinstate
3498         process_music().
3499
3500         * lily/performer.cc (process_music): add to interface.
3501
3502         * lily/performer-group-performer.cc (process_music): new function.
3503
3504         * lily/dot-column.cc (do_shifts): do collision resolution before
3505         dot positioning.
3506         
3507         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3508         file, process printfilename option.
3509         (Snippet.__init__): rewrite: do not use global variables h or
3510         index.
3511         (main): really support -I option.
3512         (find_toplevel_snippets): new code.
3513         (find_toplevel_snippets): reinstate old version, without global
3514         variables.
3515
3516         * tex/texinfo.tex: really add file.
3517         
3518 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3519
3520         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3521         compatibility.
3522
3523 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3524
3525         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3526
3527         * scm/define-translator-properties.scm (drumPitchTable): add
3528         property.
3529
3530         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3531         function.
3532         (help_summary): docstrings.
3533         (do_file): strip the dir of input_base too.
3534
3535 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3536
3537         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3538
3539         * Documentation/user/lilypond-book.itely: Update.
3540
3541         * make/ly-rules.make: Update lilypond-book commands.
3542
3543         * Documentation/user/GNUmakefile: Update makeinfo commands,
3544         lilypond-book flags.
3545
3546         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3547         
3548         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3549
3550         * scripts/filter-lilypond-book.py: Remove.
3551
3552         * Documentation/user/*tely: Update options for new lilypond-book.
3553
3554         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3555         with @macros in @includes.
3556
3557 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3560         make rest-collision only.
3561
3562         * lily/break-substitution.cc (substitute_one_mutable_property):
3563         clear all-elements using scm_assq_remove_x(). 
3564
3565         * lily/rest-collision.cc (do_shift): shift single rests
3566
3567         * flower/include/array.hh (class Array): rename to is_empty ()
3568
3569         * lily/drum-note-performer.cc: new file: perform drum notes.
3570
3571         * VERSION (PACKAGE_NAME): release 2.1.19.
3572         
3573 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3574
3575         * scripts/filter-lilypond-book.py
3576         (classic_lilypond_book_compatibility): New function.
3577
3578 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3579
3580         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3581
3582         * Grand 2003 -> 2004 search replace. 
3583
3584         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3585         (i.e. < > )
3586
3587         * ly/performer-init.ly: add DrumStaff
3588
3589         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3590         lyric-interface; this prevents lines with only extender lines from
3591         being junked.
3592  
3593         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3594
3595         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3596         extenders right, for once and for all (hopefully).
3597         
3598         * lily/break-substitution.cc (substitute_one_mutable_property):
3599         clear old 'all-elements for System grobs.
3600
3601         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3602         that associatedVoiceContext is always assigned when music & lyrics
3603         are found. 
3604
3605         * ly/engraver-init.ly: remove Lyrics context.
3606         (TabVoice): add noteheads engraver
3607
3608         * input/test/improv.ly: update: do not use Thread switching. 
3609
3610         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3611         squashedPosition is a number  
3612
3613         * Documentation/user/refman.itely (Automatic note splitting):
3614         remove Thread references.
3615
3616         * input/no-notation/pc-direction.ly: remove file.
3617
3618         * ly/engraver-init.ly: remove Thread
3619
3620         * input/regression/tie-chord-partial.ly: remove file.
3621
3622         * scripts/convert-ly.py (conv): \harmonic rule
3623
3624         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3625         notation for harmonic notes: <c' g''\harmonic>
3626
3627         * lily/lily-guile.cc (alist_to_hashq): new function
3628
3629         * scm/lily.scm (alist->hash-table): new function.
3630
3631         * Documentation/user/refman.itely (Percussion staves): update doco.
3632
3633         * input/regression/drums.ly (timb): updates
3634
3635         * lily/note-performer.cc (create_audio_elements): robustness fix.
3636
3637         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3638
3639 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3640
3641         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3642         discard valid matches.
3643
3644 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3645
3646         * lily/drum-note-engraver.cc: new file.
3647
3648         * ly/drumpitch-init.ly: move drum definitions
3649
3650         * scm/drums.scm: remove file.
3651
3652         * lily/*.cc: remove abort-event everywhere.
3653
3654         * lily/note-heads-engraver.cc (process_music): robustification.
3655
3656         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3657         robustification.
3658
3659         * lily/parser.yy (simple_element): add \drums mode.
3660         (simple_element): remove \pitchnames , \chordmodifiers. Use
3661         variables to store this. 
3662
3663         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3664         outside \notes.
3665
3666         * VERSION: release 2.1.18.
3667         
3668         * input/test: remove octave-duplicate.ly
3669
3670 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3671
3672         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3673
3674 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3675
3676         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3677         constructor from Music_iterator. Changes throughout.
3678
3679         * lily/include/music-iterator.hh (class Music_iterator): remove
3680         Music_iterator::skip and Music_iterator::get_pending_events from
3681         interface. Rename report_to -> get_outlet 
3682
3683         * lily/auto-change-iterator.cc: move contents from
3684         new-auto-change-iterator.cc from
3685
3686         * scm/part-combiner.scm: determine split-list from Scheme. 
3687
3688         * lily/new-auto-change-iterator.cc (process): new file.
3689
3690         * lily/parser.yy (part_combined_music): remove old PC cruft.
3691
3692         * ly/engraver-init.ly: remove old
3693         PC cruft.
3694
3695         * Documentation/user/refman.itely (The Lyrics context): note about
3696         extender lines.
3697
3698         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3699         to allow 0-length mmrest events.
3700
3701         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3702
3703         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3704
3705         * lily/spacing-engraver.cc (finalize): robustifications.
3706
3707         * input/regression/new-part-combine-solo-global.ly: new file.
3708
3709         * scm/part-combiner.scm: rewrite.
3710
3711 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3712
3713         * Documentation/user/refman.itely, input/puer-fragment.ly,
3714         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3715         updated for proper use of lyricsto; replaced "(" and ")" ->
3716         "\melisma" and "\melismaEnd"
3717
3718         * input/test/ancient-font.ly: small updates to reduce compile
3719         warnings (TODO: junk this file)
3720
3721         * input/test/gregorian-scripts.ly: added comment about bug
3722
3723         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3724         tiny robustness fix
3725
3726         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3727         recent changes in the feta code); temporarily mapped mensural g
3728         clef to a copy of petrucci g clef until mensural g clef will have
3729         been rewritten
3730
3731         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3732         between mensural and neo-mensural heads (this broke quite a while
3733         ago)
3734
3735         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3736
3737 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3738
3739         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3740         indication.  Fixes for verbatim, multi line comments.
3741
3742 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3743
3744         * input/regression/new-part-combine-solo.ly: more cases.
3745
3746         * lily/slur.cc (height): robustness fix.
3747
3748         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3749
3750         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3751         stemUp/stemDown.
3752
3753         * scm/music-functions.scm (determine-split-list): further analysis.
3754
3755         * lily/script-engraver.cc (try_music): discard duplicate
3756         articulations.
3757
3758         * input/regression/new-part-combine-solo.ly: new file
3759
3760         * input/regression/new-part-combine-a2.ly: new file.
3761
3762         * ly/performer-init.ly: add Devnull
3763
3764         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3765         for \musicglyph #"accidental-*"
3766         (conv): \newpartcombine rule.
3767
3768 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3769
3770         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3771
3772 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3773
3774         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3775         textwidth, --output.
3776
3777 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3778
3779         * scm/new-markup.scm (doubleflat): add accidental markups.
3780
3781         * VERSION: release 2.1.17
3782         
3783         * Documentation/user/refman.itely (Automatic part combining):
3784         revise documentation of the part-combiner.
3785
3786         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3787         
3788         * input/test/part-combine-{moment,staff}.ly: remove file.
3789
3790         * input/regression/pc-mmrest.ly (two): remove file.
3791
3792         * scm/define-music-types.scm (music-descriptions): add
3793         Solo{One,Two}Event and UnisonoEvent
3794
3795         * lily/new-part-combine-iterator.cc (unisono): add state_
3796         variable, signal changes with part-combine-event.
3797
3798         * input/regression/new-part-combine-text.ly: new file.
3799
3800         * lily/part-combine-engraver.cc: new file.
3801
3802 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3803
3804         * scripts/filter-lilypond-book.py: Handle snippet options.
3805
3806 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3807
3808         * scm/music-functions.scm (determine-split-list): detect solo1/2
3809         and unisono.
3810
3811         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3812         revert fix, document why.
3813
3814         * lily/tie-performer.cc (process_music): new function. Set melisma
3815         property.
3816
3817         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3818         always smaller than bracket size.
3819         (make_bracket): oops. Size of the gap was off by factor 2
3820
3821         * input/test/text-rotate.ly: new file.
3822
3823         * scm/new-markup.scm (markup): a macro that provides a
3824         LilyPond-like syntax in scheme for building markups, in order to
3825         help markup command definition. (Nicolas Sceaux)
3826
3827         * input/test/lyrics-skip-notes.ly: new example.
3828
3829         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3830
3831         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3832         use is_alias() iso. == . This fixes lyrics on
3833         GregorianTranscriptions. 
3834
3835 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3836
3837         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3838         \thispagestyle{lastpage} to avoid that it's printed on the second
3839         last page when there's only a single score line on the last page.
3840         (The page breaking mechanism in TeX played some ugly tricks to us.)
3841
3842 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3843
3844         * scripts/filter-lilypond-book.py: Further development.
3845
3846         * input/regression/collision-dots-move.ly: New test.
3847
3848         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3849         hand side note head of non-merged collision to the right.
3850
3851         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3852         Construct children before accessing property from emtpy
3853         lyrics_context_.
3854         (construct_children): Find thread before finding LyricsVoice.
3855         Create LyricsVoice one if none found, fixes crash (thanks Erik
3856         Sandberg).
3857
3858 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3859
3860         * cygwin/: Forward port.
3861
3862 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * buildscripts/install-info-html.sh: Use Bash.
3865
3866         * cygwin/mknetrel: Patch from Bert.
3867
3868 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3869
3870         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3871
3872         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3873         try to copy *png, index.html (Bertalan Fodor).
3874
3875         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3876
3877 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3878
3879         * lily/note-collision.cc (check_meshing_chords): Do not remove
3880         dots (from down head) when merging similar heads (thanks Matthias
3881         Kilian).  Simplify merge_possible tests and other cleanups
3882
3883         * input/regression/collision-merge-differently-dotted.ly: Add test
3884         for disappearing dots on similar heads for both voices.
3885
3886 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3887
3888         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3889         that tagline overrides copyright for single page scores. Correct
3890         the default tagline value.
3891
3892 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3893
3894         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3895
3896 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3897
3898         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3899         TEXMF if it's previously unset.
3900
3901 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3902
3903         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3904
3905         * input/test/trills.ly: fix the unfolding of lineprall.
3906
3907         * input/test/figured-bass-alternative.ly: fix accidental.
3908
3909 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3910
3911         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3912         
3913         * input/no-notation/dos-guile.ly: 
3914         * input/no-notation/dos-ps.ly: 
3915         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3916         
3917         * input/no-notation/safe-include.ly:
3918         * input/no-notation/safe-guile.ly:
3919         * input/no-notation/safe-ps.ly: 
3920         * input/no-notation/safe-tex.ly: New file.
3921
3922         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3923         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3924         options now.
3925         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3926         When in --safe-mode, set environment openout_any=p[aranoid].
3927
3928         * tex/ltest.tex: 
3929         * tex/lilyponddefs.tex: Add \nofiles.
3930
3931         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3932         options.
3933
3934         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3935         This allows building the user manual using a binary installation
3936         and a matching unpacked source tree.
3937
3938         * scm/lily.scm (safe-module): New variable. 
3939
3940         * lily/includable-lexer.cc (new_input): Fix error messages.
3941
3942         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3943         If SAFE, evaluate in safe-module.  Change callers.
3944
3945         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3946
3947         * lily/lexer.ll (embedded_scm): While processing main-input,
3948         invoke ly_parse_scm with safe mode if running in safe-mode.
3949         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3950         in init.ly for safe-mode.
3951
3952 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3953
3954         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3955         compatibility with old versions of geometry.sty (compat2
3956         already implied includehead).
3957         Change the page layout slightly so bottom + footskip = top +
3958         headheight + headsep = 16mm, the remaining paperheight-32mm
3959         are used for the music. Increase footskip to 5mm, so the top of
3960         the footer text doesn't touch the music.
3961
3962 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3963
3964         * VERSION: release 2.1.16
3965         
3966         * scm/music-functions.scm (determine-split-list): bugfix: only use
3967         new-active for both voices if both indexes advance. This fixes the
3968         biggest outstanding problem with new-pc. 
3969
3970         * lily/new-part-combine-iterator.cc (construct_children): set more
3971         directions.
3972
3973 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3974
3975         * scripts/convert-ly.py (conv): add instrument rule.
3976
3977         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3978
3979         * lily/side-position-interface.cc: remove add_staff_support ()
3980         Change all callers to use staff-padding.
3981
3982         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3983         make_spanner().
3984
3985         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3986
3987         * lily/text-engraver.cc: remove scriptHorizontal property.
3988
3989         * lily/beam.cc (least_squares): also set least-squares-dy for
3990         special case of slanted 2-stem beam to center.
3991
3992         * lily/side-position-interface.cc (out_of_staff): move contents of
3993         out_of_staff into aligned_side.
3994         remove out_of_staff().
3995
3996         * input/regression/measure-grouping.ly: fix warning.
3997
3998         * lily/side-position-interface.cc: add staff-padding support to
3999         Side_position_interface::aligned_side.
4000
4001         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4002         one get_property too many.
4003
4004         * flower/include/drul-array.hh (linear_combination): new function
4005         (scale_drul): new function
4006
4007         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4008         operations on empty intervals are silly.
4009
4010 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4011
4012         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4013         (iso gh_scm2int), fixes crash in new part-combiner.
4014
4015         * configure.in: Up mftrace to 1.0.27.
4016
4017 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4018
4019         * VERSION: release 2.1.15
4020         
4021         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4022         align all stanza numbers.
4023
4024 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4025
4026         * Documentation/user/{introduction.itely,refman.itely,
4027         converters.itely}: fix some text inside parentheses; text should
4028         be readable (even) if parentheses are either replaced with commas 
4029         or dropped out.
4030
4031 2004-01-25  Werner Lemberg  <wl@gnu.org>
4032
4033         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4034         input/test/vaticana.ly, input/test/ancient-font.ly,
4035         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4036         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4037         ly/params-as-init.ly, scm/define-grobs.scm,
4038         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4039
4040         * ly/params-as-init.ly: Removed.  Obsolete.
4041         * buildscripts/lilypond.words.py: Updated.
4042
4043 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4044
4045         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4046
4047         * mf/feta-din{4,5,7,9}.mf: remove.
4048         
4049         * lily/engraver.cc (internal_make_item): centralize item/spanner
4050         factory.
4051
4052         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4053         do correct chord conversion for ^"sim."  (backportme)
4054         (FatalConversionError.sub_articulations): substitute ^"foo" in
4055         chords too. (backportme)
4056
4057         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4058         for Fingering.
4059
4060         * lily/side-position-interface.cc (out_of_staff): don't do
4061         anything if staff-padding not defined. 
4062
4063         * mf/feta-params.mf (stafflines): introduce linethickness as
4064         general blackness of the font.
4065
4066         * lily/stem.cc (position_noteheads): rounding error robustness.
4067
4068         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4069         from beam-collision.ly 
4070
4071         * lily/beam.cc (rest_collision_callback): remove direction.
4072
4073         * scm/define-grobs.scm (all-grob-descriptions): remove
4074         enclose-bounds in OttavaBracket and PianoPedalBracket
4075
4076         * scm/new-markup.scm (def-markup-command) new macro, which takes
4077         care of defining the COMMAND-markup and make-COMMAND-markup
4078         procedures, setting markup-signature and keyword-signature object
4079         properties, and pushing the markup command in
4080         markup-function-list.
4081
4082         All markup commands are defined thanks to it.  Users may also use
4083         it to define their own markup commands. (Nicolas Sceaux)
4084
4085         * scm/new-markup.scm: Scheme style clean-up: there should be no
4086         parenthesis alone on a line; LET* should not be used where LET is
4087         enough. (Nicolas Sceaux)
4088
4089 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4090
4091         * scripts/filter-lilypond-book.py: Add script.
4092
4093 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4094
4095         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4096
4097 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4098
4099         * Documentation/user/refman.itely (Fingering instructions): add
4100         single note chords. 
4101
4102         * lily/multi-measure-rest-engraver.cc: use a single
4103         MultiMeasureEvent for mm rests. This prevents problems with the
4104         new part combiner.
4105
4106         * scm/music-functions.scm (determine-split-list): analysis has
4107         global effect: a difference halfway a phrase makes the entire
4108         phrase be typeset as apart.
4109         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4110
4111 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4112
4113         * ly/performer-init.ly: add Devnull.
4114
4115         * Documentation/user/refman.itely (Font selection): remove paper20
4116         ref.
4117         
4118 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4119
4120         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4121
4122 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4123
4124         * scm/music-functions.scm (determine-split-list): bugfixes.
4125
4126         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4127
4128         * input/test/scales-greek.ly: use C as base, results in different
4129         alterations at the clef.
4130
4131         * input/regression/pedal-ped.ly: new file.
4132
4133         * input/regression/pedal-bracket.ly: new file.
4134
4135         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4136         replace after_line_breaking()
4137
4138         * lily/line-interface.cc (line): read thickness.
4139         (line): dash-fraction = 0 always for dotted-line style.
4140
4141         * input/test/staff-lines.ly (lower): bugfix.
4142
4143         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4144         \accepts Devnull into Score.
4145
4146         * scm/lily.scm: remove bla.scm load.
4147
4148 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4149
4150         * VERSION: release 2.1.14
4151         
4152         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4153
4154         * lily/side-position-interface.cc (general_side_position): add
4155         Staff_symbol_referencer::staff_space ().
4156
4157         * lily/include/context-def.hh: rename from translator-def.hh
4158
4159 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4160
4161         * input/template/piano-dynamics.ly (pedal): Updated definition of
4162         Dynamics such that \cresc works, for example.
4163
4164 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4165
4166         * lily/stem.cc (calc_stem_info): use
4167         Staff_symbol_referencer::staff_space
4168
4169         * lily/beam-quanting.cc (quanting): scale Stem_info 
4170
4171         * lily/beam.cc (rest_collision_callback): use minimum-distance
4172         property for rest/beam collisions.
4173         (rest_collision_callback): bugfixes.
4174
4175         * lily/system.cc (post_processing): extra-offset is now relative
4176         to the size of the current staff.
4177
4178         * scm/music-functions.scm (notice-the-events-for-pc): record all
4179         voices, only analyze "one" and "two".
4180
4181         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4182         not parent. 
4183
4184         * lily/new-part-combine-iterator.cc (construct_children): create
4185         Devnull from Voice context
4186
4187         * scm/music-functions.scm (determine-split-list): bugfixes.
4188
4189         * lily/lily-guile.cc (robust_scm2int): new function
4190
4191         * lily/staff-symbol-referencer.cc (line_thickness): new
4192         function. Use throughout.
4193
4194         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4195         in its own context.  Add to preset font-size.
4196
4197         * lily/stem.cc (thickness): new function.
4198
4199         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4200         compute thickness from ledger-line-thickness.
4201
4202         * lily/note-head.cc (brew_ledger_lines): use
4203         Staff_symbol::get_ledger_line_thickness ().
4204
4205         * lily/beam.cc (rest_collision_callback): use
4206         Staff_symbol_referencer::staff_space().
4207
4208         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4209         Mus1 Mus2
4210
4211         * lily/include/translator.hh (class Translator): add accepts_list_
4212         so  \with { \denies / \accepts } also works.
4213
4214         * scm/music-functions.scm (determine-split-list): determine split
4215         list from music events.
4216
4217         * lily/new-part-combine-iterator.cc: more states.
4218
4219         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4220
4221 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4222
4223         * lily/system.cc (set_loose_columns): use the right prebroken cols
4224         for interpolating loose column position.
4225
4226         * lily/text-spanner.cc (brew_molecule): default to no vertical
4227         lines.
4228
4229         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4230         take space.
4231
4232         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4233
4234 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4235
4236         * scripts/convert-ly.py: Do not test filename when processing
4237         stdin.
4238
4239         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4240
4241 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4242
4243         * lily/axis-group-engraver.cc (finalize): extra check; if
4244         process_music () is never called, then staffline_ == 0.
4245
4246         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4247         check run_always ().
4248         
4249         * VERSION: release 2.1.13
4250
4251         * input/regression/note-head-style.ly (pattern): cleanup.
4252
4253         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4254         downloading.
4255
4256         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4257         kludge rehearsalmark placement.
4258
4259         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4260         , ly:spanner?
4261
4262         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4263         close to note head for accidentals.
4264
4265         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4266         tuplet direction.
4267
4268         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4269
4270 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4271
4272         * lily/include/music-iterator.hh (class Music_iterator): add
4273         substitute_outlet() to iterator API.
4274
4275         * lily/new-part-combine-iterator.cc (construct_children):
4276         New_pc_iterator: new class, better part combining.
4277
4278         * lily/tie-column.cc (werner_directions): new function
4279
4280         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4281
4282         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4283         empty objects group spanner as parent
4284
4285         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4286         slope against graphical slope.
4287
4288         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4289         for ottava bracket.
4290
4291         * lily/side-position-interface.cc (general_side_position):
4292         opps. reinstate *dir.
4293
4294         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4295         parser run.
4296
4297         * lily/tuplet-bracket.cc: remove calc_dy ().
4298
4299         * Documentation/user/refman.itely (Balloon help): document balloon
4300         help
4301
4302 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4303
4304         * scm/document-backend.scm (check-dangling-properties): Grob
4305         properties are defined define-grob-properties.scm.
4306         
4307 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4308         
4309         * VERSION: release 2.1.12
4310
4311         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4312         ChordName
4313
4314         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4315         relation to surroundings.
4316
4317         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4318         Y-extent to the note-extents: stay clear of the staff.
4319
4320 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4321
4322         * Documentation/user/GNUmakefile
4323         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4324         iso. copy.
4325
4326         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4327
4328         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4329
4330         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4331
4332         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4333
4334         * lily/line-interface.cc (line): remove thickness from calling interface.
4335
4336         * lily/hairpin.cc: use Line_interface
4337
4338         * lily/line-interface.cc: new file. Line_interface for everything
4339         with dotted/dashed lines.
4340         
4341
4342         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4343
4344         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4345         for constructing ottava brackets.
4346         
4347         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4348         the note heads.
4349
4350         * Documentation/user/internals.itely (Engravers and performers):
4351         fix broken link.
4352
4353         * scm/music-functions.scm (make-mark-set): new function.
4354
4355         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4356         functionally identical to beam.
4357
4358         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4359         () with beam (). 
4360
4361         * Documentation/user/refman.itely (Rehearsal marks): document new
4362         functionality.
4363
4364         * input/regression/rehearsal-mark-number.ly: new file.
4365
4366         * input/regression/rehearsal-mark-letter.ly: new file.
4367
4368         * scm/translation-functions.scm (number->mark-string): new function
4369         (format-mark-letters): new function
4370         (format-mark-numbers): new function
4371
4372         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4373         integer; formatting is done through markFormatter property.
4374         
4375         * scm/define-translator-properties.scm: fold all *-done properties
4376         into positioning-done.
4377
4378         * lily/beam.cc (position_beam): new function
4379         (brew_molecule): make sure that positions are calced before making
4380         the molecule.
4381
4382         * scm/output*.scm (beam):  take 4th argument for function.
4383
4384         * ps/music-drawing-routines.ps: take blot as 4th argument.
4385
4386         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4387         stem to avoid small dents.
4388         
4389 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4390
4391         * VERSION: release 2.1.11
4392
4393         * input/regression/balloon.ly: new file.
4394
4395         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4396         objects, and make help texts. 
4397
4398         * scm/new-markup.scm (parse-simple-duration): parse duration
4399         string to log & dots. (Thanks Nicolas!)
4400
4401         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4402         rule.
4403
4404 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4405
4406         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4407         Lemberg).
4408
4409         * THANKS: alphabetic order.
4410
4411 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4412
4413         * input/regression/note-head-harmonic.ly: new file.
4414
4415         * Documentation/user/internals.itely (Technical manual): explain
4416         difference between music, translation, layout.
4417
4418         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4419
4420         * scm/output-ascii-script.scm (bracket): rounding bfs.
4421
4422         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4423
4424         * ly/paper*.ly: remove files. 
4425         
4426         * scm/paper.scm (set-staff-size): new function: set default
4427         staff-size.
4428
4429         * scripts/convert-ly.py (conv): add conversion rule.
4430
4431         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4432         function.
4433
4434         * scm/paper.scm: new file.
4435         (set-staff-size): new function 
4436         (set-paper-size): new function
4437
4438         * lily/parser.yy (music_output_def_body): restructure definition,
4439         so first Scheme statement in \paper also happens in new scope. 
4440
4441         * lily/system.cc (post_processing): move uniquify_list () to
4442         dumping molecule stage.
4443
4444         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4445         this will mess up scores that use barchecks to shorten measures.
4446
4447         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4448         at 20pt too.
4449
4450         * Documentation/user/tutorial.itely (Printing lyrics): document
4451         \lyricsto
4452
4453         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4454
4455         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4456
4457         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4458         if Voice is not found.
4459
4460         * VERSION: release 2.1.10
4461         
4462         * input/{test,regression}/: remove old-relative 
4463
4464         * lily/lexer.ll: add empty markup signature. 
4465
4466         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4467         strut markup
4468
4469         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4470
4471         * scm/define-translator-properties.scm: update melismata property
4472         doco.
4473
4474         * lily/system.cc (output_lines): revert uniquify_list() patch,
4475         strange side effects seen.
4476         
4477         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4478         dash-period < 0.
4479
4480         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4481         for flute. 
4482
4483 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4484
4485         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4486
4487         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4488
4489         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4490         of line breaks.
4491         (brew_molecule): add padding to left, not right.
4492
4493         * lily/system.cc (uniquify_list): new function
4494         (output_lines): uniquify_list () on all-elements. This fixes
4495         double symbols in the output.
4496
4497         * lily/beam.cc (rest_collision_callback): don't move anything if
4498         staff-position is set.
4499
4500         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4501
4502         * lily/system.cc (typeset_grob): warn if adding twice.
4503
4504         * lily/sequential-iterator.cc (run_always): implement run_always().
4505         (also in other files.)
4506         
4507         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4508
4509         * lily/event.cc (to_relative_octave): add octave-check.
4510
4511         * Documentation/user/refman.itely (Line breaking): add noBreak.
4512
4513         * scm/new-markup.scm (normalsize-markup): add function.
4514         (sans-markup): new function.
4515
4516         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4517         come earlier nowadays.  This fixes beams on grace notes.
4518         
4519         * scm/music-functions.scm (direction-polyphonic-grobs): new
4520         variable, share between override and revert. This fixes script
4521         directions in polyphonic sections. (backportme)
4522
4523 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4524
4525         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4526         breakpoints.
4527
4528         * lily/break-align-interface.cc: add doco
4529
4530         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4531
4532 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4533
4534         * VERSION: release 2.1.9
4535
4536         * scm/document-markup.scm (markup-doc-node): add note about naming.
4537
4538         * scm/new-markup.scm (left-align-markup): bugfix. 
4539
4540         * Documentation/user/refman.itely (Ottava brackets): more doco for
4541         ottava.
4542
4543         * lily/side-position-interface.cc (out_of_staff): also do
4544         out_of_staff() correctly for d == DOWN.
4545
4546         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4547         horizontal line if they move to the right.
4548         
4549         * scm/define-grobs.scm (all-grob-descriptions): set
4550         text-repeat-if-broken for ottava spanner
4551
4552         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4553         property.
4554
4555         * mf/feta18.mf: design size is 18 not 22.5
4556
4557         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4558         Add a single LyricsVoice to a melody. Melismata may be set
4559         individually.
4560
4561         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4562
4563         * lily/dot-column.cc: add stdio.h
4564
4565 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4566
4567         * lily/item.cc: documentation for break-visibility (Thanks, John).
4568
4569 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4570
4571         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4572
4573         * lily/translator-def.cc: rename Translator_def to Context_def.
4574
4575         * Documentation/user/internals.itely (Lexical details): clarify
4576         string def.
4577
4578         * Documentation/user/refman.itely (Rhythmic music): add link to
4579         RhythmicStaff 
4580
4581 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4582
4583         * lily/translator.cc: document start_translation_timestep()
4584
4585         * scm/output-tex.scm (tex-encoded-fontswitch): use
4586         round for rounding (inexact->exact yields rationals)
4587
4588         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4589
4590         * lily/translator-group.cc (get_simple_trans_list): 
4591         new function; construct simple_trans_list_ lazily.
4592         
4593 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4594
4595         * lily/paper-outputter.cc (output_scope): Check if number before
4596         checking exact (guile cvs).
4597
4598         * scm/*: Escape backslashes in scheme strings (guile cvs).
4599
4600 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4601
4602         * Documentation/user/refman.itely (Tablatures basic): annotate
4603         seealso sections.
4604
4605         * lily/*.cc: cleanup of engraver initialize() functions.
4606
4607         * lily/repeat-acknowledge-engraver.cc
4608         (start_translation_timestep): remove first_b_
4609
4610         * lily/tab-note-heads-engraver.cc: listen to string number events
4611         inside < > too. (backportme).
4612
4613         * Documentation/user/refman.itely (Text scripts): add fatText to
4614         index.
4615
4616 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4617
4618         * VERSION: 2.1.8
4619
4620         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4621         footer.
4622
4623         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4624
4625         * lily/bar-check-iterator.cc (process): only warn if
4626         barCheckLastFail was changed.
4627
4628         * scm/define-translator-properties.scm (barCheckLastFail): add
4629         property.
4630
4631         * lily/main.cc (main_prog): print summary of failed files.
4632
4633         * lily/axis-group-engraver.cc: move all spanner creation to
4634         process_music (). Now staffs can be adjusted with \override too.
4635         (Jan, you are a brilliant programmer!)
4636         
4637         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4638
4639 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4640
4641         * Documentation/user/tutorial.itely (Integrating text and music):
4642         Show the commands to produce a PDF as well.
4643
4644 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4645
4646         * lily/translator-def.cc (get_translator_names): accept user
4647         tweaks too. 
4648
4649         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4650         as big as normal heads. 
4651
4652         * input/*ly: run convert-ly
4653         
4654         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4655         () if dependencies are fluked.
4656
4657         * scm/document-translation.scm (engraver-doc-string): update on
4658         latest string/symbol conventions.
4659
4660         * lily/translator-ctors.cc: use Scheme_hash_table.
4661
4662         * lily/translator-def.cc (get_translator_names): new function
4663         (add_context_mod): new function
4664         (get_accepted): new function
4665
4666         * lily/parser.yy (context_mod): put all modifications of
4667         \translator { } in a single production, encode as SCM.
4668
4669         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4670         to use read-only lists, so additions to the definition can be
4671         prepended easily.  
4672
4673         * Documentation/user/invoking.itexi (Editor support): add node on
4674         editor support.
4675
4676         * Documentation/user/refman.itely (Bar check): add lyrics example
4677         of bar checks. 
4678
4679         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4680
4681         * scripts/convert-ly.py (conv): add conversion rule.
4682
4683         * lily/parser.yy: use \change iso. \translator for staff switch.
4684
4685         * lily/my-lily-lexer.cc: add \change.
4686
4687         * scm/define-translator-properties.scm
4688         (default-melisma-properties): add definition.
4689
4690 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4691
4692         * Documentation/user/refman.itely (Bar lines): clarification of
4693         systemStartDelimiter. 
4694
4695         * input/test/slur-shape.ly (x): remove file.
4696
4697         * lily/translator-group.cc (apply_property_operations): new function.
4698
4699 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4700
4701         * lily/parser.yy (optional_prop_ops): allow \with {
4702         PROPERTYSETTINGS } following \context or \new.
4703
4704         * lily/my-lily-lexer.cc: add \with.
4705
4706         * lily/parser.yy (property_operation): clean up definition of
4707         property operations.
4708         (property_op_to_music): new function.
4709         (context_spec_music): new function
4710
4711         * VERSION: 2.1.7 released.
4712         
4713         * input/regression/collision-merge-dots.ly: new file.
4714
4715         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4716         then kill the dots too. 
4717
4718         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4719         set/unset breakableSeparationItem
4720
4721         * lily/separation-item.cc (relative_width): add function.
4722
4723         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4724         only-prebreak-interface
4725
4726         * lily/system.cc (output_lines): only junk only-prebreak-interface
4727         grobs.
4728
4729         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4730         read breakableSeparationItem
4731
4732         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4733
4734         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4735
4736         * lily/dot-column.cc (dot_config_badness): new function:
4737         select the best scoring dot configuration: dots should go close to
4738         the note heads, but be shifted up or down according to conventions.
4739         (print_dot_configuration): idem.
4740         (shift_one): idem
4741         (remove_collision): idem.
4742
4743         * input/regression/dots.ly: add more test cases.
4744
4745 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4746
4747         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4748
4749         * flower/include/interval.hh: rename elem_b to contains 
4750
4751         * lily/tie.cc: change 'heads to 'head-pair.
4752
4753         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4754         fill in 'heads field.
4755
4756         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4757         minimum-length for short ones, and shorten so collisions with the
4758         next syllable are avoided.
4759
4760         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4761         near-zero slopes.
4762         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4763
4764         * lily/dots.cc: remove quantized_position callback. All Y
4765         positioning is done by dot-column.cc
4766
4767         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4768         exhaustive test of all dot positions. This fixes disappearing dots
4769         in dotted chords.
4770
4771 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4772
4773         * mf/feta-klef.mf (test_staff): fatten up G clef
4774         (test_staff): fatten up f clef.
4775         
4776
4777 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4778
4779         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4780         * input/les-nereides.ly: Use latin1 characters for title, like
4781         Morgenlied.
4782
4783 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4784
4785         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4786         cmb10).
4787
4788         * lily/lyric-extender.cc (brew_molecule): add little space before
4789         extender line.
4790
4791         * lily/beam-quanting.cc (score_forbidden_quants): check if
4792         outer stafflines fall in any beam gaps.
4793
4794         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4795         for lyric texts.
4796
4797 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4798
4799         * VERSION: 2.1.6 released.
4800
4801         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4802         this shows the demerits of a user-defined beam position pair.
4803
4804         * scm/define-grobs.scm (all-grob-descriptions): set
4805         beamed-extreme-minimum-free-lengths to a different value.
4806
4807         * lily/scm-option.cc: add debug-beam scm-option
4808
4809         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4810
4811 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4812
4813         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4814
4815         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4816         space after barline.
4817
4818         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4819
4820         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4821         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4822         the other case, take standard column-breakable spacing. Do not
4823         warn about "no spacing wishes".
4824
4825         This fixes wide spaces after barlines in very loose lines.
4826
4827         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4828
4829 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4830
4831         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4832         acknowledge_grob lyric-syllable, not lyric-text.
4833
4834         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4835         dashes of length #'length separated by #'dash-period. 
4836
4837         * lily/lyric-extender.cc (brew_molecule): idem
4838
4839         * lily/multi-measure-rest.cc (big_rest): idem
4840
4841         * lily/system-start-delimiter.cc (simple_bar): idem
4842
4843         * lily/bar-line.cc (simple_barline): use rounded box
4844
4845         * VERSION: release 2.1.5
4846
4847         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4848         music): move note about dvips to more visible place.
4849
4850         * lily/lyric-phrasing-engraver.cc: move from
4851         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4852         lyric-phrasing-engraver.hh)
4853         
4854         * lyric-align.ly: remove file
4855         
4856         * scripts/convert-ly.py (FatalConversionError.func): add removal
4857         rule for automaticMelismata
4858
4859         * ly/engraver-init.ly (ScoreContext): switch on
4860         New_phrasing_engraver by default.
4861
4862         * lily/slur-engraver.cc (class Slur_engraver):
4863         process_acknowledged_grobs -> process_music.
4864         (try_music): signal melismata correctly.
4865
4866         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4867         word-space, right-trim-amount, and extend past right bound only
4868         for note heads.
4869
4870         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4871         lyric-extender support: add note-heads to the extender
4872         automatically.
4873
4874         * lily/parser.yy: extender is now post_event. 
4875
4876         * lily/accidental-engraver.cc (number_accidentals): remove
4877         spurious warning about non-parent contexts.
4878
4879         * lily/music-output-def.cc (assign_translator): \translator { }
4880         for a Foo context implicitly redefines \FooContext.
4881
4882         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4883         fixes.
4884
4885         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4886         doubly in slur weight. 
4887
4888         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4889         combination.
4890
4891         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4892         staffbar distance.
4893
4894         * scripts/lilypond.py (global_latex_preamble): crank down size of
4895         the margins. Now there is a 12 mm top and bottom margin, which
4896         should correspond with the printable area of modern printers.
4897
4898         This enlarges the music height of the printable page a little.
4899
4900         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4901         signs. Use \markup instead.
4902         (accreg_pen): tweak for accordeon asterisk.
4903
4904 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4905
4906         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4907
4908         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4909
4910         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4911
4912         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4913
4914         * scm/define-grobs.scm (all-grob-descriptions): change
4915         StanzaNumber description: make side support, i.s.o. breakable.
4916         use Instrument_name_engraver for texts in the margin.
4917
4918         * scm/define-translator-properties.scm: remove
4919         melismaEngraverBusy, stz property.
4920
4921         * *.cc: naming: change empty_b () into is_empty ()
4922
4923         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4924
4925         * input/regression/lyric-phrasing-new.ly: new file.
4926
4927         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4928         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4929         melismata are now left-aligned.
4930
4931 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4932
4933         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4934
4935         * mf/feta19.mf: remove.
4936         
4937         * mf/feta-klef.mf (test_staff): more tweaks
4938
4939         * mf/feta-toevallig.mf: more small size tweaks.
4940
4941         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4942         rests for smaller sizes.
4943
4944         * mf/feta-bolletjes.mf: fix cross heads.
4945
4946         * VERSION: release 2.1.4
4947         
4948         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4949         deprecated #'ancient font family
4950
4951         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4952         it is a string or number.
4953
4954         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4955         change calling convention of stem-attachment function. 
4956
4957         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4958
4959         * mf/feta-autometric.mf: dump WX/WY fields too
4960         
4961         * mf/parmesan-heads.mf: idem.
4962
4963         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4964         attachment coordinates.
4965
4966         * lily/note-head.cc (stem_attachment_coordinate): read stem
4967         attachment from the notehead glyphs WX/WY fields.
4968
4969         * lily/include/font-metric.hh (struct Font_metric): add methods
4970         get_indexed_wxwy (), make a distinction between looking up by
4971         index and ASCII  
4972
4973         * mf/feta-bolletjes.mf: rewrite note head MF code.
4974         (test_outlines): make heads more rotund for smaller sizes. 
4975
4976 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4977
4978         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4979         throughout. Font scaling fixes throughout.
4980
4981         * mf/feta-sleur,slur.mf: remove. 
4982
4983         * mf/feta-slag.mf: rewrite.
4984
4985 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4986
4987         * VERSION: release 2.1.3
4988
4989         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4990
4991         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4992
4993         * lily/mark-engraver.cc (process_music): fix mark
4994         \default. (backportme)
4995
4996         * stepmake/stepmake/automatically-generated.sub.make (default):
4997         use -n for head/tail commands. 
4998
4999         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5000         heads with the same pitch.
5001
5002 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5003
5004         * lily/recording-group-engraver.cc (finalize): set protected_scm
5005         member to '() before finalizing.
5006
5007         * lily/translator-group.cc (finalize): remove removal_processing () 
5008
5009         * lily/recording-group-engraver.cc: new engraver: record
5010         synchronized start & end times for each music object.
5011
5012         * lily/parser.yy (toplevel_expression): execute score rendering
5013         during parsing. Cleanup output-filename handling; this is no
5014         longer done with global variables.
5015         (translator_spec_body): allow \type modification too.
5016
5017         * lily/score.cc:  ly:run-translator: new function
5018         (LY_DEFINE): ly:render-output new function.
5019
5020         Separate interpreting and rendering, and make available as
5021         functions at Scheme level.
5022
5023 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5024
5025         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5026         (musicxml-node->string):
5027         (xml-node->string):
5028         (music-to-musicxml): New function.
5029
5030 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5031
5032         * VERSION: 2.1.2 released
5033
5034         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5035
5036         * scm/font.scm (paper20-font-vector): discouple font design sizes
5037         from sizes specified in .ly file: store all design sizes of a font
5038         in a single vector.
5039
5040         * lily/font-select.cc (get_font_by_design_size): new function
5041
5042         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5043         add parmesan,feta in sizes 14 and 18.
5044         
5045         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5046
5047         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5048         of fontSize: this now sets font-size
5049
5050 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5051
5052         * VERSION: 2.1.1 released
5053         
5054         * Documentation/user/refman.itely (Tuning objects): add note about
5055         concurrent tweaks in different contexts. 
5056
5057         * lily/tie-engraver.cc (acknowledge_grob): use
5058         Staff_symbol_referencer::get_position iso. reading staff-position
5059         directly.
5060
5061         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5062         currentMusicalColumn as left span-point for bracket. The bracket
5063         is too long when there are accidentals.
5064
5065 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5066
5067         * buildscripts/lilypond-profile.sh,
5068         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5069         Thanks to Reuben Thomas <rrt@mupsych.org>
5070
5071 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5072
5073         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5074         Wurbel <wurbel@univ-tln.fr>.
5075
5076 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5077
5078         * scripts/midi2ly.py: Add space after chords.
5079
5080 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5081
5082         * input/regression/{many}: add few @code{ ... }.
5083
5084 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5085
5086         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5087         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5088         Removed cmbx5, cmbx6 (which are included in teTeX)
5089         and cmbxti14 which is not used in fonts.scm.
5090
5091 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5092
5093         * lily/midi-item.cc: fine tune quarter tones.
5094
5095 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5096
5097         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5098         new function, warn how many cents are missing in fine tuning.
5099
5100 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5101
5102         * input/bugs/rhytmicstaff-tie.ly: add file.
5103
5104         * THANKS: Create skeleton for 2.1.
5105
5106 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5107
5108         * input/test/bar-lines.ly (TODO): dashed "|".
5109
5110 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5111
5112         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5113         input/regression/tie-chord.ly: Fix spell for tying.
5114
5115         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5116
5117         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5118         new file (renamed, see above).
5119
5120         * Documentation/user/lilypond-book.itely
5121         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5122         * input/example-1.ly input/example-2.ly input/example-3.ly
5123         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5124         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5125         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5126         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5127         * scripts/lilypond-book.py scripts/lilypond.py
5128         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5129         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5130
5131         * Documentation/user/lilypond.tely: update version.
5132
5133         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5134         Remove extra spaces in each @node, fixes spaces.
5135
5136 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5137
5138         * scripts/lilypond-book.py (output_dict): Add definition of
5139         \lilypondbook also for LaTeX output. Solves several bug reports.
5140
5141 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5142
5143         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5144
5145 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5146
5147         * input/test/transposition.ly: Fix key signatures, given in comments.
5148
5149 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5150
5151         * scm/midi.scm (instrument-names-alist),
5152         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5153
5154 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5155
5156         * input/test/temporary-stave.ly (texidoc): New example based on an
5157         email question from Ralph Little.
5158
5159 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5160
5161         * VERSION: release 2.1.0
5162         
5163         * lily/note-performer.cc (try_music): accept busy-playing-event.
5164
5165         * lily/swallow-perf.cc (try_music): return false for
5166         busy-playing-event and melisma-playing-event.
5167
5168 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5169
5170         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5171         >> in \score.
5172
5173 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5174
5175         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5176         that articulation_substitute will not move beam start again.
5177         (articulation_substitute): Bugfix: remove stray space so that new
5178         old chords ending '>>' does not get broken up.
5179         (sub_chord): Use TAB for indentation (not spaces).
5180         
5181         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5182         Bugfix for startup: Use ?^ instead of ?\^.
5183
5184 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5185
5186         * lily/lyric-combine-music-iterator.cc
5187         (Lyric_combine_music_iterator): change init order, to prevent GC
5188         segfaults.
5189
5190         * lily/context-specced-music-iterator.cc (construct_children): 
5191         only change  translator if found. This fixes a core dump problem.
5192
5193 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5194
5195         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5196         comparison.
5197
5198         * mf/feta-bolletjes.mf: make hole in half note little
5199         smaller for stem attachment.
5200
5201         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5202
5203         * mf/feta-banier.mf: don't draw stem with flag, just small square
5204         attachment.
5205
5206         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5207
5208         * mf/feta-banier.mf: remove upstem/downstem characters.
5209
5210         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5211
5212         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5213         stafflinethickness (in the default)
5214
5215         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5216
5217         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5218
5219         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5220
5221         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5222
5223         * lily/include/directional-element-interface.hh:
5224         junk class, make {get,set}_grob_direction functions.
5225
5226         * lily/slur.cc (get_attachment): do something sensible when
5227         attaching to stem without heads (eg. a rest).
5228
5229         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5230         forcing up to staff.  remove #'support-head property
5231         (brew_molecule): small cleanup.
5232         (flag): remove #'grace property.
5233
5234 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5235
5236         * cygwin/postinstall-lilypond.sh: 
5237         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5238         (Volker Zell).
5239
5240 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5241
5242         * scripts/lilypond-book.py: resurrect 'eps' option. 
5243         (TexiPaper.to_eps): use -Ppdf for EPS files.
5244
5245         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5246
5247         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5248
5249         * VERSION: release 2.0.1
5250
5251         * lily/bezier.cc (get_other_coordinate): change assert into
5252         warning.
5253
5254         * lily/note-head.cc (internal_brew_molecule): make left protusion
5255         smaller, to accomodate for natural sign.
5256         (internal_brew_molecule): only do this when the accidental is
5257         close enough.
5258         (extent): new function
5259
5260         * lily/skyline.cc (merge_skyline): new function
5261         (heighten_skyline): new function
5262
5263         * lily/accidental-placement.cc (position_accidentals) 
5264         (position_accidentals): fix todo.
5265
5266 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5267
5268         * input/test/+.ly (texidoc): put version number inline.
5269
5270         * GNUmakefile.in: remove rsync-web target.
5271         
5272         * input/regression/bar-scripts.ly (onestaff): raggedright
5273
5274 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5275
5276         * lily/*.cc: remove #if 0'd code in couple of places.
5277
5278         * lily/midi-stream.cc (operator <<): rewrite.
5279
5280         * lily/note-head.cc (internal_brew_molecule): 
5281         only make ledgers when the Staff symbol has lines.
5282
5283         * ly/property-init.ly (arpeggioBracket): simplify
5284
5285         * lily/translator-group.cc (execute_pushpop_property): use
5286         SCM_EQ_P for comparing keys. This fixes reverting
5287         auto-beam-settings.
5288
5289 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5290 *
5291         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5292         midi_debug_global_b.
5293         (operator <<): Normalise loop.
5294
5295 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5296
5297         * scripts/lilypond.py (escape_path): revise.
5298
5299         * scm/music-functions.scm (set-output-property): new function.
5300         
5301 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5302
5303         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5304         use addmakeflags again.
5305
5306         * cygwin/lily-wins.py (escape_shell): New function; use it.
5307
5308         * scripts/lilypond.py (escape_shell): Escape quotes and other
5309         spaces too.  Do not escape escaping backslashes.
5310
5311         * make/srcdir.make.in (web-install): Must call install-WWW now.
5312
5313         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5314         dependency
5315
5316 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5317
5318         * scripts/lilypond.py (escape_path): escape quotes too. 
5319
5320         * Documentation/user/lilypond.tely (Unified index): rename Index
5321         to accomodate Windows breakage.
5322
5323         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5324
5325         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5326         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5327         target not a source.
5328
5329 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5330
5331         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5332         addmakeflags.  Build and install doc and web also when building on
5333         Cygwin.
5334
5335         * mf/GNUmakefile: Bugfix.
5336
5337         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5338         target web.
5339
5340         * cygwin/lily-wins.py: Quote filename.
5341
5342 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5343
5344         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5345
5346 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5347
5348         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5349         settings.
5350
5351         * configure.in: Require g++ > 3.0.4.
5352
5353         * mf/GNUmakefile: Bugfix: Add list.ly target.
5354         
5355         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5356
5357         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5358         make omf directory, add uninstall targets.
5359
5360 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5361
5362         * lily/tie-performer.cc (initialize): init prev_event
5363
5364         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5365
5366         * lily/script-engraver.cc (make_script_from_event): don't crash on
5367         non-string articulation-type.
5368
5369         * lily/new-fingering-engraver.cc (add_script): don't crash on
5370         0 scripts 
5371         (acknowledge_grob): warn about text script events.
5372
5373 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5374
5375         * buildscript/lilypond.words: fix path for drums.scm.
5376
5377 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5378
5379         * lily/spacing-spanner.cc (note_spacing): don't make longer
5380         durations than measure-length.
5381
5382         * VERSION: release 2.0.0
5383
5384         * GNUmakefile.in (rsync-web): version independent rsync target.
5385
5386         * input/test/+.ly (texidoc): idem.
5387
5388         * input/regression/+.ly: print version number.
5389
5390         * input/regression/accidentals.ly (mel): shorten.
5391
5392         * input/regression/accidental-octave.ly (texidoc): shorten.
5393
5394         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5395
5396         * input/regression/completion-heads-polyphony.ly: octave
5397
5398         * input/regression/beam-manual.ly: remove
5399
5400         * input/regression/beam-chord.ly: remove
5401
5402         * input/regression/grace-dynamic.ly: remove
5403         
5404         * input/regression/grace-volta-repeat.ly: octave fixes.
5405
5406         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5407
5408         * lily/parser.yy (step_number): semitones for chord entry too.
5409         (make_chord_step): more robust code, semitones. 
5410
5411         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5412
5413         * input/regression/breathing-sign.ly (texidoc): split ancient and
5414         normal breathing signs.
5415
5416         * scm/define-grobs.scm (all-grob-descriptions): swap
5417         beamed-extreme-minimum-free-lengths and
5418         beamed-minimum-free-lengths; the 'extreme' case should allow
5419         shorter stems. This fixes forced directions on beamed 32nd and
5420         shorter notes.
5421
5422         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5423         quartertones, not semitones.
5424         (NoteNamesContext): swallow more event types
5425
5426         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5427
5428         * VERSION (PACKAGE_NAME): release 1.9.10
5429
5430 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5431
5432         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5433         set note head as cause of note-column.  This gives a better error
5434         message.
5435
5436 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5437
5438         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5439
5440 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5441
5442         * mf/GNUmakefile (pfa_warning): instruct 
5443
5444         * stepmake/aclocal.m4: typo.
5445
5446         * Documentation/user/cheatsheet.itely: more verbose examples.
5447
5448         * input/regression/clefs.ly: remove bogus docstring.
5449
5450 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5451
5452         * GNUmakefile.in (SUBDIRS): Add elisp.
5453
5454         * elisp/lilypond-mode.el: 
5455         * elisp/lilypond-init.el: 
5456         * elisp/lilypond-indent.el: 
5457         * elisp/lilypond-font-lock.el: Move from top dir.
5458
5459         * stepmake/stepmake/elisp-vars.make: New file.
5460
5461         * config.make.in (elispdir): Add.
5462
5463         * Documentation/topdocs/INSTALL.texi: Typo.
5464
5465         * make/ly-rules.make: Test for files instead of touching void and
5466         ignoring errors.
5467
5468         * GNUmakefile.in:
5469         * make/lilypond.redhat.spec.in:
5470         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5471         <builddir>, adding
5472         
5473              (push "<builddir>/share/lilypond/elisp" load-path)
5474
5475         to your ~/.emacs.el should give you LilyPond-mode again.
5476
5477         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5478         regexp for DOS/Windows, we are too paranoid to fix others.
5479
5480 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5481
5482         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5483
5484         * input/test/chord-names-jazz.ly (banterProperties): fix
5485
5486         * lily/parser.yy (bass_mod): bass figure alterations are semi
5487         tones, not quarter tones
5488
5489         * lily/beam.cc (set_stem_lengths): only lengthen stems
5490         for gapped beams.
5491
5492         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5493         by beamcount.
5494
5495         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5496         a warning that the warning may erroneous.
5497
5498         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5499         target.
5500
5501         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5502         targets.
5503
5504         * GNUmakefile.in ($(config_h)): config.h should depend on
5505         config.hh.in .
5506         (lilypond.words): remove fontball stuff.
5507
5508         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5509
5510         * configure.in: remove pktrace reference.
5511
5512         * GNUmakefile.in (rsync-web): permissions and ownership for
5513         website.
5514
5515         * lily/volta-engraver.cc (staff_eligible): new function.
5516         (stop_translation_timestep): kill off spanners if not eligible.
5517
5518         * VERSION (PATCH_LEVEL): release 1.9.9
5519
5520         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5521
5522         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5523         length is more important than forbidden quants.
5524         
5525 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5526
5527         * buildscripts/lilypond.words: order words in search order,
5528         add lilypond.words.vim to be generated.
5529
5530         * lilypond.vim: use lilypond.words.vim for keyword matching.
5531
5532         * lilypond-mode.el: use search order. fix word selection rules.
5533
5534         * lilypond-font-lock.el: fix fontifying long durations.
5535
5536         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5537
5538 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5539
5540         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5541
5542         * stepmake/stepmake/generic-targets.make:
5543         * stepmake/stepmake/bin/make-version.py: 
5544         * stepmake/aclocal.m4:
5545         * make/stepmake.make:
5546         * make/toplevel-version.make: Build fixes: remove last traces of
5547           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5548
5549         * lily/beam.cc: Add gap-count property.
5550
5551 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5552
5553         * scm/define-grob-properties.scm (gap-count): add gap-count
5554
5555         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5556
5557 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5558
5559         * cygwin/mknetrel.doc: Typo.
5560
5561         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5562
5563         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5564
5565 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5566
5567         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5568         sizes. Remove support for 'ledger'(=tabloid+landscape).
5569
5570 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5571
5572         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5573         sauter PFAs.
5574
5575         * configure.in: remove VERSION stuff once again.
5576
5577         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5578
5579         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5580         for chord names.
5581
5582         * mf/GNUmakefile: always trace pfa fonts.
5583         (SAUTER_FONTS): add cmss[567] too fonts
5584
5585         * configure.in: require mftrace. 
5586
5587         * lily/staff-performer.cc (new_instrument_string): don't look at
5588         instrument property.
5589
5590         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5591         is_direction is the C++ one. Similar for ly_axis_p and
5592         ly_number_pair_p
5593
5594 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5595
5596         * lily/beam.cc (brew_molecule): read gap-count to determine
5597         number of tremolo (gapped) beams.
5598
5599         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5600         shorter than 1/8
5601
5602         * flower/include/array.hh (default_compare): new function
5603
5604         * cygwin/mknetrel: Native fixes.
5605
5606         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5607
5608 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5609
5610         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5611         feature for Windows.
5612
5613         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5614
5615         * cygwin/mknetrel: Updates for native use on Cygwin.
5616
5617         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5618
5619         * stepmake/stepmake/help2man-rules.make: 
5620         * cygwin/mknetrel: Bugfix for manpages.
5621
5622         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5623         $(builddir).  Stepmake is a normal subdirectory now, that is not
5624         configured.  Another srcdir build fix.
5625
5626         * Documentation/topdocs/INSTALL.texi,
5627         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5628         lilypond-init.el, lilypond-mode.el, debian/rules,
5629         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5630         rename generated file lilypond.words to lilypond.words.el.
5631
5632 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5633
5634         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5635
5636         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5637         GNUmakefile.in.
5638
5639 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5640
5641         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5642         when cross building.
5643
5644         * configure.in: srcdir build fix.
5645
5646         * cygwin/GNUmakefile:
5647         * cygwin/lily-wins.py:
5648         * cygwin/postremove-lilypond.sh: 
5649         * cygwin/postinstall-lilypond.sh: Merge from stable.
5650
5651         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5652         s/ly2dvi/lilypond/.
5653
5654 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5655
5656         * lily/slur.cc (after_line_breaking): only set control points if
5657         none supplied yet.
5658
5659         * input/test/slur-manual.ly: new file.
5660
5661         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5662         <<  >> chords too.
5663
5664         * VERSION (PACKAGE_NAME): release 1.9.8
5665
5666         * scripts/lilypond.py (escape_path): escape spaces in directory names
5667
5668         * input/test/text-spanner.ly: fixes.
5669
5670 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5671
5672         * buildscripts/lilypond.words.py: add drum names as note names to
5673         Emacs-mode.
5674
5675 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5676
5677         * input/regression/hairpin-dashed.ly: new file.
5678
5679         * scripts/convert-ly.py (conv): warn about dash-length.
5680
5681         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5682         automatically if we get a new one.
5683
5684         * lily/lookup.cc (dashed_line): new function
5685
5686         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5687         dash-fraction.
5688
5689 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5690
5691         * buildscripts/lilypond.words.py: extract note names.
5692
5693         * lilypond-mode.el: take note names from lilypond.words -file.
5694         small fix in the use of string-match.
5695
5696         * lilypond-font-lock.el: use lilypond.words for note names, add 
5697         maxima to note a duration.
5698
5699 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5700
5701         * lily/breathing-sign.cc: remove railtracks() function. 
5702
5703         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5704
5705         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5706         (brew_molecule): bugfix don't make arpeggio shorter when
5707         arpeggio-direction is set.
5708
5709         *  debian/rules: small corrections in the (Pedro K)
5710
5711         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5712         examples.
5713
5714         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5715         special (repeat) bar comes along.
5716
5717         * input/regression/auto-beam-bar.ly: update.
5718
5719         * scripts/lilypond-book.py (output_dict): remove support for the
5720         EPS option.
5721
5722         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5723         VerticalAlignment and VerticalAxisGroup this fixes the size
5724         computations for the entire system.
5725  
5726         * input/les-nereides.ly (bass): remove superfluous fontSize.
5727
5728         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5729         causes directory of file to be added to include path.
5730
5731         * input/regression/beam-break.ly: test single stem beams.
5732
5733         * input/regression/system-start-bracket.ly: fix.
5734
5735         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5736
5737         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5738
5739         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5740         (score_stem_lengths): do something sensible for single stem beams.
5741
5742         * lily/beam.cc (least_squares): add kludge for single stem beams.
5743
5744         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5745         keySignature to list of broken things.
5746
5747         * input/regression/keys.ly: fix.
5748
5749         * VERSION (PACKAGE_NAME): release 1.9.7
5750
5751         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5752
5753         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5754
5755         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5756         (quartertone_pitch): new function
5757
5758         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5759         flat. WARNING: FONT CHANGED.
5760
5761         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5762
5763         * lily/accidental-placement.cc (add_accidental): support for
5764         quarter tones.
5765
5766         * ly/LANGUAGEs.ly: use symbols for alterations.
5767
5768         * mf/feta-toevallig.mf: change accidental codes. 
5769
5770         * scm/lily.scm (ly:get-option): switch on debugging only for
5771         --verbose.
5772
5773         * lily/lily-guile.cc: remove ly:verbose?
5774
5775         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5776
5777         * lily/parser.yy (TODO): only do gh_call() for apply with
5778         procedure argument.
5779
5780         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5781         stuff in accordance with new timing of tie-events.
5782
5783         * lily/my-lily-lexer.cc: remove \outputproperty
5784
5785         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5786
5787         * scm/define-translator-properties.scm (melismaBusyProperties):
5788         add melismaBusyProperties property.
5789
5790 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5791
5792         * input/test/ambitus-mixed.ly (texidoc): new file.
5793
5794         * buildscripts/mutopia-index.py (find): prune debugging
5795
5796         * lily/side-position-interface.cc: doc updates
5797
5798         * Documentation/user/refman.itely: updates, tweaks.
5799
5800         * lily/parser.yy (Simple_music): remove outputproperty
5801
5802         * make/stepmake.make: use VERSION again; importing VERSION via
5803         autoconf dependencies is too hairy.
5804
5805 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5806
5807         * lilypond-mode.el: allow `-' for keywords and identifiers.
5808
5809 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5810
5811         * VERSION: release 1.9.6
5812         
5813         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5814         iso. ly2dvi.
5815
5816         * Documentation/user/*.itely: fixes everywhere
5817
5818         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5819         produce ties from the engraver itself, do not broadcast TieEvent.
5820
5821         * lily/my-lily-lexer.cc: remove pitch & duration.
5822
5823         * lily/parser.yy (TODO): remove \pitch and \duration
5824
5825         * input/test/explicit.ly: remove file.
5826
5827         * Documentation/user/refman.itely (Pitches): remove \pitch 
5828         \duration command.
5829
5830 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5831
5832         * buildscripts/lilypond.words.py: add all slur types to Emacs
5833         insertion menu, suppose everything is postfixed by dropping 
5834         unnecessary `-' -marks.
5835
5836 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5837
5838         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5839         tremoloed stems.
5840
5841         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5842         head for flagged stems.
5843
5844         * lily/stem.cc (get_default_stem_end_position): futz with extra
5845         stem length if there is a stem tremolo.
5846
5847         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5848         it would be too small.
5849
5850         * lily/font-metric.cc: return #f for non-existent glyph.
5851         
5852         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5853         exported through config.make.
5854
5855         * input/regression/clef-oct.ly: new file.
5856
5857         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5858         transposition.
5859
5860         * input/template/*.ly: remove old relative.
5861
5862         * ly/english.ly: add X names for double sharp.
5863
5864 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5865
5866         * lily/font-select.cc: new file handle font selection routines.
5867
5868         * lily/parser.yy: add ; (Patrick Atamaniuk)
5869
5870         * input/test/time-signature-double.ly: use markups for double time
5871         sigs.
5872
5873         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5874         ChordNames.SeparationItem #'padding for adjusting space after chords.
5875         
5876         * lily/music-output-def.cc (LY_DEFINE): 
5877         new function ly:paper-lookup.
5878         
5879         * mf/parmesan-clefs.mf: use # quantities for char_box
5880         offsets. Fixes overflow errors in the PFA. 
5881
5882         * scm/new-markup.scm (strut-markup): change calling interface for
5883         markup. Pass paper-def, not grob. This would allow \markup to be
5884         used separately from grobs.
5885
5886         * lily/paper-def.cc: new function ly:paper-font; this function
5887         replaces ly:get-font.
5888
5889         * lily/include/font-interface.hh (struct Font_interface): take
5890         Paper_def iso. Grob for get_font().
5891
5892 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5893
5894         * Documentation/user/ tutorial.itely, refman.itely: add warning
5895         about \key and accidentals.
5896
5897 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5898
5899         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5900
5901         * Documentation/user/*.itely: manual tweaks
5902
5903 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5904
5905         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5906         cleanup; bugfix: exact_center
5907
5908         * Documentation/user/refman.itely: added more documentation on
5909         ambitus according to recent questions on lilypond-user list
5910
5911 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5912
5913         * input/regression/ottava.ly (texidoc): demo 15ma too.
5914
5915         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5916
5917         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5918         octave fixes.
5919
5920 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5921
5922         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5923         problems on older Mac editors.
5924
5925 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5926
5927         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5928
5929 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5930
5931         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5932         mf/parmesan-clefs.mf: added comments on character alignment and
5933         set_char_box() conventions
5934
5935         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5936         set_char_box()'s
5937
5938         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5939
5940 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5941
5942         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5943
5944 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5945
5946         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5947         shortened to avoid almost-collision with staff line; code cleanup;
5948         other custodes: fixed char boxes; code cleanup
5949
5950 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5951
5952         * configure.in: release 1.9.5
5953         
5954         * scripts/lilypond.py (global_latex_preamble): only set
5955         twosideshift if 'twoside' is in latexoptions 
5956
5957         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5958
5959         * VERSION: remove
5960
5961         * scripts/*2ly.py: update <> syntax
5962
5963 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5964
5965         * lily/chord-name-engraver.cc (process_music): add origin for
5966         chord name.
5967
5968         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5969
5970         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5971         bass notes for exceptions too.
5972
5973         * scm/define-grobs.scm (all-grob-descriptions): rename
5974         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5975
5976         * scm/define-grob-properties.scm (remove-first): add remove-first
5977         property for orchestral scores.
5978
5979         * Documentation/user/*.itely: switch <<>> and <> 
5980
5981         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5982         last_line only once. This fixes the two consecutive glissandi problem.
5983
5984 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5985
5986         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5987         error message "flexa-width undefined"
5988
5989         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5990         lily/include/gregorian-ligature.hh: print warning when ignoring
5991         head prefixes on flexa shapes
5992
5993         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5994         space before a series of inclinatum heads
5995
5996         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5997         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5998         cleanups
5999
6000         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6001         and char_box
6002
6003 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6004
6005         * input/regression/breathing-sign.ly: tiny fixes
6006
6007         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6008         semantical collision with vaticana ligatures
6009
6010         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6011         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6012         now consistent with mensural ligatures
6013
6014         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6015         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6016         context pitches and staff position; dto. for virga stem; removed
6017         obsolete virga and clivis characters from parmesan font (WARNING:
6018         font changed)
6019
6020         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6021         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6022
6023         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6024         scm/define-grob-properties.scm: consistency fix: renamed
6025         join_left->add_cauda
6026
6027         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6028         appendix length; bugfix: yoffs_bt for reverse direction punctum
6029         characters
6030
6031         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6032         small cleanups; added more docu
6033
6034         * lily/mensural-ligature-engraver.cc,
6035         lily/vaticana-ligature-engraver.cc,
6036         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6037         computation to CoherentLigatureEngraver
6038
6039         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6040         scm/define-grob-properties.scm: bugfix: added missing linea and
6041         cavum properties; bugfix: removed dead semivocalis property
6042
6043         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6044         length; redesigned quilisma, stropha and auctum
6045
6046         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6047         line thickness
6048
6049         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6050         Documentation/user/refman.itely: bugfix: introduced shifted
6051         epiphonus head to avoid collision with adjacent plica
6052
6053 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6054
6055         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6056
6057         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6058
6059 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6060
6061         * Documentation/user/tutorial.itely (A lead sheet): remove
6062         duplicate chords.
6063
6064         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6065
6066 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6067
6068         * Documentation/bibliography/computer-notation.bib (isbn): add
6069         xivcim publication.
6070
6071 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6072
6073         * GNUmakefile.in: drop lilypond.words for generation.
6074
6075 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6076
6077         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6078
6079         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6080
6081 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6082
6083         * input/test/figured-bass-alternate.ly (fl): new file.
6084
6085         * Documentation/topdocs/README.texi (Top): clarifications.
6086
6087         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6088         theses of Gieseking and Renz.
6089
6090         * GNUmakefile.in (README_FILES): remove README.mandrake.
6091
6092 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6093
6094         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6095         from source files and search patterns listed in the script.
6096
6097         * GNUmakefile.in: add target `lilypond.words'.
6098
6099         * lilypond.words: remove file, generated by `make lilypond.words'.
6100
6101         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6102
6103 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6104
6105         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6106
6107 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6108
6109         * VERSION: 1.9.4 released
6110
6111         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6112         rule for < > <-> << >> substitution
6113
6114         * lily/lexer.ll: exchange meaning of << >> and < > 
6115
6116         * VERSION (PACKAGE_NAME): 1.9.3 released
6117
6118         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6119         pages unconditionally.
6120
6121 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6122
6123         * Documentation/user/music-glossary.tely (Top): small syntax
6124         fixes.
6125
6126         * scm/music-functions.scm (remove-tag): filter \tagged music
6127         expressions.
6128
6129         * input/regression/tag-filter.ly (texidoc): new file.
6130
6131         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6132         symbol2 .. ) etc. 
6133
6134         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6135         convert rule.
6136
6137         * Documentation/user/refman.itely (Fingering instructions): adjust
6138         manual.
6139
6140         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6141         for borderline cases (e.g. 1 fingering.)
6142         (position_scripts): revise interface, use fingerOrientations to
6143         set fingering positions.
6144
6145         * scm/document-translation.scm (context-doc): add aliases to
6146         automated documentation.
6147
6148         * make/lilypond-vars.make: remove stepmake compat glue.
6149
6150         * make/generic-vars.make: remove cruft.
6151
6152         * lily/main.cc (main): don't identify binary.
6153
6154 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6155
6156         * lily/include/translator.hh (class Translator): remove
6157         type_string_ , use symbol for context name throughout.
6158         Changes through whole source tree.
6159
6160         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6161         set PDF as default, and always make PDF.
6162
6163         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6164
6165 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6166
6167         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6168         Documentation/user/refman.itely input/regression/allfontstyle.ly
6169         input/regression/grace-types.ly:
6170         fix spelling for acciaccatura (Webster's 1913).
6171
6172 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6173
6174         * lily/main.cc (usage): adjust blurb, include url.
6175
6176         * input/regression/breathing-sign.ly (texidoc): transpose up
6177
6178 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6179
6180         * input/regression/breathing-sign.ly: changed ancient examples to
6181         be relevant (by request of Han-Wen); updated BreathingSign text
6182         property according to new syntax.
6183
6184         * ly/gregorian-init.ly: updated BreathingSign text property
6185         according to new syntax
6186
6187 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6188
6189         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6190         (Clef): index entries for clefs.
6191
6192         * python/lilylib.py (system): remove errorlog files.
6193         
6194 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6195
6196         * lilypond.words: add \new and new graces. Add dynamics to menus
6197         keeping 1.8.x compatibility; after all the engraving relating to 
6198         notes becomes postfixed `-' marks will be removed.
6199
6200 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6201
6202         * lily/molecule.cc (align_to): idem.
6203
6204         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6205         
6206         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6207         accacciatura everywhere.
6208
6209         * VERSION (PACKAGE_NAME): released 1.9.2
6210
6211         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6212
6213         * scm/document-markup.scm (markup-doc-node): sort markup function
6214         list.
6215
6216         * lily/paper-outputter.cc (output_version): change "Lily was here"
6217         into  "Engraved by LilyPond"
6218
6219         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6220         on unquoted strings before \notenames.
6221
6222         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6223         increases the number of s/r reductions to 4.
6224
6225         * scm/new-markup.scm (fraction-markup): \fraction command.
6226
6227         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6228         mode
6229
6230         * lily/lookup.cc (round_filled_box): rename function.
6231         (LY_DEFINE): round-filled-box: change signature.
6232
6233         * Documentation/user/refman.itely: revise section explaining grace
6234         notes.
6235
6236         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6237         ly:set-context-property
6238
6239         * input/*/*.ly (vmus): use \new everywhere.
6240
6241         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6242
6243         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6244         default
6245
6246         * scm/music-functions.scm (set-stop-grace-properties)
6247         (set-start-grace-properties, add-grace-property): new functions
6248         for modular grace tweak control.
6249
6250         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6251         
6252 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6253
6254         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6255
6256         * GNUmakefile.in (install-pfa-fonts):
6257         (get-pfa-fonts): New target.
6258
6259         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6260         install-pfa-fonts help.
6261
6262 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6263
6264         * lily/translator-scheme.cc (LY_DEFINE):
6265         ly:context-pushpop-property new function.
6266         (LY_DEFINE): new function ly:translator-find  
6267         new function ly:translator?
6268         (LY_DEFINE): new function ly:context?
6269
6270         * lily/translator-def.cc: remove
6271         Translator_def::apply_pushpop_property().
6272
6273         * python/lilylib.py (read_pipe): only store and display error log
6274         if verbose not set.
6275         (read_pipe): only display log if it contains something.
6276
6277 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6278
6279         * Documentation/misc/GNUmakefile: Re-add.
6280         (TEXTS): Add CHANGES.
6281
6282 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6283
6284         * lilypond.words: add \newcontext.
6285
6286 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6287
6288         * lily/tie-performer.cc (stop_translation_timestep): only flush
6289         tied_notes when we have actually made a tie. Fixes bugs with ties
6290         in polyphonic scores.
6291
6292 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6293
6294         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6295         they do not exist.
6296
6297 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6298
6299         * VERSION (PACKAGE_NAME): released 1.9.1 
6300
6301         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6302         Instrument_name_engraver
6303
6304         * lily/tie-performer.cc (create_audio_elements): bugfix
6305
6306         * Documentation/user/music-glossary.tely (Top): comment out
6307         font-style statements.
6308
6309         * input/test/force-hshift.ly: revise example.
6310
6311         * Documentation/bibliography/engraving.bib (note): typos.
6312
6313         * configure.in: bump GCC requirements to 3.x
6314
6315         * lily/include/audio-item.hh (class Audio_tie): rename
6316         note_l_drul_ to note_drul_
6317
6318         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6319
6320         * lily/parser.yy (relative_music): whoops. All \relative were off
6321         by ...  a lot .... Ahem.
6322
6323         * scm/define-music-types.scm (music-descriptions): idem.
6324
6325         * lily/beam-engraver.cc: move new-beam-event to beam-event
6326
6327         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6328         to Tie_engraver
6329
6330         * input/regression/bar-number.ly: remove unnecessary old-relative
6331         options.
6332         
6333         * Documentation/user/internals.itely (Creating contexts): document
6334         \newcontext
6335
6336         * lily/parser.yy (Composite_music): add \newcontext
6337
6338         * Documentation/user/refman.itely (MIDI block): add note about
6339         dotted tempos.
6340
6341         * scm/font.scm: remove old markup legacy
6342
6343         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6344
6345         * lily/breathing-sign.cc (brew_molecule): remove function
6346
6347         * lily/text-item.cc: remove old-style markups.
6348         (interpret_markup): C++ version of markup function
6349         (brew_molecule): idem.
6350
6351         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6352         as Scheme variable.
6353
6354         * scripts/convert-ly.py (conv): dashes rule.
6355         Apply rule.
6356
6357         * Documentation/user/lilypond-book.itely: syntax fixes. 
6358
6359 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6360
6361         * VERSION (PACKAGE_NAME): release 1.9.0
6362
6363         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6364         note about dvips. (Should backport.)
6365
6366         * scripts/convert-ly.py
6367         (FatalConversionError.articulation_substitute): add
6368         convert-new-chords code. Remove convert-new-chords.py
6369
6370         * Documentation/user/refman.itely (Octave check): document
6371         \octave.
6372
6373         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6374         \relative changes.
6375
6376         * lily/parser.yy (command_element): octave check:
6377
6378            \octave PITCH
6379
6380         checks that PITCH (without octave) yields PITCH (with octave) in
6381         \relative
6382
6383         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6384
6385         * lily/scm-option.cc: ly:set-option now has the default argument
6386         #t.
6387
6388         * lily/lexer.ll: add \renameinput
6389
6390         * python/lilylib.py (command_name): robustifications.
6391
6392         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6393         /dev/stderr. This is ash compatible.
6394
6395         * ly/init.ly: add warning if compatibility was not necessary.
6396
6397         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6398
6399         * flower/include/string-handle.icc: formatting cleanups, rename
6400         references by ref_count_.
6401
6402 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6403
6404         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6405         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6406         package libs separately, fix conflicting php variable out=/dev/vc/
6407         invoking `unset out', declare menus, use only one icon-file, fix
6408         doc-path in menu.
6409
6410 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6411
6412         * scripts/convert-ly.py (FatalConversionError.conv): typo
6413
6414         * Documentation/misc/GNUmakefile: restore misc directory.
6415
6416         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6417
6418         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6419         Petites-Preludes 
6420
6421         * input/test/partial-blank.ly (quickmeasure): syntax
6422
6423         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6424         attachment property.
6425
6426         * Documentation/user/refman.itely: remove superfluous -'s 
6427         (Grace notes): ) fixes.
6428
6429         * lily/music.cc: generic compress(), transpose() functions. Remove
6430         others.
6431
6432         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6433         style markup entry.
6434
6435         * lily/parser.yy: all articulations postfix; remove obligatory -
6436         for [,  ) and \!
6437         
6438         * lily/music.cc (to_relative_octave): write generic
6439         to_relative_octave function; various relative cleanups.
6440         Hmmm.
6441
6442         * lily/scm-option.cc: add options new-relative and old-relative
6443
6444         * po/sv.po: new po file.
6445
6446         * Documentation/user/refman.itely (Dynamics): website
6447         fixes. (should backport!)
6448
6449 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6450
6451         * make/lilypond.mandrake.spec.in: declare version only once.
6452
6453 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6454
6455         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6456         meaning for now.
6457
6458 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6459
6460         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6461
6462         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6463
6464         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6465
6466         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6467
6468         * lily/music.cc (var): add ly:music-transpose function.
6469
6470         * lily/parser.yy (pre_events): remove prefix articulations.
6471
6472         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6473
6474         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6475
6476         * Documentation/user/refman.itely (Text markup): add comment about
6477         markup in header.
6478
6479 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6480
6481         * lily/paper-outputter.cc (write_header_fields_to_file): 
6482         only dump value if it is a string.
6483
6484         * flower/include/dictionary.hh: remove.
6485         
6486         * Documentation/ChangeLog-1.5: add back old log.
6487
6488         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6489         .pfas from a .deb.
6490
6491 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6492
6493         * Documentation/bibliography/engraving.bib: add entry for
6494         Jaschinski's Notation
6495
6496 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6497
6498         * Documentation/user/refman.itely (Beaming): add note about
6499         allowBeamBreak
6500
6501 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6502
6503         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6504         GregorianTranscription contexts
6505
6506         * ly/engraver-init.ly: vaticana contexts: minor fixes
6507
6508         * Documentation/user/refman.itely (Ancient notation): added note
6509         on appendix length bug
6510
6511         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6512         input/test/vaticana.ly: use vaticana contexts; small fixes
6513
6514 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6515
6516         * flower/hash.cc: Remove.
6517
6518         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6519         to (nonexistent?) hash_func_ identifier.
6520
6521         * python/midi.c (midi_error, midi_warning): Use char const* for
6522         __FUNCTION__ argument.
6523
6524         * python/gettext.py: Remove.  We already require python 2.1, which
6525         includes gettext.py.
6526
6527         * configure.in: Require python 2.1, as INSTALL.texi says.
6528         it.
6529
6530         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6531         versions 1.50 and 1.75.  Remove note about lexer patch.
6532
6533 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6534
6535         * Documentation/topdocs/INSTALL.texi: Update type1 font
6536         description to actual situation.  Add comment about new font ball
6537         layout.
6538
6539         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6540         in $LILYPONDPREFIX suffices for installation.
6541
6542 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6543
6544         * debian/control (Build-Depends): Add flex-old as alternative to
6545         flex.  Deprecate bison 1.75.
6546
6547 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6548
6549         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6550         Vaticana contexts
6551
6552         * Documentation/user/refman.itely (Ancient notation): documented
6553         some bugs; tiny fixes; added docu on Vaticana contexts
6554
6555         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6556         scripts
6557
6558 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6559
6560         * Documentation/user/refman.itely (Ancient notation): added some
6561         introductory words; added section on ancient time signatures;
6562         added some @seealso and @refcommands; small fixes and
6563         beautifications
6564
6565 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6566
6567         * input/regression/note-head-style.ly: many fixes and updates
6568
6569         * Documentation/user/refman.itely: added small sections on ancient
6570         accidentals, rests and flags; revised ancient note head section;
6571         small wording/spelling fixes
6572
6573         * input/test/rests.ly: layout fixes
6574
6575 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6576
6577         * input/puer-fragment.ly: bugfix: central C position of do clef
6578
6579         * ly/gregorian-init.ly: workaround: add small padding space before
6580         divisiones (the correct fix would be the spacing engine to handle
6581         this)
6582
6583 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6584
6585         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6586         cue-notes.ly: minor fixes.
6587
6588 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6589
6590         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6591         input/test/custos-style.ly
6592
6593         * Documentation/index.html.in: bugfix: link to Tutorial.html
6594
6595         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6596         to neumes; bugfix: "et": epiphonus, not just a simple pes
6597
6598 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6599
6600         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6601
6602         * lilypond.words: add new features: markup, column, center, \[ \].
6603         
6604 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6605
6606         * Documentation/topdocs/NEWS.texi, DEDICATION,
6607         stepmake/bin/add-html-footer.py
6608         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6609         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6610         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6611         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6612         added (only) after a sentence which is complete; if the sentence is 
6613         not ended a comma `,' or nothing is used. fix also spaces.
6614
6615 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6616
6617         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6618         requirements to plain 1.6.
6619
6620         * buildscripts/mutopia-index.py (read_lilypond_header): update
6621         mutopia-index.py to 1.4 syntax [sic]
6622
6623 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6624
6625         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6626
6627 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6628
6629         * Documentation/index.html.in: url for regression pdf
6630
6631         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6632
6633         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6634
6635         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6636
6637         * VERSION: 1.8.0 released
6638         
6639         * GNUmakefile.in (local-WWW-post): footify build fix.
6640
6641         * configure.in: require GUILE 1.6.4
6642
6643         * Documentation/user/GNUmakefile: don't copy *.png for
6644         lilypond-internals
6645
6646         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6647         local-WWW-post target.
6648         (rsync-web): add rsync-web target
6649
6650         * Documentation/user/introduction.itely (Music notation and
6651         engraving): add neume example
6652
6653         * input/puer-fragment.ly (cantus): add puer-fragment
6654
6655 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6656
6657         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6658         to notes, so that equalizer is actualy being used.
6659
6660         * scm/midi.scm (instrument-equalizer-alist):
6661         (absolute-volume-alist): Define public, so that user can copy or
6662         override.
6663
6664         * lily/key-performer.cc (create_audio_elements): Check for minor
6665         key.  Only if key is minor, set MIDI key to minor.
6666
6667 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6668
6669         * Documentation/user/refman.itely (Hiding staffs): fixes.
6670
6671         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6672
6673         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6674         vertical extents to deal with Hara kiri correctly.
6675
6676         * input/regression/hara-kiri-short.ly: remove
6677
6678         * input/regression/hara-kiri-pianostaff.ly: update test.
6679
6680         * Documentation/user/*.tely: remove WEBTITLE
6681
6682         * scm/output-tex.scm (comment): idem.
6683
6684         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6685
6686         * scm/music-functions.scm (make-lyric-event): new function
6687
6688         * scm/lily.scm (lilypond-version): new function
6689
6690         * input/test/version-output.ly: new file.
6691
6692         * Documentation/user/lilypond.tely: add version number to
6693         front-page.
6694
6695 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6696
6697         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6698
6699 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6700
6701         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6702
6703         * Documentation/user/refman.itely (Hiding staffs): rename node.
6704
6705 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6706
6707         * input/regression/new-markup-syntax.ly (texidoc): remove
6708         molecule-callback override.
6709
6710 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6711
6712         * input/les-nereides.ly: Mark tweaks with %tweak.
6713
6714         * Debian patch, see debian/changelog (Anthony Fok).
6715
6716 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6717
6718         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6719         problem.
6720
6721 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6722
6723         * Documentation/user/refman.itely (Text markup): Fix language bug.
6724
6725 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6726
6727         * input/* : postfix syntax fixes.
6728
6729         * Documentation/user/refman.itely (Text markup): add note about
6730         raise/lower with ^ or _ .
6731         
6732         * po/fi.po: fix \\apply strings.
6733
6734         * lily/parser.yy (open_event): warn for prefix articulations.
6735
6736 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6737
6738         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6739         fix also on parmesan font.
6740
6741 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742
6743         * VERSION 1.7.30 released
6744         
6745         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6746
6747         * buildscripts/mutopia-index.py (headertext): rewording
6748
6749 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6750
6751         * scm/new-markup.scm (strut-markup): new markup function.
6752
6753         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6754         space also when no accidental is there.
6755
6756 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6757
6758         * input/les-nereides.ly: Updates.
6759
6760 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6761
6762         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6763         which repeats the tag insertion selected from "Insert tag" menu.
6764
6765 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6766
6767         * lily/all-font-metrics.cc (find_font): load AFM files first only
6768         for feta fonts. This fixes problems with TeXlive and other TeX
6769         distros that include AFM files for the CM fonts. 
6770
6771         * scm/font.scm (qualifiers-to-font-name): remove.
6772
6773         * lily/paper-def.cc: remove get_var.
6774
6775         * input/trip.ly: remove file.
6776         
6777         * input/regression/spacing-note-flags.ly (raggedright): remove
6778         stafflinethickness
6779
6780         * input/les-nereides.ly: update to new syntax, cleanups.
6781
6782 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6783
6784         * Documentation/user/refman.itely: Clarify shortest-note problem
6785         of autobeamer.
6786
6787 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6788
6789         * lilypond-mode.el: Add each word to regexps only once.
6790
6791         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6792         is based on the syntax definitions in lilypond.words. Remove all 
6793         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6794         LilyPond->Insert menu is generated by the entries in lilypond.words 
6795         to which have been given a syntax definition.
6796
6797         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6798         \notes, \relative, \score, \simultaneous, \transpose.
6799
6800         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6801
6802         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6803         
6804         * lilypond-mode.el: add menu keywords separately.
6805
6806         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6807
6808 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6809
6810         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6811         current ugly installation method for PFA fonts.
6812
6813 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6814
6815         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6816         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6817
6818         * Documentation/user/music-glossary.tely: update legato.
6819
6820 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6821
6822         * lexer-gcc-3.0.patch: Remove.
6823
6824         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6825
6826 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6827
6828         * debian/rules (binary-arch): remove NEWS.
6829
6830 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6831
6832         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6833         stepmake/bin{ many }: polish the `--help's of different scripts;
6834         model taken from the core-utils of Linux.
6835
6836         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6837
6838 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6839
6840         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6841
6842         * flower/libc-extension.cc: idem.
6843
6844         * flower/include/libc-extension.hh: protect against isinf macros.
6845
6846 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6847
6848         * { many }: Use two uppercase letters in LilyPond.
6849
6850         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6851
6852         * VERSION: 1.7.29 released.
6853         
6854 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6855
6856         * lily/tie.cc: add TODO comment.
6857
6858         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6859
6860         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6861         linejoins and linecaps. This fixes problems with occasional spikes
6862         on slur/tie endings.
6863         
6864         * input/regression/font-name.ly: don't use PS fonts for
6865         compatibility reasons. 
6866
6867         * mutopia/claop.py (accents): update to 1.8
6868
6869         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6870
6871         * Documentation/user/macros.itexi: don't color glossary links.
6872
6873         * Documentation/user/invoking.itexi (Error messages): new section
6874
6875 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6876
6877         * input/regression/font-name.ly: add file.
6878
6879         * scm/document-backend.scm (grob-doc): remove <hr> from
6880         lilypond-internals
6881
6882         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6883         reqd version to 1.6.4 
6884
6885         * lily/font-interface.cc (get_font): bugfix: take font-name from
6886         alist chain too. This fixes font-name override for \markup.
6887
6888 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6889
6890         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6891
6892         * input/test/polymetric-differing-notes.ly: Compile fix.
6893
6894 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6895
6896         * Documentation/user/refman.itely: fixed typo
6897
6898         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6899         before flexa
6900
6901 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6902
6903         * input/test/{ many }: search & fix some typos.
6904
6905 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6906
6907         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6908         images.
6909
6910         * scm/music-functions.scm (make-voice-props-set): set Script /
6911         TextScript dir for polyphony too.
6912
6913         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6914         before clef.
6915
6916         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6917
6918 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6919
6920         * Documentation/user/refman.itely (Percussion): Small
6921         clarifications and fixes.
6922
6923         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6924         threads. This fixes different heads playing simultaneously.
6925
6926 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6927
6928         * Documentation/user/{ many }: increase readability (read through 
6929         User manual from `one big page').
6930
6931 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6932
6933         * input/test/polymetric-differing-notes.ly: add example with
6934         disparate note values.
6935
6936         * input/test/polymetric.ly: rename from poly-metric
6937
6938         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6939         iso. outname.
6940
6941         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6942         G-clef bbox to real char extents. This fixes the G-clef being
6943         offset too much to the right.
6944         document perc clef offset.
6945
6946         WARNING: FONT CHANGED.
6947
6948         * Documentation/user/tutorial.itely (Tutorial): move menu.
6949
6950 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6951
6952         * buildscripts/lilypond-profile.sh (Error): trim error message.
6953
6954         * Documentation/user/invoking.itexi (Invoking the lilypond
6955         binary): add note about path.
6956
6957         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6958         suppresses superfluous spaces.
6959
6960 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6961
6962         * buildscripts/lilypond-profile.sh: Add documentation to error
6963         message.
6964
6965         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6966
6967 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6968
6969         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6970         <mike@ossmann.com>)
6971
6972         * Documentation/bibliography/computer-notation.bib (pages): prune
6973         unscientific language.
6974
6975         * Documentation/user/GNUmakefile: copy unsplit file to
6976         lilypond.html (idem for lilypond-internals).
6977
6978         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6979
6980         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6981
6982         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6983
6984         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6985         fix.
6986         
6987 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6988
6989         * Documentation/user/{ various }: bind text snippets with their
6990         examples, e.g. by punctuation: This is an example.
6991
6992 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6993
6994         * ly/performer-init.ly (VoiceContext): Typos.
6995
6996         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6997         builds, leave final-install to toplevel srcdir makefile.
6998
6999         * make/srcdir.make.in (install): New target.
7000
7001 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7002
7003         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7004         This fixes core dump on MIDI output (Simon Weatherill).
7005
7006         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7007         on local-WWW-post.
7008
7009 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7010
7011         * make/lilypond.redhat.spec.in: add dvips to reqs.
7012
7013 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7014
7015         * make/srcdir.make.in (web): Add special web target.
7016
7017         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7018         from inner $(LOOP).
7019
7020         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7021
7022         * stepmake/stepmake/generic-targets.make (www-targets-help):
7023         * GNUmakefile.in (web-install): Install in $(webdir).
7024
7025         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7026
7027         * cygwin/changelog: 
7028         * cygwin/mknetrel: Update.
7029
7030         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7031         (html-doc): Remove (use: web).
7032
7033         * stepmake/stepmake/script-rules.make: 
7034         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7035         Fix $(config_make) dependencies for srcdir build.
7036
7037         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7038         target for srcdir build.
7039
7040         * stepmake/make/stepmake.make: 
7041         * make/srcdir.make.in: 
7042         * GNUmakefile.in:
7043         * make/stepmake.make (config_make): Rename variable (was:
7044         configuration).
7045
7046 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7047
7048         * Documentation/user/internals.itely (Manipulating music
7049         expressions): run lilypond on example too.
7050
7051         * flower/include/libc-extension.hh: move lrint define to
7052         header. bugfix.
7053         
7054 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7055
7056         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7057         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7058         do we recurse whole tree?).
7059
7060         * GNUmakefile.in (html-doc): Resurrect.
7061
7062         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7063         obsolete $(package-icon) dependency.
7064
7065 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7066
7067         * Documentation/user/refman.itely (Automatic staff changes):
7068         add seealso 
7069
7070         * Documentation/index.html.in: link to bigpage.
7071
7072         * Documentation/user/tutorial.itely (Tutorial): streamline.
7073
7074         * Documentation/index.html.in: url typo.
7075
7076         * VERSION (PACKAGE_NAME): release 1.7.28
7077
7078         * python/lilylib.py (error_log): remove '/' from name.
7079
7080         * input/regression/pedal.ly: remove; dups input/test/
7081         
7082         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7083
7084         * Documentation/index.html.in: python style doco index.
7085
7086         * Documentation/{footer,header}.html.in (src): remove, 
7087
7088         * Documentation/pictures: remove all but lelie-logo.xpm.
7089
7090         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7091         before running makeinfo.
7092
7093         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7094         @code{}
7095
7096 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7097
7098         * input/test/bar-number-regular-interval.ly: rename.
7099
7100         * Documentation/user/*: various fixes. 
7101
7102 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7103
7104         * Documentation/{ many }: polish for update-all-menus. typos.
7105
7106         * po/fi.po: fixes.
7107
7108         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7109
7110         * buildscripts/mutopia-index.py: polish.
7111
7112         * input/regression/{ many }, input/test{ many }: polish texidocs.
7113
7114 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7115
7116         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7117         pedal-style
7118
7119         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7120         iso. edge-widen.
7121
7122         * lily/piano-pedal-engraver.cc (process_music): change from
7123         process_acknowledged ()
7124
7125         * lily/piano-pedal-bracket.cc: new file. Change
7126         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7127         cleaned up.
7128
7129         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7130
7131         * input/regression/tuplets.ly (texidoc): rename file.
7132
7133         * po/fr.po: update
7134
7135         * buildscripts/lilypond-profile.sh: error message if script is not
7136         sourced.
7137
7138         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7139         bracket-flare
7140         (make_bracket): simplify code.
7141
7142         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7143         argument.
7144
7145         * python/lilylib.py (lilypond_version_check): new function
7146
7147         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7148
7149         * scripts/ly2dvi.py (run_lilypond): add version check.
7150
7151         * scripts/lilypond-book.py (option_definitions): typo
7152
7153         * scripts/ly2dvi.py (include_path): typo
7154
7155         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7156
7157         * lily/parse-scm.cc (parse_handler): typo
7158
7159         * Documentation/user/macros.itexi: use @heading for headings.
7160
7161         * Documentation/user/refman.itely: updates, fixes.
7162
7163 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7164
7165         * po/fi.po: add Finnish translations. fixes.
7166
7167         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7168
7169         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7170         from lily/glissando-engraver.cc.
7171
7172 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7173
7174         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7175         for non-first _broken_ bracket.
7176
7177         * Documentation/user/refman.itely: corrections.
7178
7179 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7180
7181         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7182         support of the fingerings.
7183
7184         * po/fr.po: French translation update.
7185
7186         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7187         strings.
7188
7189 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7190
7191         * Documentation/user/introduction.itely: Small fixes.
7192
7193 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7194
7195         * Documentation/topdocs/AUTHORS.texi: polish.
7196
7197 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7198
7199         * Documentation/user/introduction.itely: revise
7200
7201         * Documentation/user/tutorial.itely: reorganise.
7202
7203         * Documentation/topdocs/index.tely: remove.
7204
7205         * Documentation/header.html.in: prune.
7206
7207         * GNUmakefile.in: clean up web building.
7208
7209         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7210         target.
7211
7212 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7213
7214         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7215
7216         * lilypond-mode.el: turn on blink-matching-paren.
7217
7218 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7219
7220         * scm/output-sodipodi.scm (svg-header): Fix typo.
7221
7222 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7223
7224         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7225         fixes a security hole.
7226
7227         * scripts/lilypond-book.py (original_dir): remove temp_dir
7228
7229         * scm/document-translation.scm: use @code tags.
7230
7231 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7232
7233         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7234
7235         * lilypond-mode.el: add a buffer-local post-command-hook to set
7236         context dependent syntax-table after each cursor event. Remove old
7237         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7238
7239         * lilypond-indent.el: update comments.
7240
7241         * Documentation/footer.html.in: add period.
7242
7243 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7244
7245         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7246
7247         * scm/document-translation.scm (document-property-operation): add
7248         @code{} tags.
7249
7250         * VERSION (PACKAGE_NAME): release 1.7.27
7251
7252         * config.make.in: add PAPER variable
7253
7254         * buildscripts/new-chords.py (help): add help text
7255
7256         * Documentation/user/introduction.itely (Typography and program
7257         architecture):  fixes.
7258
7259         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7260         for texinfo and dvips. This fixes problems with PDF output of the
7261         wrong size.
7262
7263         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7264         DVIPS_PAPERSIZE variable
7265
7266         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7267         TEXINFO_PAPERSIZE variable 
7268
7269 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7270
7271         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7272
7273         * mf/feta-toevallig.mf: lowres fixes.
7274
7275 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7276
7277         * NEWS: Typo and fill-paragraph fixes.
7278
7279         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7280         cast #define.
7281
7282         * configure.in: 
7283         * config.hh.in: Check for lrint.
7284
7285 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7286
7287         * VERSION: 1.7.26 released
7288
7289         * lily/separation-item.cc: add padding property.
7290
7291         * input/test/*.ly: various fixes, remove solo-a2.ly
7292
7293         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7294         bugfix. Fixes old-style markup compatibility.
7295
7296         * Documentation/user/introduction.itely (Introduction): historical
7297         elucidations
7298
7299         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7300
7301         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7302
7303         * Documentation/index.texi (Top): cleanup.
7304
7305         * Documentation/user/introduction.itely (Introduction): rewrite
7306         introduction, 
7307         (Music notation and  engraving): about notation. Add flat-picture
7308
7309 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7310
7311         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7312         separation items. This keeps lyrics from bumping into each other.
7313
7314 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7315
7316         * GNUmakefile.in (topdocs-web): New target.
7317         (local-web): Depend on topdocs-web; fixes html-doc.
7318
7319 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7320
7321         * po/lilypond.pot: run po-replace
7322
7323         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7324
7325         * scm/drums.scm (reset-drum-kit): new function.
7326
7327         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7328
7329         * scripts/update-lily.py: remove
7330         
7331         * VERSION: release 1.7.25
7332         
7333         * Documentation/user/introduction.itely (Introduction): rewrite
7334         start of introduction.
7335
7336 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7337
7338         * lily/all-font-metrics.cc: fixed typo
7339
7340 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7341
7342         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7343         LilyPond-mode-context-set-syntax-table): new functions to define
7344         the syntax table according to context.
7345
7346         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7347
7348 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7349
7350         * Documentation/user/refman.itely (Figured bass): 
7351         language nit courtesy http://www.vocabula.com
7352
7353         * GNUmakefile.in: remove no kpathsea hack.
7354
7355         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7356         doco.
7357
7358         * GNUmakefile.in: remove web-doc target.
7359
7360         * lily/all-font-metrics.cc (find_afm): add message about
7361         buildscripts/clean-fonts.sh 
7362
7363         * scm/define-music-properties.scm (figure): use string for 'figure
7364
7365         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7366
7367         * input/regression/ : add raggedright = ##t where applicable. 
7368         
7369         * scm/bass-figure.scm (make-bass-figure-markup): add
7370         alignBassFigureAccidentals property.
7371
7372         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7373         bracket.
7374
7375         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7376         syllables widths into account for minimum-length.
7377
7378         * input/test/staff-container.ly: update file
7379
7380         * input/test/stem.ly: remove
7381
7382         * lily/event.cc (LY_DEFINE): add ly: prefix.
7383
7384         * input/test/clef-manual-control.ly: from manual-clef
7385
7386         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7387
7388         * input/test/different-time-signatures.ly: move to poly-metric.ly
7389
7390         * input/test/hara-kiri*,scales.ly: remove
7391         
7392         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7393         with chord-names-jazz.ly)
7394
7395         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7396         get scalable cm fonts too.
7397
7398         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7399         --encoding for mftrace if present.
7400
7401         * input/regression/slur-area.ly: move from test/
7402
7403         * input/test/: remove simple-slur-endings slur-attachment
7404         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7405         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7406         slur-symmetry slur-symmetry tie-broken.ly
7407
7408         * scm/drums.scm (set-drum-kit): add function.
7409
7410         * Documentation/user/refman.itely (Percussion staves): use
7411         set-drum-kit
7412
7413         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7414         too
7415         (Global_measure.set_timesig): handle 3/8 time sig too.
7416
7417         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7418         note about triangle note heads.
7419
7420         * scm/drums.scm: use alist for instrument-settings. This fixes the
7421         bug with assigning to drums in the .ly file.
7422
7423         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7424         CHANGED.
7425
7426         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7427         cluster-beacon-interface
7428
7429         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7430
7431         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7432
7433         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7434
7435         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7436         to get positions.
7437
7438         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7439         make ClusterSpannerBeacon to record Y positions. This removes the
7440         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7441         make cluster-note-events.
7442
7443 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7444
7445         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7446
7447         * configure.in: Use lily/main.cc as identifying source file.
7448
7449         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7450
7451         * config.hh.in: 
7452         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7453
7454         * configure.in: Require PYTHON >= 2.0.
7455
7456         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7457           $PYTHON for include dir location.
7458         (STEPMAKE_PYTHON): New function.  Use
7459         
7460             PYTHON=foo ./configure
7461
7462           to override.
7463
7464 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7465
7466         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7467         something.
7468
7469         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7470         ftp.lilypond.org everywhere.
7471
7472 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7473
7474         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7475         detected.
7476
7477         * Documentation/user/refman.itely (Grace notes): note on explicit
7478         contexts
7479
7480 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7481
7482         * lilypond-font-lock.el: add a comment about LilyPond specific
7483         escape characters: ^, - and _, in the syntax table.
7484
7485         * Documentation/user/appendices.itely: a majuscule fix.
7486
7487 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7488
7489         * input/test/trills.ly (endHorizScript): fixes.
7490
7491         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7492         notation, move from regression.
7493
7494         * input/test/script-stack.ly: change name from stacked-scripts
7495
7496         * input/test/ossia.ly: octave errors.
7497
7498         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7499         for midi-volume-equaliser
7500
7501 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7502
7503         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7504         cm fonts.
7505
7506         * mf/feta-beugel.mf: don't multiply font_count by 10.
7507
7508         * lily/lookup.cc (horizontal_line): new function. Use
7509         horizontal-line in output backends.
7510
7511         * Documentation/user/tutorial.itely (An orchestral part): new
7512         section on orchestral stuff and identifiers.
7513
7514 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7515
7516         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7517         some interference to other modes.
7518
7519 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7520
7521         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7522         not maximum of spacing wishes in polyphonic situations.
7523
7524         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7525         number
7526
7527         * lilypond-indent.el: remove paren matching. 
7528
7529         * lily/text-item.cc (interpret_new_markup): new function
7530         use iso. text2molecule.
7531
7532         * lily/main.cc (notice): change FSF address 
7533
7534         * po/de.po: update PO file to 1.6.
7535
7536 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7537
7538         * Documentation/user/ {many}: Add periods and remove spaces.
7539         
7540 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7541
7542         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7543         Disable buffer-locally default paren hook and make a new one. 
7544
7545         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7546         locally LilyPond-paren-mode. Add todo for mouse double-click.
7547
7548 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7549
7550         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7551         Disable buffer-locally default paren idle timer and make a new one. 
7552
7553         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7554         locally LilyPond-show-paren-mode. Add to menu a toggle for
7555         LilyPond-show-paren-function.
7556
7557 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7558
7559         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7560
7561 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7562
7563         * Documentation/user/refman.itely: spelling fix.
7564
7565         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7566         paren highlight function definitions. add todo for
7567         LilyPond-show-paren-mode.
7568
7569 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7570
7571         * input/template/jazz-combo.ly: new file.
7572
7573 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7574
7575         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7576         lo-res fixes.
7577
7578         * mf/feta-schrift.mf: bugfix in varcoda sign.
7579         WARNING: FONT CHANGED
7580
7581         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7582         in accordance with lexer.ll.   
7583
7584 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7585
7586         * Documentation/user/tutorial.itely: Edit introduction.
7587
7588 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7589
7590         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7591         ly:grob-staff-position
7592
7593 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7594
7595         * scm/to-xml.scm: import srfi-1
7596
7597         * VERSION (MAJOR_VERSION):  release 1.7.24
7598
7599         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7600
7601         * scripts/lilypond-book.py (do_file): put texidoc before image.
7602         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7603
7604         * input/regression/*.ly: fix snippet octaves 
7605
7606         * input/test/spanner-after-break-tweak.ly: import
7607         broken-spanner-adjustment
7608
7609         * input/no-notation/midi-transposing.ly: move from input/test/
7610
7611         * input/test/: remove chord-markup
7612
7613         * input/regression/instrument-name-partial.ly: move from input/test.
7614
7615         * input/test/vertical-text.ly: remove
7616
7617         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7618         space above lyrics lines.
7619
7620         * input/test/uniform-breaking.ly: remove file.
7621
7622         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7623         uniform spacing density. 
7624
7625         * input/test/chords.ly (keys): remove file.
7626
7627         * scm/documentation-lib.scm (oop): use srfi-1 too.
7628
7629         * input/regression/*.ly: add \version
7630
7631         * Documentation/user/*.itely: various fixes.
7632
7633         * buildscripts/mf-to-table.py (base): break table every three
7634         symbols.
7635
7636         * input/:  remove %% new-chords-done %% .
7637
7638         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7639         os-music.ly
7640         
7641 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7642
7643         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7644
7645         * scm/new-markup.scm (box-markup): new function.
7646         (box-markup): new function. Contributed by Dick Schoeller
7647         <schoeller@attbi.com>
7648
7649         * scm/lily.scm: remove reduce-no-unit 
7650         (list-insert-separator): use fold-right
7651
7652         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7653         of arguments. 
7654
7655         * NEWS: more neutral language for ancient notation 
7656
7657         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7658         inside pointing beaming for chord tremolo.
7659
7660         * Documentation/user/lilypond-book.itely: minor editing
7661
7662 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7663
7664         * NEWS: added news for 1.8 regarding ancient notation
7665
7666         * Documentation/user/refman.itely (Gregorian square neumes
7667         ligatures): fixed typo
7668
7669         * lily/vaticana-ligature-engraver.cc,
7670         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7671         lower/upper head of Pes only when heads are stacked
7672
7673         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7674         scm/define-grob-properties.scm: cleanup: make "join-left" a
7675         boolean grob property and save delta pitch in grob property
7676         "delta-pitch" instead
7677
7678         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7679
7680 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7681
7682         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7683         completely borked
7684
7685         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7686         (try_music): bug fix: beam multiplicity was completely borked.
7687
7688         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7689         first-n, butfirst-n in favor of srfi-1 functions.
7690         remove string-join, string-pad in favor of srfi-13 functions.
7691
7692         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7693
7694         * NEWS: use complete sentences.
7695
7696         * Documentation/user/introduction.itely (Example applications):
7697         add note about databases and lilypond-book.
7698
7699         * input/test/volta.ly: remove file
7700
7701         * input/regression/volta-broken-left-edge.ly: simplify file
7702
7703 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7704
7705         * Documentation/user/refman.itely (Constructing a tweak): new
7706         subsection.
7707
7708         * Documentation/user/tutorial.itely (Fine tuning layout): add
7709         common tweaks.
7710
7711         * scm/define-grobs.scm (TextScript): use new brewer.
7712
7713 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7714
7715         * VERSION: release 1.7.23
7716
7717         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7718
7719         * python/lilylib.py (make_ps_images): bugfixes.
7720
7721         * input/regression/volta-multi-staff.ly: new file.
7722
7723         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7724
7725         * Documentation/user/tutorial.itely (Piano staffs): new section.
7726         (Setting variables): new section
7727         (Fine tuning layout): new section
7728
7729         * input/just-friends.ly: remove file. Superseeded by
7730         input/test/chords-without-melody.ly
7731
7732         * ly/property-init.ly: add all commands to refman.
7733
7734         * scm/define-translator-properties.scm: remove
7735         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7736
7737         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7738         name. Underscores botch up PS output.
7739
7740         * scm/define-translator-properties.scm: remove
7741         textNonEmpty, oneBeat, regularSpacingDelta
7742
7743         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7744         rule for automaticBars.
7745
7746         * lily/timing-engraver.cc (start_translation_timestep): change
7747         barNonAuto to automaticBars
7748
7749 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7750
7751         * input/test/perform-tie.ly: delete file.
7752
7753 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7754
7755         * Documentation/user/refman.itely (Gregorian square neumes
7756         ligatures): bugfix: do not show ledger lines in neumes table
7757         (fixed by setting staff symbol to transparent rather than removing
7758         it from staff context)
7759
7760 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7761
7762         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7763         glue into brew-new-markup-molecule.
7764
7765         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7766
7767         * Documentation/user/introduction.itely (Computerized typography):
7768         new section
7769
7770         * Documentation/user/tutorial.itely (An orchestral part): remove
7771         pc example from tutorial.
7772
7773         * input/tutorial/lilbook.tex: use screech-boink
7774
7775         * scripts/lilypond-book.py (compile_all_files): split formatting
7776         output body and scheduling lilypond compilation.
7777         (format_lilypond_output_bodies): new function
7778         (format_lilypond_block): new function
7779         (html_pages): allow multi-page images in HTML
7780
7781         * python/lilylib.py (make_ps_images): rename function from
7782         make_preview, merge with make_page_images
7783
7784 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7785
7786         * input/test/key-clefs.ly: moved to regression.
7787
7788         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7789
7790         * input/no-notation/README: added note about midi-*.ly files.
7791
7792         * input/test/two-key.ly: moved to no-notation/parse5.ly
7793
7794         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7795         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7796
7797         * input/test/ {various}: modified comments, marked some for deletion.
7798
7799         * input/test/lines.ly: deleted file; duplicate of
7800         embedded-postscript.ly
7801
7802         * input/test/mmrest-collision: moved to regression.
7803
7804 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7805
7806         * scm/chord-name.scm (note-name->markup): don't superscript root
7807         alterations in chordnames.
7808
7809 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7810
7811         * Documentation/user/refman.itely (Multi measure rests): more
7812         index/cross-referencing.
7813
7814         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7815
7816         * scm/font.scm: remove properties-to-font-name code.
7817
7818         * scm/define-grob-properties.scm: remove 'type
7819
7820         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7821         conversion
7822
7823         * lily/text-spanner.cc: change 'type grob prop to 'style 
7824
7825         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7826         "first" flag to decide whether to make a start-repeat
7827
7828         * input/regression/grace-volta-repeat-2.ly: new file.
7829
7830 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7831
7832         * lilypond-indent.el: rename generic functions to LilyPond-*
7833
7834 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7835
7836         * input/test/thumb.ly: delete, merged into refman.
7837
7838         * Documentation/user/refman.itely: added thumb info to Fingering.
7839
7840         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7841         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7842         vertical-align.ly : deleted files.
7843
7844 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7845
7846         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7847
7848         * lily/line-spanner.cc (broken_trend_offset): remove function.
7849         (get_broken_offset): idem.
7850         (brew_molecule): rewrite the line-break case.
7851
7852         * input/regression/follow-voice-break.ly:  new file.
7853
7854         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7855         start of a system.
7856
7857 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7858
7859         * input/test/tuplet-rest.ly: moved to regression.
7860
7861         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7862         deleted file.
7863
7864         * input/test/ {many} : marked file for possible deletion.
7865
7866 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7867
7868         * input/regression/beam-funky.ly: add note about (disputed)
7869         correct beaming.
7870
7871         * ly/engraver-init.ly (ScoreContext): put key-signature after
7872         staff-bar
7873         
7874 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7875
7876         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7877
7878         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7879
7880         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7881
7882         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7883         stem-extend was deleted (it was duplicate example, and not as
7884         good).
7885
7886         * input/test/[s-z]*.ly: add texidoc index.
7887
7888 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7889
7890         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7891         get_first_notecolumn_y
7892
7893         * lily/spanner.cc (broken_spanner_index): new function.
7894
7895 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7896
7897         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7898         lyric-hyphen.ly : moved to regression.
7899
7900         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7901         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7902
7903         * input/test/instrument-name-mmrest.ly: moved to
7904         ../regression/multi-measure-rest-instr-name.ly
7905
7906         * input/test/knee-sym.ly: moved to
7907         ../regression/beam-knee-symmetry.ly.
7908
7909         * input/test/hymn.ly: change comments.
7910
7911         * input/test/[p-r]*.ly: add texidoc index.
7912
7913 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7914
7915         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7916         to postfix syntax
7917         
7918         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7919         syntax.
7920
7921         * VERSION: release 1.7.22
7922
7923 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7924
7925         * input/test/[h-k]*.ly: added texidoc index.
7926
7927         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7928
7929         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7930
7931         * input/test/ various : mark files for deletion or moving to
7932         regression.
7933
7934         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7935
7936         * input/test/[l-o]*.ly: added texidoc index.
7937
7938 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7939
7940         * scm/music-functions.scm (make-ottava-set): 
7941         only do ottavation if centralCPosition is set.
7942
7943         * lily/translator-scheme.cc (ly:context-property-where-defined):
7944         return '() if not found.
7945
7946 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7947
7948         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7949         Use one command for both commenting and uncommenting.
7950
7951         * lilypond-indent.el (LilyPond-comment-region): new function,
7952         (un)comments each line separately.
7953
7954         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7955         
7956         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7957         imenu is not added by default; adapted from f90.el,
7958         makes Help-menu, which does not fit, visible in XEmacs.
7959         
7960 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7961
7962         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7963         show-paren-mode sets blink-matching-paren-on-screen local.
7964         Try to make show-paren-function to paren-highlight local.
7965
7966         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7967         Copy definitions of Emacs' show-paren-function and
7968         XEmacs' paren-highlight and make minimal changes;
7969         add comments about locality. 
7970         Fix matching first open-paren-char in '<< .. >>'.
7971
7972 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7973
7974         * input/test/g*: added texidoc index.
7975
7976         * input/test/[a-g]*: added raggedright==#t when it
7977          seemed appropiate.
7978
7979         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7980
7981         * Documentation/topdoc/INSTALL.texi: removed false warnings
7982         about gcc 3.3.
7983
7984 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7985
7986         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7987
7988         * input/test/chords-without-melody.ly (texidoc): add from
7989         input/just-friends.ly
7990
7991         * input/regression/size{13--26}.ly: move from input/
7992
7993         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7994         input/{star-spangled-banner,twinkle}.ly: remove 
7995         
7996         * lily/slur.cc: remove slur over rest warnings.
7997
7998         * lily/note-spacing.cc (get_spacing): include left part of right
7999         object in fixed space. This fixes stretched space before
8000         accidentals.
8001
8002         * input/regression/spacing-accidental-stretch.ly: new file.
8003
8004 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8005
8006         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8007         Reduce to 16pt.
8008
8009 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8010
8011         * input/regression/spacing-knee.ly: docstring
8012
8013         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8014
8015         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8016         input/tutorial/{test,solar,flowing}.ly: remove
8017
8018         * input/rhythm.ly: remove
8019
8020         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8021
8022         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8023         update syntax. 
8024
8025         * scm/define-grobs.scm (all-grob-descriptions): set
8026         knee-spacing-correction to 1.0
8027
8028         * lily/note-spacing.cc (stem_dir_correction): compute knee
8029         correction using stem-thickness and head width.
8030
8031         * input/regression/beam-quanting-horizontal.ly: update texidoc
8032
8033         * scm/define-grobs.scm (all-grob-descriptions): set
8034         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8035         This fixes 32nd beams for noteheads in spaces quants.
8036
8037         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8038
8039 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8040
8041         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8042
8043 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8044
8045         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8046
8047         * VERSION (PACKAGE_NAME): release 1.7.21
8048
8049         * input/regression/stem-shorten.ly: new file.
8050
8051         * lily/stem.cc (get_default_stem_end_position): revise stem
8052         shortening code.
8053
8054         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8055
8056         * input/test/{scripts,volta-start,sleur}.ly: remove
8057         
8058         * input/regression/span-bar.ly: smaller file.
8059
8060         * input/regression/spacing-{natural,tight,loose}.ly: remove
8061
8062         * input/test/markup.ly: remove
8063
8064         * scripts/lilypond-book.py: put printfilename in separate chunk,
8065         so texidoc is printed after the filename.  
8066
8067 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8068
8069         * make/lilypond.mandrake.spec.in: fix docdirs.
8070
8071 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8072
8073         * input/regression/beam-french.ly: bugfix.
8074
8075         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8076
8077         * input/regression/(various).ly: add raggedright = #t.
8078
8079         * input/regression/auto-beam.ly: move from abe.ly
8080
8081 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8082
8083         * input/test/f*.ly: added texinfo index.
8084         
8085         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8086
8087 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8088
8089         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8090         quant penalty for beam just outside staff.
8091
8092         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8093         from beam-pos.ly,  remove non-horizontal tests. 
8094
8095         * input/test/(various): cleanup header info. 
8096
8097         * input/test/tchaikovsky.ly: remove file.
8098
8099         * scm/chord-generic-names.scm: move from
8100         double-plus-new-chord-name.scm
8101
8102         * input/test/orchestscore.ly: remove file
8103
8104         * Documentation/user/refman.itely (Vocal music): update documentation.
8105
8106         * scm/define-translator-properties.scm (chordNoteNamer): remove
8107         chordNameStyle, use chordNameFunction
8108
8109         * scm/chord-name.scm (set-chord-name-style): remove
8110         set-chord-name-style. Use \property chordNameFunction.
8111
8112 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8113
8114         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8115         music): remove @TeX{} command.
8116
8117 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8118
8119         * lilypond-indent.el (scan-sexps): Renamed to
8120         aargh-this-breaks-other-emacs-modes-scan-sexps.
8121
8122 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8123
8124         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8125         closing slurs: '()', etc. Add comments.
8126
8127         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8128
8129         * lilypond-font-lock.el: match unending string at eof.
8130
8131         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8132         
8133 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8134
8135         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8136         input/test/beam-dir.ly input/test/beam-position.ly    
8137         input/test/beam-suspect.ly input/test/beam-trend.ly    
8138         input/test/beams.ly input/test/crescendo-text.ly : deleted
8139         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8140         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8141         * input/test/default-bars.ly: moved to bar-always.ly
8142         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8143
8144 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8145
8146         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8147
8148 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8151
8152 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8153
8154         * lilypond-indent.el: Match better slurs in scheme expressions.
8155         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8156
8157         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8158
8159 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8160
8161         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8162
8163         * input/ac-extra-voice.ly: Add texidoc.
8164
8165         * ly/chord-modifiers-init.ly: 
8166         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8167         and chordNameExceptionsPartial for new chord names.
8168
8169         * input/test/chord-names-dpnj.ly: 
8170         * input/test/dpncnt.ly: Update.
8171
8172         * scm/chord-name.scm: 
8173         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8174         chord selection and options.
8175
8176         * ly/chord-modifiers-init.ly: Add exceptions 
8177
8178         * scm/define-translator-properties.scm (chordNameStyle) 
8179         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8180
8181 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8182
8183         * ly/property-init.ly (germanChords): Added.
8184         (semiGermanChords): Added.
8185         
8186         * input/test/chord-names-german.ly: Use new macros
8187         
8188 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8189
8190         * lilypond-indent.el: Use similar parenthesis highlighting for 
8191         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8192         functions; removed LilyPond-show-paren-function. Fix indenting.
8193         Turn paren-matching on also in XEmacs.
8194
8195         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8196         as needed by parenthesis highlighting functions (in scan-sexp).
8197
8198 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8199
8200         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8201         function.
8202         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8203
8204 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8205
8206         * lilypond-indent.el: tune regexp for show-paren-function.
8207
8208 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8209
8210         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8211         for all LilyPond-produced tex snippets.
8212
8213         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8214         fixes one line --preview output of ly2dvi.
8215
8216 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8217
8218         * lilypond-indent.el: match only one type of slurs in
8219         LilyPond-show-paren-function.
8220
8221 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8222
8223         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8224         * debian/lilypond1.7.dirs: 
8225         * debian/lilypond1.7-doc.dirs: New file.
8226
8227         * input/regression/chord-name-exceptions.ly: Add parameter for
8228         ignatzekExceptions.  Quote hash in docstring.
8229
8230 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8231
8232         * lilypond-indent.el (show-paren-function): define show-paren-function
8233         as LilyPond-blink-matching-open and use it for closing parens.
8234         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8235
8236         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8237         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8238         LilyPond-blink-matching-paren in order to match both open and close
8239         brackets.
8240         
8241 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8242
8243         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8244         testing by modifying the code from FSF Emacs paren.el. Add comments.
8245
8246 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8247
8248         * input/test/dpncnt.ly: Transpose example to match new
8249         default \chords octave.  Add comment.
8250         
8251         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8252         comment about octave change.
8253
8254 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8255
8256         * input/test/[d,e]: added texinfo index tags.
8257         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8258
8259 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8260
8261         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8262
8263 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8264
8265         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8266         as in blink-matching-open.
8267
8268 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8269
8270         * input/test/[a-c]: more comments in files.
8271         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8272         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8273         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8274         mark file for proposed deletion.
8275         * input/test: renaming files:
8276         auto-beam-4-8.ly to beam-auto-4-8.ly
8277         auto-beam-override.ly to beam-auto-override.ly
8278         auto-beam.ly to beam-auto.ly
8279         blank.ly to blank-paper.ly
8280         absolute-volume.ly to dynamic-absolute-volume.ly
8281
8282 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8283
8284         * input/test/dpncnt.ly: 
8285         * input/test/chord-names-dpnj.ly: Resurrect.
8286
8287         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8288
8289         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8290
8291         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8292         Better docstring, add parameter OMIT-ROOT, tidy up.
8293
8294 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8295
8296         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8297
8298 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8299
8300         * scm/output-ascii-script.scm (as-font-alist-alist):
8301         (as-properties-to-font-name):
8302         (as-make-style-sheet): Remove.
8303
8304         * scm/font.scm (as-make-font-list): New function.
8305         (as-font-sheet-alist): New variable.
8306
8307         * ly/paper-as9-init.ly: 
8308         * ly/paper-as5-init.ly: Update.
8309
8310         * ly/paper-as5.ly:
8311         * ly/paper-as9.ly: New file.
8312
8313 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8314
8315         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8316
8317 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8318         * input/sondag-morgen/*: removed due to copyright concerns.
8319         * input/[a,b]*.ly: added a newline at the end of the texinfo
8320         doc string (produces better output in HTML version).
8321         * input/c*.ly: added texinfo index and added comments to
8322         aid in future changes to input/test/ files.
8323
8324 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8325         
8326         * Documentation/user/refman.itely: fixed build problem (missing
8327         file) caused by previous renaming.
8328
8329 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8330         
8331         * input/test/[a,b]*.ly: added texinfo index and added comments to
8332         aid in future changes to input/test/ files.
8333         * input/test/bar-number-every-5-reset.ly: renamed to
8334         bar-number-every-five-reset.ly
8335         * input/test/bar-script-visibility.ly: renamed to
8336         bar-number-show-all.ly
8337
8338 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8339
8340         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8341         to Voice.
8342
8343         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8344         out note-line and glissando functionality.
8345         
8346         * lily/line-spanner.cc (brew_molecule): cleanup.
8347
8348 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8349
8350         * scripts/as2text.scm: Use rdelim module.
8351         (start-system): Rename from start-line.
8352         (stop-system): Rename from stop-line.
8353         (af-gulp-file): Use string iso symbol for getenv.
8354
8355         * scm/output-ascii-script.scm: Add guile and lily modules.
8356         (font-name-alist): New variable.
8357         (draw-line): New function.
8358
8359         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8360         (Were these silently removed, without ChangeLog entry?)
8361
8362 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8363
8364         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8365         process 2nd ottava correctly.
8366
8367 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8368
8369         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8370
8371 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8372
8373         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8374
8375 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8376
8377         * VERSION: release 1.7.20
8378         
8379         * lily/text-spanner.cc (brew_molecule): clean up function. This
8380         fixes bugs with broken 8va spanners.
8381
8382         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8383         This prevents spurious line-breaks with raggedright
8384         
8385 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8386
8387         * lily/key-performer.cc (create_audio_elements): always use major
8388         key
8389
8390         * Documentation/user/internals.itely: updates
8391
8392         * input/regression/beam-break.ly: new file.
8393
8394         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8395         beams if starting or terminating stems have 'beaming set.)
8396
8397         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8398         property.
8399
8400         * lily/parser.yy (verbose_command_req): add comment about scales.
8401
8402 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8403
8404         * lilypond-indent.el: adjust regexps in bracket-matching.
8405
8406 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8407
8408         * Documentation/user/refman.itely: more tiny fixes
8409
8410         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8411         "Chord names"; added table with input syntax for solesmes neumes
8412         table; added some words about rationale on input syntax design
8413
8414         * lily/gregorian-ligature-engraver.cc,
8415         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8416         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8417         alignment of Pes Initio Debilis
8418
8419         * Documentation/user/refman.itely,
8420         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8421         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8422         bugs in the solesmes neumes table
8423
8424 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8425
8426         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8427         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8428
8429         * lilypond-mode.el: fix tag-score. small improvements.
8430
8431 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8432
8433         * .cvsignore: Add aclocal.m4.
8434
8435         * lily/music-constructor.cc: Include <assert.h>.
8436
8437 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8438
8439         * ly/engraver-init.ly (HaraKiriStaffContext): use
8440         RemoveEmptyStaffContext instead.
8441
8442         * Documentation/user/refman.itely: updates
8443
8444 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8445
8446         * Documentation/user/refman.itely: added solesmes neumes table;
8447         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8448         bugfix: "Ornaments" -> "Articulations"
8449
8450         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8451
8452 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8453
8454         * lilypond-indent.el: Add a message about trying to match \] or \).
8455         
8456 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8457         
8458         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8459         obsolete "arithmetic_*"
8460
8461         * input/bugs/ligatures.ly: removed (will be put into a different
8462         directory later)
8463
8464 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8465
8466         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8467         libkpathsea (Maurizio Tomasi).
8468
8469 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8470
8471         * input/regression/repeat-slash.ly (texidoc): new file
8472
8473         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8474         slash repeats separately. Slash repeats and %
8475         repeats can now be nested.
8476
8477 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8478
8479         * lilypond-indent.el: Add preliminary test for closing \] and \).
8480         
8481 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8482
8483         * lily/gregorian-ligature-engraver.cc,
8484         lily/vaticana-ligature-engraver.cc,
8485         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8486         mf/parmesan-heads.mf: various semivocalis related bugfixes
8487
8488         * input/bugs/ligatures.ly: new file demonstrating problems with
8489         ligatures
8490         
8491 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8492
8493         * lilypond-mode.el,
8494         lilypond-font-lock.el,
8495         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8496
8497 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8498
8499         * lilypond-mode.el: Remove outdated code. Stress the difference 
8500         between Emacs and XEmacs definitions.
8501
8502         * lilypond-mode.el,
8503         lilypond-indent.el: Define a function interactive only when necessary.
8504
8505 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8506
8507         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8508         Use inactive regions also in XEmacs.
8509
8510 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8511
8512         * Documentation/user/refman.itely (Repeat syntax): more updates
8513
8514         * lily/simple-spacer.cc (solve): move solution process into
8515         solve(). This fixes a bug with collisions and raggedright = ##t.
8516  
8517         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8518
8519         * ly/engraver-init.ly: remove GraceContext. Update examples.
8520
8521 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8522
8523         * GNUmakefile.in (fonts): Also make fontball.
8524
8525         * Website fixes:
8526
8527         * ly/engraver-init.ly (GraceContext): Add.
8528
8529         * run:
8530
8531             convert-ly $(find . -name *.ly)
8532
8533         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8534         new chords.
8535
8536 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8537
8538         * VERSION: 1.7.19 released
8539         
8540         * scm/music-functions.scm (set-octavation): new function.
8541
8542         * input/regression/ottava.ly: new file
8543
8544         * lily/translator-scheme.cc (LY_DEFINE): new function
8545         ly:unset-context-property
8546         (LY_DEFINE) new function ly:context-property-where-defined: 
8547
8548 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8549
8550         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8551
8552         * lilypond.words: add few.
8553
8554         * input/test/script-chart.ly: fix typo.
8555
8556 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8557
8558         * scm/define-grobs.scm: uniform naming for definitions and output
8559         routine files. 
8560
8561         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8562         scm/context-description.scm
8563
8564         * lily/parser.yy (translator_spec_body): add \description to the
8565         \translator{} body syntax.
8566
8567         * lily/ottava-engraver.cc: new file.
8568
8569         * scm/chord-name.scm (natural-chord-alteration): replace old
8570         chord stuff. 
8571
8572         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8573
8574         * Documentation/user/refman.itely (Metronome marks): update doco.
8575
8576         * input/regression/markup-note.ly: new file
8577
8578         * input/regression/metronome-marking.ly: new file
8579
8580         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8581
8582         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8583         metronome marks.
8584
8585 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8586
8587         * Documentation/user/GNUmakefile: Compatibility fix for new
8588         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8589         for making binary packages; info splitting bug has been fixed.
8590
8591         * Documentation/user/refman.itely: Compile fixes.
8592
8593 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8594
8595         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8596         Count \midi -keywords also for a region.
8597
8598 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8599
8600         * lily/lookup.cc (LY_DEFINE): new function
8601
8602         * Documentation/user/tutorial.itely: updates
8603
8604 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8605
8606         * lilypond-mode.el: Allow Midi on buffer.
8607         Use only '.ly'-extension, remove '.sly' and '.fly'.
8608         Allow use of inactive regions. Invoke next Command on Master file, 
8609         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8610
8611 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8612
8613         * Documentation/user/tutorial.itely: updates.
8614
8615 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8616
8617         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8618
8619 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8620
8621         * lily/coherent-ligature-engraver.cc: fixed typo
8622
8623         * lily/coherent-ligature-engraver.cc,
8624         lily/gregorian-ligature-engraver.cc,
8625         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8626         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8627         lily/vaticana-ligature-engraver.cc,
8628         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8629         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8630         removed all ligature specific stuff from NoteHead code
8631
8632         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8633         ligatures now use regular noteheads
8634
8635         * lily/vaticana-ligature.cc: tiny code cleanups
8636
8637         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8638         space between two adjacent noteheads of the same pitch
8639
8640         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8641         description; cleanup: removed obsolete font-family settings
8642
8643 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8644
8645         * lily/coherent-ligature-engraver.cc,
8646         lily/gregorian-ligature-engraver.cc,
8647         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8648         lily/mensural-ligature-engraver.cc,
8649         lily/vaticana-ligature-engraver.cc,
8650         lily/include/gregorian-ligature-engraver.hh: updated for new
8651         Coherent_ligature_engraver; added comments that describe the basic
8652         design ideas of the ligature implementation
8653
8654         * lily/coherent-ligature-engraver.cc,
8655         lily/include/coherent-ligature-engraver.hh: new file: shared code
8656         between mensural ligatures and Gregorian chant notation ligatures
8657
8658 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8659
8660         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8661         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8662         use only two arguments in sit-for, use no arguments in
8663         read-char-exclusive, backspace is not a character (127) in XEmacs.
8664
8665         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8666
8667 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8668
8669         * lilypond-mode.el: un-commenting works after syntax-table fix.
8670
8671         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8672         group, verbose commenting for syntax table.
8673
8674         * lilypond-indent.el: add TODO for ligature slurs.
8675
8676 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * lilypond-mode.el: Move comments of parenthesis matching away,
8679         (blink-matching-paren-on-screen) fix blinking in Emacs.
8680
8681         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8682         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8683
8684         * lilypond-indent.el: Add TODO for parenthesis matching.
8685
8686 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8687
8688         * lilypond-mode.el: Fix XEmacs: 
8689         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8690         invoke explicitly easy-menu-add (in Emacs done automatically).
8691         
8692         * lilypond.words: Add few words from input/*/*.ly.
8693
8694 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8695
8696         * VERSION (PATCH_LEVEL): release 1.7.18
8697
8698         * scripts/lilypond-book.py: only print basename for printfilename
8699         option
8700
8701         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8702         and syntax updates.
8703
8704 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8705
8706         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8707         better parametrisation. Move fatness of bulb downward.
8708
8709         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8710         glyph names. Underscores are not allowed .ps encoding files.
8711
8712 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8713
8714         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8715         variable "packed" for packed right-ragged mode
8716
8717         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8718         unused variable ragged; fixed indentation
8719
8720         * Documentation/user/refman.itely: tiny cleanups in ancient
8721         clef and custos section
8722
8723 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8724
8725         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8726         \applyoutput PROCEDURE
8727
8728         * lily/my-lily-lexer.cc: add \applyoutput.
8729
8730         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8731
8732         * lily/text-item.cc: clean text-interface description
8733
8734 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8735
8736         * input/{regression,test}/: use postfix for slur endings and beam
8737         begins.
8738
8739         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8740         style beams too. 
8741
8742         * input/regression/lyrics-melisma-beam.ly: new file.
8743
8744         * lily/lyric-engraver.cc (process_music): change from
8745         process_acknowledged_grobs()
8746
8747         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8748         functions to set and revert auto-beam settings.
8749
8750 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8751
8752         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8753
8754 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8755
8756         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8757         Documentation/user/lilypond.tely: fixed some typos; updated author
8758         info
8759
8760         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8761         #"" -> #'flag-style = #'()
8762
8763         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8764         cleanup: removed dead #includes
8765
8766         * lily/gregorian-ligature-engraver.cc,
8767         lily/include/gregorian-ligature.hh,
8768         scm/grob-property-description.scm: small cleanups, small spacing
8769         fixes
8770
8771         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8772         lily/vaticana-ligature.cc,
8773         lily/include/gregorian-ligature-engraver.hh,
8774         scm/grob-property-description.scm, scm/music-types.scm:
8775         "porrectus" -> "pes or flexa"
8776
8777         * ly/engraver-init.ly, scm/grob-description.scm,
8778         scm/grob-property-description.scm: junked porrectus, now handled
8779         by ligature code
8780
8781         * scm/grob-description.scm: bugfix: added space-alist entry for
8782         breathing sign/custos
8783
8784 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8785
8786         * Another grand 2003 update.
8787         
8788         * Remove mentioning of `mudela'; There's no such thing.
8789
8790 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8791
8792         * Documentation/user/preface.itely (Preface to version 1.8): update
8793
8794         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8795
8796         * Documentation/user/converters.itely (Invoking convert-ly): revise
8797
8798         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8799
8800         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8801
8802 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8803
8804         * Documentation/user/internals.itely: more updates.
8805
8806 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8807
8808         * Documentation/user/refman.itely: revise 
8809
8810         * Documentation/user/internals.itely: revise
8811
8812         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8813
8814 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8815
8816         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8817         beautification: reformatted ancient clefs section; cleanup: small
8818         wording fixes
8819
8820 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8821
8822         * lilypond.words: added words for chant notation, sorted
8823         alphabetically through "sort lilypond.words"
8824
8825 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8826
8827         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8828         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8829         chant notation
8830
8831 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8832
8833         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8834         prevent TeX from interpreting them as long dash
8835
8836         * input/test/vaticana.ly: updated
8837
8838         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8839         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8840         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8841         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8842         fixes
8843
8844         * mf/parmesan-heads.mf: ledger endings: removed dead code
8845
8846 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8847
8848         * VERSION: 1.7.17 released
8849         
8850         * Documentation/user/GNUmakefile
8851         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8852         files too.
8853
8854         * scm/document-markup.scm: new file: document all markup
8855         functions.
8856
8857         * scm/documentation-generate.scm: rename all documentation modules
8858         to document-*.scm
8859
8860         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8861         .png
8862
8863         * input/test/divisiones.ly: added
8864
8865         * input/regression/output-property.ly: new file
8866
8867         * lily/cluster.cc: change cluster-interface to use style property
8868
8869 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8870
8871         * input/test/chord-names-german.ly: modified.
8872
8873         * scm/chords-ignatzek.scm:
8874           chord-name->german-markup: Added
8875           note-name->german-markup: Changed (now producing lowercase notenames)
8876
8877         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8878         
8879 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8880
8881         * scripts/convert-ly.py (FatalConversionError.conv):
8882         divisiominima -> divisioMinima, etc.
8883
8884         * ly/engraver-init.ly (FiguredBassContext): add
8885         Separating_line_group_engraver to Figured bass context.
8886
8887         * ly/german-chords-init.ly: remove file
8888
8889         * input/test/chord-names-german.ly (scm): new file.
8890
8891         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8892
8893         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8894         Chord_name_engraver
8895
8896         * Documentation/user/refman.itely: lots of updates.
8897
8898         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8899         new file
8900
8901         * input/test/bar-number-every-5-reset.ly: new file.
8902
8903 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8904
8905         * input/regression/chord-name-major7.ly: new file
8906
8907         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8908         if specced explicitly.
8909
8910         * input/regression/chord-name-entry-11.ly: new file.
8911
8912         * input/test/slur-beautiful.ly: new file.
8913
8914         * Documentation/user/refman.itely: updates.
8915
8916         * input/regression/collisions.ly (threevoice): cleanup.
8917
8918         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8919
8920 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8921
8922         * Documentation/user/*.itely: various updates.
8923
8924         * ly/spanners-init.ly: enddecr/ endcr.
8925
8926         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8927         of tutorial
8928
8929 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8930
8931         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8932
8933         * lily/new-chord-name-engraver.cc (process_music): use octavation
8934         (a number) instead of original-pitch to store inversions. This
8935         fixes a problem with transposed chords with inversions.  
8936
8937 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8938
8939         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8940         used in includable-lexer.hh.
8941
8942         * lily/includable-lexer.cc: Bugfix: include config.h.
8943
8944         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8945         circumvention of Debian packaging bug.
8946
8947 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8948
8949         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8950         
8951         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8952
8953         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8954         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8955
8956         * lily/include/includable-lexer.hh: 
8957         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8958
8959         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8960
8961         * aclocal.m4: Regenerate.
8962
8963         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8964         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8965
8966         * scm/pdf.scm (use-modules): Include lily.
8967
8968         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8969         Noordkamp).
8970         (use-modules): Include lily.
8971         (lily-def): Bugfix: include tex-val in let.
8972
8973 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8974
8975         * lilypond-mode.el: sensible error if lilypond.words not found.
8976
8977         * lilypond.words: add few words.
8978
8979 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8980
8981         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8982
8983         * mf/parmesan-scripts.mf: fixed typo in char name
8984
8985 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8986
8987         * VERSION: 1.7.16 released
8988
8989         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8990         (this is a security vulnerability).
8991
8992         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8993
8994         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8995         add staff support.
8996
8997 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8998
8999         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9000         ly/script-init.ly, scm/script.scm: bugfix: renamed
9001         fermata->signumcongruentiae to fix naming clash with feta font
9002
9003 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9004
9005         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9006
9007         * lily/multi-measure-rest-engraver.cc
9008         (start_translation_timestep): use grace timing too for determining
9009         when to make mmrest.
9010         (start_translation_timestep): clear numbers too.
9011
9012 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9013
9014         * scm/music-types.scm: compile fix: escape braces
9015
9016         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9017         work around font selection problem
9018
9019         * Documentation/user/refman.itely: BreathingSign: added docu for
9020         property "text"
9021
9022 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9023
9024         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9025         information.
9026
9027 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9028
9029         * lily/multi-measure-rest-engraver.cc (class
9030         Multi_measure_rest_engraver): make multiple Number objects, one
9031         for each MultiMeasureTextEvent.
9032
9033         * scm/music-functions.scm (glue-mm-rest-texts): use
9034         MultiMeasureTextEvent
9035
9036         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9037
9038         * Documentation/user/refman.itely (Multi measure rests): update.
9039
9040 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9041
9042         * lily/ly-module.cc (ly_copy_module_variables): use
9043         scm_internal_hash_fold() for iterating modules.
9044
9045 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9046
9047         * Documentation/user/refman.itely: Section Custodes: added more
9048         example code
9049
9050         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9051         neo-mensural rests to parmesan font
9052
9053         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9054         header
9055
9056 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9057
9058         * Documentation/user/macros.itexi: @fileref macro.
9059
9060         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9061         each file. 
9062
9063 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9064
9065         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9066         Documentation/topdocs/AUTHORS.texi: updated my email address
9067
9068         * Documentation/user/refman.itely: updated custos documentation;
9069         beautified divisiones example; beautified articulations table
9070
9071         * lily/breathing-sign.cc: bugfix: finalis molecule
9072
9073 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9074
9075         * Documentation/user/refman.itely: added docu for
9076         contemporary fermata symbols, gregorian breathing signs; small fixes
9077
9078         * ly/gregorian-init.ly: removed obsolete #'type props
9079
9080 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9081
9082         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9083         minimum-length property correctly.
9084
9085 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9086
9087         * scm/music-functions.scm (make-multi-measure-rest): set input
9088         locations for multimeasure rests.
9089
9090 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9091
9092         * input/regression/breathing-sign.ly: updated to for ancient
9093         notation
9094
9095 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9096
9097         * scripts/ly2dvi.py: Add newline.
9098
9099 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9100
9101         * scripts/ly2dvi.py (dependency_files): Compile fix.
9102
9103 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9104
9105         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9106         (make_html_menu_file): --html menu. 
9107
9108 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9109
9110         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9111
9112 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9113
9114         * input/screech-boink.ly: new file.
9115
9116 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9117
9118         * scripts/lilypond-book.py (make_lilypond_file): convert
9119         lilypond-file to lilypond block directly, without going through
9120         begin/end lilypond text.
9121         
9122
9123 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9124
9125         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9126         scm/grob-description.scm: moved Michael's original breathing sign
9127         code in brew_molecule() to divisio_minima(); provided new
9128         brew_molecule() that effectively replaces the
9129         Text_item::brew_molecule callback (with additional fallback to
9130         Michael's original code); added callbacks for brewing divisio
9131         maior/maxima and finalis
9132
9133         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9134         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9135
9136         * script-init.ly: added shortfermata, longfermata,
9137         verylongfermata, varcoda
9138
9139         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9140         longfermata, verylongfermata, varcomma, varcoda
9141
9142 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9143
9144         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9145           Remove all noquote and insert a few quote.
9146         
9147         * Documentation/user/lilypond-book.itely (Music fragment options),
9148           scripts/lilypond-book.py: Don't include quotation blocks by
9149           default. Introduce option quote instead of noquote
9150
9151 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9152
9153         * VERSION: 1.7.15 released
9154         
9155         * Documentation/user/lilypond.tely: omf updates.
9156
9157         * buildscripts/texi2omf.py (omf_vars): include version.date
9158
9159         * make/lilypond.redhat.spec.in: fixes for spec file. 
9160
9161         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9162         by function definition: lily now requires a recent GNU Make.
9163
9164         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9165         writing.
9166
9167         * make/ly-rules.make: remove .ly -> .tex rule
9168
9169         * Documentation/user/refman.itely (Figured bass): revised figured
9170         bass example.
9171
9172 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * stepmake/stepmake/omf-targets.make (local-install): add
9175         scrollkeeper-update message.
9176
9177         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9178         to binary.
9179         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9180
9181         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9182
9183         * Documentation/user/converters.itely (Invoking midi2ly): add
9184         track/channel notice.
9185
9186 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9187
9188         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9189
9190         * lily/parser.yy (scalar): DIGIT is also a scalar.
9191
9192         * Documentation/user/music-glossary.tely: add @omf tags
9193
9194         * Documentation/user/lilypond.tely: add @omf tags
9195
9196         * scm/generate-documentation.scm (string-append): add @omf tags.
9197
9198         * stepmake/stepmake/omf-*: new files 
9199
9200         * input/regression/multi-measure-rest.ly (texidoc): add doco
9201
9202         * GNUmakefile.in (web-doc-install): add web-doc-install target
9203
9204         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9205         fixes crashes while dumping MIDI.
9206
9207         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9208         midi
9209
9210 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9211
9212         * buildscripts/texi2omf.py: new file.
9213
9214         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9215         font-name
9216
9217 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9218
9219         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9220
9221         * lily/sequential-iterator.cc (descend_to_child): call
9222         descend_to_child() for all types of music.
9223
9224 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9225
9226         * scm/translator-property-description.scm: Add
9227         bassFigureFormatFunction.  Replace some entries.
9228
9229 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9230
9231         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9232         clean out.
9233
9234 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9235
9236         * scripts/midi2ly.py (Note.dump): never dump duration for
9237         dump_dur=0.
9238
9239         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9240         new function
9241
9242         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9243         figures using new markups. Much simpler, and should improve layout
9244         a little.
9245
9246         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9247
9248 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9249
9250         * ly/engraver-init.ly: use Hara kiri by default for 
9251         ChordNames, FiguredBass and Lyrics(Voice) context. 
9252
9253         * lily/axis-group-engraver.cc (acknowledge_grob): use
9254         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9255
9256         * scm/new-markup.scm (markup-function-list): add bracket,
9257         vbracket.
9258
9259         * ly/engraver-init.ly (ChordNamesContext): set
9260         minimumVerticalExtent
9261
9262 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9263
9264         * input/test/time-signature-double.ly: new file 
9265
9266         * input/regression/collision-head-chords.ly (texidoc): new file.
9267
9268         * lily/type-swallow-translator.cc: add note swallow translator 
9269
9270         * input/test/time-signature-double.ly: new file.
9271
9272         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9273
9274         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9275         (FiguredBassContext): idem.
9276
9277         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9278
9279         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9280
9281         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9282
9283         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9284         .afm dependency
9285
9286         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9287
9288         * python/lilylib.py (make_page_images): add function.
9289
9290         * scripts/ly2dvi.py (run_latex): include title in preview image.
9291
9292         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9293         from lilypond-book for <ly2dvifile> tags in HTML.
9294
9295         * scripts/ly2dvi.py (option_definitions): add --debug option to
9296         print out environment.
9297
9298         * input/regression/tie-chord-partial.ly: new file.
9299
9300 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9301
9302         * lilypond.words: add 3
9303
9304 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9305
9306         * scm/new-markup.scm (markup-function-list): add finger-markup
9307
9308         * input/tutorial/brahms-tweaked.ly: new markup 
9309
9310         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9311
9312         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9313         crash when processing '() markup
9314
9315         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9316
9317         * lily/breathing-sign.cc (railtracks): another caesura.
9318
9319         * mf/feta-schrift.mf: caesura symbol. 
9320
9321 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9322
9323         * scripts/convert-ly.py (FatalConversionError.conv): add
9324         ly:molecule-XXX conversions.
9325
9326         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9327
9328         * input/regression/multi-measure-rest-text.ly: new file.
9329
9330         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9331         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9332
9333         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9334         ScoreContext
9335
9336         * scm/new-markup.scm (center-markup): \center markup.
9337
9338         * scm/music-functions.scm: remove pitchify scripts.
9339
9340         * lily/music.cc (print_smob): display music name if available 
9341
9342 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9343
9344         * Documentation/user/refman.itely (Instrument names): remove
9345         \turnOff doco.
9346
9347 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9348
9349         * lily/score.cc (mark_smob): bugfix.
9350
9351         * input/regression/rehearsal-mark.ly: new file.
9352
9353         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9354         report error at the current token again.
9355
9356 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9357
9358         * cygwin/mknetrel: Exit if doc build fails.
9359
9360         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9361
9362 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9363
9364         * scm/music-types.scm (music-descriptions): add doc strings
9365
9366 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9367
9368         * lily/lexer.ll: 
9369         * lily/include/my-lily-lexer.hh: 
9370         * lily/include/includable-lexer.hh: Add flex kludge.
9371
9372         * config.hh.in: 
9373         * config.make.in: 
9374         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9375         cruft.
9376         
9377         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9378         code.
9379
9380 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9381
9382         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9383
9384         * lily/parser.yy (new_chord): Compile fix.
9385
9386 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9387
9388         * Documentation/user/refman.itely (Tuning groups of objects):
9389         remove documentation for \turnOff. 
9390
9391         * lily/percent-repeat-engraver.cc (try_music): add correct
9392         processing moments for double-measure percents as well.
9393
9394         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9395
9396         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9397         grob prop type. 
9398
9399         * Documentation/user/refman.itely (Printing named chords): add
9400         chord name tweak doco.
9401
9402         * input/template/gregorian-transcription.ly: new file.
9403
9404 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9405
9406         * VERSION: 1.7.13 released
9407         
9408         * input/test/*: lots of cleanups/comment-outs/removals in chord
9409         examples
9410         
9411         * input/regression/*: lots of cleanups/comment-outs/removals in
9412         chord examples
9413         
9414         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9415         options
9416
9417         * lily/new-chord-name-engraver.cc (process_music): give original
9418         inversion pitch to chord name routine.
9419
9420         * input/tutorial/os-score.ly: update to new markup
9421
9422         * Documentation/user/appendices.itely: simply include
9423         chords-ignatzek. 
9424
9425         * Documentation/user/refman.itely (Chords mode): add documentation
9426         for chord mode.
9427
9428         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9429         not present in chord.
9430         (construct-chord): add inversion and bass support.
9431
9432         * lily/chord.cc: junk contents.
9433
9434 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9435
9436         * Documentation/user/refman.itely:
9437         * Documentation/user/music-glossary.tely: fix. 
9438
9439 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9440
9441         * scm/chord-entry.scm (construct-chord): move chord construction
9442         to Scheme.
9443
9444         * lily/parser.yy (new_chord): new setup for chord entry.
9445
9446 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9447
9448         * lilypond.words:
9449         * Documentation/user/music-glossary.tely: add ambitus.
9450
9451 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9452
9453         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9454
9455         * lily/include/*.hh: string() -> to_string()
9456
9457         * scm/chords-ignatzek.scm: new file.
9458
9459         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9460         standard chord name exceptions.
9461
9462         * scm/translator-property-description.scm (chordNameSeparator):
9463         add property.
9464         (majorSevenSymbol): add property
9465
9466         * lily/translator-scheme.cc (ly:context-properties): new function
9467         (ly:context-parent): new function.
9468         (print_smob): print context name.
9469
9470         * lily/music.cc (ly:get-music-length): new function
9471         (print_smob): don't print properties.
9472
9473         * lily/duration.cc (duration<?): new function
9474
9475         * input/regression/chords-funky-ignatzek.ly: new file.
9476
9477         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9478         jazz chords.
9479
9480         * lily/pitch.cc (ly:pitch-diff): new function.
9481
9482         * input/regression/chords-ignatzek.ly: new file.
9483
9484 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9485
9486         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9487         pitches for jazz chords.
9488
9489 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9490
9491         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9492
9493 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9494
9495         * lilypond.words: add 1
9496
9497 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9498
9499         * Documentation/topdocs/AUTHORS.texi: refine.
9500
9501 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9502
9503         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9504         
9505         * lilypond.words: add one.
9506
9507 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9508
9509         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9510         Fontify bass note in chords, e.g., e in c1/e.
9511         
9512 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9513
9514         * Documentation/user/music-glossary.tely: Dutch updates and
9515         additions (Arent Storm).
9516
9517 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9518
9519         * input/regression/ambitus.ly:  move file.      
9520
9521         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9522
9523         * lily/event.cc (transpose): add tonic property to Key_change_req
9524         and to Key_engraver.
9525
9526 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9527
9528         * Documentation/user/refman.itely: fix typo.
9529
9530         * lilypond.words: removed wrong identifiers.
9531
9532 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9533
9534         * mf/feta-toevallig.mf: make flat stem shorter 
9535
9536 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9537
9538         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9539
9540         * lilypond.words: add from Phrasing slur.
9541         
9542 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9543
9544         * lilypond-mode.el: allow launching multiple ViewPS processes.
9545         
9546         * lilypond.words: add from Text markup.
9547
9548 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9549
9550         * input/test/ossia.ly (texidoc): add comment.
9551
9552         * input/regression/voice-follower.ly: new file.
9553
9554         * mf/feta-toevallig.mf: make flat heavier.
9555
9556         * lily/cluster-engraver.cc: clean up Cluster engraver
9557
9558         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9559         Engraver. Use Note_column to compute Y positions and deal with
9560         line break stuff.
9561
9562 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9563
9564         * lily/stem.cc: move french-beaming to stem.
9565
9566 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9567
9568         * lilypond-font-lock.el: fontify all durations in chords.
9569
9570         * lilypond.words: add from lily/my-lily-lexer.cc
9571
9572 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9573
9574         * VERSION: release 1.7.12
9575
9576         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9577
9578         * lily/gregorian-ligature.cc: new file
9579
9580         * lily/*: the Great 2003 search & replace.
9581
9582         * Documentation/user/refman.itely (Manual repeat commands): add
9583         note about font selection.
9584
9585 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9586
9587         * lilypond-mode.el: propose recompiling midi while invoking playing,
9588         not while stopping playing.
9589
9590 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9591
9592         * lilypond.words: add one.
9593
9594         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9595         and expressional note grouping. Fontify chord modes.
9596
9597 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9598
9599         * Documentation/user/music-glossary.tely (Top): translate melisma.
9600
9601 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9602
9603         * Documentation/user/music-glossary.tely (Top): add melisma.
9604
9605 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9606
9607         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9608         interfaces for (abstract) grob GregorianLigature
9609
9610         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9611         renamed head* -> glyph_name*, x-shift* -> x-offset*
9612
9613         * scm/grob-property-description.scm: bugfix: added missing descriptions
9614
9615 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9616
9617         * input/test/chord-names-dpnj.ly: New file.
9618
9619         * scm/double-plus-new-chord-name.scm: Implement full and partial
9620         exceptions.
9621
9622         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9623
9624         * scm/double-plus-new-chord-name.scm
9625         (double-plus-new-chord->markup): Fix sub->markup.
9626
9627
9628 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9629
9630         * lily/custos-engraver.cc: added TODO; editorial changes
9631
9632         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9633         consistency with other ligature engravers; removed access on (now)
9634         private variable _ligature of Ligature_engraver
9635
9636         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9637         renamed last_bound -> last_bound_; issue programming_error on
9638         abstract method calls; moved primitives code from
9639         Mensural_bracket_engraver to here (because almost ligature
9640         engravers will need it); renamed try_stop_ligature () ->
9641         typeset_ligature (); bugfix: store primitives of finished ligature
9642         in separate variable finished_primitives_ to avoid clash on input
9643         like "\] \["; added current_ligature () to enable access on
9644         private variable _ligature
9645
9646         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9647         (now in super class); renamed try_stop_ligature () ->
9648         typeset_ligature ()
9649
9650         * lily/mensural-ligature.cc: issue programming_error on abstract
9651         method calls
9652
9653         * lily/note-heads-engraver.cc: added TODO comment upon bool
9654         in_ligature
9655
9656         * mf/parmesan-heads.mf: fixed some of set_char_box()
9657
9658         * scm/grob-description.scm: added VaticanaLigature
9659
9660         * scm/grob-property-description.scm: added neume prefix properties
9661
9662         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9663         lily/include/gregorian-ligature-engraver.hh,
9664         lily/include/gregorian-ligature.hh: new files; framework for
9665         gregorian ligature engravers such as vaticana
9666
9667         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9668         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9669         vaticana style ligature implementation (still somewhat uncomplete)
9670
9671 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9672
9673         * VERSION: release 1.7.11
9674
9675         * scripts/convert-ly.py: add ly:pitch-transpose rule
9676
9677 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9678
9679         * input/test/dpncnt.ly: New file.
9680
9681         * lily/my-lily-lexer.cc: Add chordnames keyword.
9682
9683         * lily/parser.yy (chordnames_block): Parse chord name exception
9684         lists, see input/test/dpncnt.ly.
9685
9686         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9687         function.
9688
9689         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9690         filter-out too.
9691
9692         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9693         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9694         pitch functions (except for ly:make-pitch, but that's apparently
9695         some sort of scheme naming standard?).
9696
9697         * scm/lily.scm (!=): define-public.
9698
9699         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9700
9701 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9702
9703         * scm/double-plus-new-chord-name.scm
9704         (double-plus-new-chord-name->markup): New file.
9705
9706 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9707
9708         * python/lilylib.py (make_preview): don't suppress progress for
9709         bbox extraction.
9710
9711 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9712
9713         * Documentation/user/appendices.itely (scheme): update for new syntax.
9714
9715         * input/regression/chord-name-styles.ly: new file
9716
9717         * lily/instrument-name-engraver.cc: create instrument names
9718         without barline too.  Allows instrument name on ChordNames  
9719
9720         * scm/new-markup.scm (interpret-markup): allow simple strings as
9721         markup too.
9722
9723 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9724
9725         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9726         (step->markup-accidental): Fix: add accidental.
9727         (chord::inner-name-american): 
9728         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9729         append stray '/' if last superscript addition was 'o'.
9730
9731         * scm/new-markup.scm (normal-size-sub-markup) 
9732         (normal-size-super-markup): New function.
9733
9734         * lily/source-file.cc (Source_file): Add warning for possibly
9735         intentional but suspicious initialization.
9736
9737         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9738         add comments about cut-and-paste programming.
9739
9740         * flower/rational.cc (lcm): Not used; comment out.
9741
9742 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9743
9744         * lily/new-fingering-engraver.cc (position_scripts): use
9745         fingerHorizontalDirection to determine fingering horizontal
9746         directions.
9747  
9748         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9749         fingering support.
9750
9751         * scripts/convert-ly.py (FatalConversionError.conv): add style
9752         conversion rule. 
9753
9754         * scm/chord-name.scm (set-chord-name-style): new function.
9755         (new-chord-name-brew-molecule): revise to interpret markup only
9756         (new-chord->markup): cleanuppish rewrite. To be called from the
9757         new engraver.
9758
9759         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9760         Markup earlier, during interpreting.
9761
9762         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9763         style settings. Rename to chord-names-*.ly
9764
9765 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9766
9767         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9768         markup code and update to new markup.  Most probably broke some of
9769         it.
9770         
9771 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9772
9773         * Documentation/user/refman.itely: added docu for ambitus and
9774         clusters
9775
9776         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9777         ly_quote_scm() in lookup.cc
9778
9779         * mf/parmesan-clefs.mf: set_char_box fix
9780
9781         * lily/cluster-engraver.cc: junk implicit protection; use
9782         Protected_scm instead
9783
9784 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9785
9786         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9787         throughout.
9788
9789         * scm/new-markup.scm: Turn-off error-triggering test code.
9790
9791 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9792
9793         * scm/new-markup.scm (markup-thrower-typecheck) 
9794         (markup-typecheck?):  add full typechecking functions.
9795         (make-markup-maker): add make-FOO-markup functions.
9796         (markup-argument-list-error): nice error checking messages.
9797         (make-markup): better function: less quoting escapades.
9798
9799 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9800
9801         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9802
9803 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9804
9805         * cygwin/lilypond.hint (requires): Add cygwin.
9806
9807         * .cvsignore: Remove stepmake (huh!?!), add lib.
9808
9809         * GNUmakefile.in: Add libdir links for builddir runs.
9810
9811         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9812         instead of datadir.
9813
9814         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9815         local_lilypond_libdir.
9816
9817         * config.make.in (lilypond_libdir): Add.
9818
9819         * stepmake/stepmake/substitute-rules.make: 
9820         * stepmake/stepmake/script-rules.make: 
9821         * stepmake/stepmake/python-module-rules.make:
9822         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9823         lilypond-python-module patch.
9824
9825 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9826
9827         * Documentation/user/refman.itely (Graphical interfaces): add note
9828         about xml2ly.
9829
9830 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9831
9832         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9833
9834 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9835
9836         * VERSION: released 1.7.10
9837
9838         * scripts/musedata2ly.py (): idem
9839
9840         * scripts/midi2ly.py (dump_chord): idem
9841
9842         * scripts/etf2ly.py (version): idem 
9843
9844         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9845
9846         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9847
9848         * scm/tex.scm (tex-output-expression): remove eval compat
9849         glut. Other output files too.
9850
9851         * scm/chord-name.scm: don't export anything from chord module.
9852
9853         * input/test/american-chords.ly: idem
9854
9855         * input/test/banter-chords.ly (texidoc): idem
9856
9857         * input/test/Cc-chords.ly: add breakage notes.
9858
9859         * Documentation/user/refman.itely (Text markup): rewrite manual
9860         section.
9861
9862         * lily/parser.yy (scalar): allow \markup { } as property value. 
9863
9864         * scm/chord-name.scm: complete new markup usage
9865
9866         * scm/grob-description.scm (all-grob-descriptions): use new markup
9867         texts by default
9868
9869 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9870
9871         * scm/chord-name.scm: partial move to new markup texts.
9872
9873 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9874
9875         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9876
9877         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9878         settable.
9879
9880 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9881
9882         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9883         invoked for old midi, wait for killing.
9884
9885 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9886
9887         * Documentation/user/music-glossary.tely: Finnishing.
9888
9889 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9890
9891         * mf/feta-nummer-code.mf: some kerning pairs.
9892
9893 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9894
9895         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9896         Added.
9897
9898         * Documentation/user/refman.itely (Bar numbers):
9899         set-bar-number-visibility added, modulo-bar-number removed again
9900         (sorry).
9901
9902 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9903
9904         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9905
9906         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9907
9908         * Documentation/user/music-glossary.tely: translate into Finnish.
9909
9910 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9911
9912         * lilypond-mode.el: add shortcut for 2midi
9913
9914         * lilypond-font-lock.el: fontify lyrics
9915
9916 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9917
9918         * scm/drums.scm : use 1.7.x names.
9919
9920         * input/regression/drums.ly : Don't use << chords >>
9921
9922 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9923
9924         * lilypond-mode.el: tidy, add TODO
9925
9926         * make/lilypond.mandrake.spec.in: install-info quietly.
9927
9928 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9929
9930         * input/test/markup.ly: use new syntax.
9931
9932 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9933
9934         * ly/params-init.ly (interscoreline): add word-space
9935
9936         * input/test/metronome.ly (eighthNote): idem.
9937
9938         * input/test/script-priority.ly: use new markup
9939
9940         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9941
9942         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9943
9944         * lily/parser.yy (gen_text_def): bugfix.
9945         (full_markup): allow markup identifier.
9946
9947 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9948
9949         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9950         jobs at the same time. Add horizontal lines to Command menu.
9951         Allow one compiling job -- propose killing others before a new one.
9952
9953         * lilypond.words: add markup, teeny, etc.
9954
9955 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9956
9957         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9958         Allow only one type of midi process; launching Midi either stops
9959         midis or plays the current midi and launching MidiAll stops midis
9960         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9961         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9962
9963 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9964
9965         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9966         markup  for new markup texts.
9967
9968         * lily/mark-engraver.cc (process_music): idem
9969         
9970         * lily/instrument-name-engraver.cc (create_text): idem
9971
9972         * scm/new-markup.scm (magnify-markup): new function.
9973
9974         * scm/molecule.scm (stack-lines): bugfix.
9975
9976         * lily/font-interface.cc (get_font): take font-magnification from
9977         alist chain.
9978
9979 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9980
9981         * lily/molecule-scheme.cc: move scheme functions to separate file.
9982
9983         * lily/font-metric.cc  (ly_get_glyph): new function. 
9984         
9985         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9986         (italic-markup, dynamic-markup): new functions
9987         (font-markup): new function
9988
9989         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9990         padding and minimum
9991
9992 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9993
9994         * lily/accidental-engraver.cc:
9995         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9996
9997 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9998
9999         * lilypond.vim:
10000         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10001         [a-zA-Z] for user defined identifiers. Separate note cases 
10002         with and without a duration (allow cis\longaX).
10003
10004         * lilypond.words: Add words from Info.
10005
10006 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10007
10008         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10009
10010 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10011
10012         * lilypond-mode.el: Propose reverting buffer before a command if
10013         it was edited with an another editor.
10014
10015 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10016
10017         * lily/molecule.cc (ly_translate_molecule): new function
10018
10019         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10020         into libdir
10021
10022         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10023
10024         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10025
10026 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10027
10028         * lilypond.words: take \words from Info-index.
10029
10030 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10031
10032         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10033
10034 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10035
10036         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10037
10038 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10039
10040         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10041         and lilypond-documentation.
10042
10043 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10044
10045         * lily/parser.yy: Compile fix (bison 1.75).
10046
10047 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * VERSION: 1.7.9 released
10050
10051         * scm/music-functions.scm (shift-one-duration-log): refactor.
10052         Use music-map.
10053
10054         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10055
10056         * NEWS: update.
10057
10058         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10059         argument
10060         
10061         * scm/music-functions.scm (display-music): new function
10062         (music-map): change arg order.
10063
10064         * input/regression/new-markup-syntax.scm: new file
10065
10066         * lily/parser.yy (markup): add \markup { .. } syntax.
10067
10068         * scm/new-markup.scm (override-markup): new function
10069         (lookup-markup): new function
10070         (music-markup): new function
10071         (lookup-markup-command): use markup-signature to store argument
10072         format for parser.
10073
10074         * lily/lexer.ll: preliminary \markup syntax. 
10075
10076 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10077
10078         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10079         add pre/post-dependencies and menus with icons from source.
10080
10081         * Documentation/pictures/lilypond-48x48.xpm:
10082         * Documentation/pictures/lilypond-32x32.xpm:
10083         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10084         transparent.
10085
10086         * stepmake/stepmake/generic-targets.make:
10087         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10088
10089 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10090
10091         * input/regression/music-map.ly (texidoc): new file.
10092
10093         * scm/music-functions.scm (music-map): new function
10094
10095 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10096
10097         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10098
10099 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10100
10101         * input/test/to-xml.ly:
10102         * lily/ligature-engraver.cc: Fixes documentation.
10103
10104         * lilypond.mandrake.spec.in:
10105         * lilypond.redhat.spec.in: Add lilypond.words.
10106
10107         * Documentation/user/refman.itely: Mention Info inside emacs.
10108         
10109         * lilypond.suse.spec.in:
10110         * lilypond.redhat.spec.in:
10111         * lilypond.mandrake.spec.in: Set root-owner for doc
10112         (tobbe@nyvalls.se).
10113
10114 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10115
10116         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10117         os.popen.read ().
10118
10119 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10120
10121         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10122
10123         * python/lilylib.py (error): add space
10124
10125 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10126
10127         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10128         distribution.
10129
10130 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10131
10132         * lily/paper-outputter.cc (Paper_outputter): close port when
10133         finishing score.
10134
10135 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * scm/sodipodi.scm: Fixes.
10138
10139 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10140
10141         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10142
10143         * buildscripts/make-font-dir.py: Fix. 
10144
10145 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10146
10147         * lilypond-mode.el: Add support for Info inside Emacs.
10148
10149 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10150
10151         * buildscripts/make-font-dir.py: 
10152         * mf/GNUmakefile: Make sodipodi font map.
10153
10154         * scm/sodipodi.scm: Add more output functions.
10155
10156         * mf/feta-nummer.mf: 
10157         * mf/feta-beugel.mf: Add font_coding_scheme.
10158
10159         * lily/paper-outputter.cc (output_header): Fix creator string.
10160
10161 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10162
10163         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10164         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10165
10166         * lilypond.words: add two (Everybody can add/remove words now!).
10167
10168         * debian/rules:
10169         * make/lilypond.suse.spec.in:
10170         * make/lilypond.mandrake.spec.in:
10171         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10172
10173         * Documentation/user/refman.itely: Mention autocompletion.
10174
10175 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10176
10177         * scripts/ly2dvi.py: Add paper sizes.
10178
10179         * lily/timing-engraver.cc: 
10180         * lily/time-signature.cc: 
10181         * lily/span-bar.cc: 
10182         * lily/grob-scheme.cc: Code formatting fixes.
10183
10184         * scm/sodipodi.scm: 
10185         * scm/sketch.scm:
10186         * buildscripts/mf-to-table.py: 
10187         * buildscripts/make-font-dir.py: Font testing.
10188
10189 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10190
10191         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10192         inserts try-completion and shows all-completions.
10193
10194         * lilypond.words: '\' -> '\\'
10195
10196         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10197         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10198         
10199         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10200         and LilyPond-reserved-words.
10201         
10202 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10203
10204         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10205         from load-path.
10206         
10207         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10208         the mini-buffer with Control-Shift-c.
10209         
10210 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10211
10212         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10213         duration. This fixes \tempo taking time.
10214
10215 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10216
10217         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10218         Allow for text markup in repeatCommands. 
10219
10220 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10221
10222         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10223         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10224         Get rid of skeleton.el-dependency.
10225
10226         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10227
10228 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10229
10230         * lily/beam-engraver.cc (stop_translation_timestep): reset
10231         now_stop_ev_
10232
10233         * lily/scm-option.cc: add parse-protect to ly:set-option
10234
10235         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10236
10237 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10238
10239         * lily/include/ligature-bracket.hh: removed
10240         * lily/ligature-bracket.cc: removed
10241
10242         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10243         .tex
10244
10245         * lily/beam.cc (set_beaming): don't change beam count on rests.
10246         (brew_molecule): always set flag-width > 0.
10247
10248 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10249
10250         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10251         chars, remove instructions; instead, refer to lilypond-init.el and
10252         Documentation/topdocs/INSTALL.texi.
10253
10254         * lilypond.words: add identifiers and reserved words.
10255
10256         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10257         files and adding a load-path.
10258
10259         * lilypond-init.el: Instructions, extracted from 
10260         Documentation/topdocs/INSTALL.texi. 
10261         
10262 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10263
10264         * VERSION: 1.7.8 released 
10265
10266         * lily/grob.cc (warning): better robustness fix.
10267
10268 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10269
10270         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10271
10272         * lily/cluster-engraver.cc: stick better to variable naming
10273         conventions
10274
10275         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10276         until stop_translation_timestep()
10277
10278         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10279         min/max coordinates to backend, but no musical info such as
10280         pitches
10281
10282         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10283
10284         * lily/grob.cc: robustness fix: warning(): do not crash if
10285         cause is not set
10286
10287         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10288         the much more elaborated tuplet brackets than the very naive and
10289         simple ligature bracket grob
10290
10291 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10292
10293         * Documentation/user/refman.itely (Analysis brackets): add
10294         horizontal bracket doco.
10295
10296         * ly/property-init.ly (setMmRestFermata): added.
10297
10298         * Documentation/user/refman.itely (Multi measure rests): fermatas
10299         on mm rests.
10300
10301         * input/regression/apply-context.ly (texidoc): new file
10302
10303         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10304         code to be executed during interpretation. Possible applications:
10305         smart octavation, more advanced bar checks. 
10306
10307         * lily/apply-context-iterator.cc: new file.
10308
10309 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10310
10311         * input/test/new-markup.ly: new file.
10312
10313         * lily/text-item.cc (text_to_molecule): new function
10314
10315         * scm/new-markup.scm (lambda): new file
10316
10317         * lily/function-documentation.cc (ly_add_function_documentation):
10318         add proc property as well
10319
10320 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10321
10322         * Documentation/user/music-glossary.tely (Top): add custos.
10323
10324 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10325
10326         * Documentation/topdocs/INSTALL.texi: advise how to include source
10327         path to Emacs load-path and improve language.
10328
10329 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10330
10331         * GNUmakefile.in: config.h message fix.
10332
10333         * autogen.sh:
10334         * aclocal.m4: Regenerate.
10335
10336         * configure.in: 
10337         * config.make.in: 
10338         * stepmake/config.make.in: 
10339         * stepmake/configure.in: 
10340         * stepmake/autogen.sh: 
10341         * stepmake/aclocal.m4: Update for autoconf 2.56.
10342
10343 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10344
10345         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10346         to install Emacs-mode. Instructions how to use vim-mode.
10347
10348 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10349
10350         * scm/music-types.scm (music-descriptions): no length for tempo event.
10351
10352         * input/*.ly: add \version everywhere.
10353         
10354         * input/*.ly: update syntax to 1.7 + new-chords.
10355
10356         * VERSION: 1.7.7 released.
10357         
10358         * Documentation/user/*.tely: new chord syntax.
10359
10360         * input/regression/[bc]*.ly (texidoc): syntax updates.
10361         
10362 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10363
10364         * lilypond.words: add vocabulary to be used in auto-completion
10365
10366         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10367
10368         * lilypond.vim: allow note name at EOF
10369
10370 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10371
10372         * buildscripts/new-chords.py (edit): -e option: inline editing.
10373
10374         * input/regression/a*.ly (texidoc): syntax updates.
10375
10376         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10377         music): elucidations. 
10378
10379 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10380
10381         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10382         ly/spanners-init.ly, scm/grob-description.scm,
10383         scm/grob-property-description.scm, scm/music-types.scm,
10384         lily/cluster-engraver.cc, lily/cluster.cc,
10385         lily/include/cluster.hh, input/test/cluster.ly: cluster
10386         implementation
10387
10388         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10389         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10390         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10391
10392         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10393
10394         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10395
10396         * scm/grob-description.scm: bugfix: by default, use default note
10397         head style when engraving ligatures
10398
10399         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10400
10401         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10402         events
10403
10404         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10405
10406         * input/test/ancient-font.ly: bugfix: style -> flag-style
10407
10408         * lily/ligature-engraver.cc: indentation fix
10409
10410         * lily/parser.yy: indentation fixes
10411         
10412 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10413
10414         * input/regression/measure-grouping.ly: more elaborate example.
10415
10416         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10417         ly:div-moment. New functions 
10418
10419         * scm/music-functions.scm (set-time-signature): new function,
10420         allow inline time sig settings with measure grouping.
10421
10422         * lily/parser.yy (command_element): move time sig construction
10423         into Scheme.
10424
10425         * lily/side-position-interface.cc (out_of_staff): new function,
10426         like padding, but keep minimum distance from staff. Easier than
10427         linespanners (dynamics, pedals), but roughly the same effect.
10428
10429 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10430
10431         * emacs-mode.el: Added spanish-note-replacements 
10432         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10433
10434         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10435
10436 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10437
10438         * lilypond.vim: Do not fontify cises, desis, etc.
10439
10440         * vimrc: view dvi with <S-F6>
10441
10442 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10443
10444         * lily/lookup.cc (triangle): new function.
10445
10446         * input/regression/measure-grouping.ly (texidoc): new file: show
10447         triangles and brackets for beat groups of 3 and 2.
10448
10449         * lily/include/measure-grouping-spanner.hh (class
10450         Measure_grouping): new file.
10451
10452         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10453
10454         * lily/measure-grouping-engraver.cc (class
10455         Measure_grouping_engraver): new file.
10456
10457 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10458
10459         * Merge from stable:
10460
10461             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10462         
10463         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10464         stylesheet.
10465
10466         * ly/paper19.ly: Include paper19-init.ly.
10467
10468         * ly/paper19-init.ly: New file.
10469
10470         * Documentation/user/tutorial.itely (First steps): Fix first
10471         example for font test.
10472
10473         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10474
10475         * ChangeLog: Add 1.7.6 release marker (see below).
10476
10477         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10478         Add .py files.
10479
10480 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10481
10482         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10483
10484         * input/tutorial/*.ly: update to new syntax.
10485
10486         * lily/parser.yy (Composite_music): new transpose syntax,
10487         \transpose FROM TO MUSIC. 
10488
10489 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10490
10491         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10492         latex progress/error output to stderr (by default this goes to
10493         stdout).  Show lilypond progress, even when not verbose.
10494
10495         * python/lilylib.py (system): New optional parameter to control
10496         showing of progress.
10497
10498         * scm/backend-documentation-lib.scm (check-dangling-properties):
10499         Fix error message.
10500
10501         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10502         axis, extent.
10503
10504         * scm/grob-property-description.scm (magnify): Remove.
10505         (extent, axis): Add.
10506
10507 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10508
10509         * VERSION: Release 1.7.6.
10510
10511         * scripts/convert-ly.py: more uniformization substitutions.
10512
10513         * buildscripts/new-chords.py (sub_chords): new file.
10514
10515 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10516
10517         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10518         lilypond.map.  Include sauter fonts too.  Cleanups.
10519
10520 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10521
10522         * Documentation/user/tutorial.itely (First steps): change to new
10523         chord/tie/slur/beam notation.
10524
10525         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10526         ties.
10527
10528         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10529         engraver. Process ties in postfix notation, i.e. c8-~ c
10530
10531         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10532
10533         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10534
10535         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10536
10537         * lily/beam-engraver.cc (try_music): accept new-beam-events
10538
10539         * input/regression/chord-scripts.ly (texidoc): new file
10540
10541         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10542         script-events.
10543
10544         * scm/script.scm (default-script-alist): cleanup.
10545
10546         * lily/script-engraver.cc (make_script_from_event): cleanup.
10547
10548         * lily/lyric-combine-music-iterator.cc
10549         (Lyric_combine_music_iterator): remove superfluous events.
10550         (melisma_busy): new function. Fix broken melismas.
10551
10552 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10553
10554         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10555         Remove nonvalid settings. Use descriptive key names.
10556         Use <Return> to indicate the pressing of that key.
10557
10558 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10559
10560         * scripts/lilypond-book.py (option_definitions): Typo.
10561
10562         * scripts/ly2dvi.py: Updates.
10563
10564         * python/lilylib.py (setup_environment, print_environment)
10565         (get_bbox, make_preview): Merge and remove from ly2dvi and
10566         lilypond-book.
10567
10568         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10569
10570         * .cvsignore: Remove some cruft.
10571
10572         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10573         path.
10574
10575         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10576         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10577         throughout.
10578
10579         * python/lilylib.py (quiet_system): Junk
10580         (system): Display error log upon failure.
10581         (read_pipe): New function.  Cleanups and fixes.
10582
10583         * python/*.py: Rename from *.py.in.
10584         
10585         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10586
10587         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10588
10589 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10590
10591         * python/GNUmakefile: Bugfix: handle modules.
10592
10593         * stepmake/stepmake/python-module-targets.make (default): Add
10594         compiled modules. 
10595
10596         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10597         compiling modules.
10598
10599         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10600         Bugfix.  (OUT_PYC_MODULES): Add.
10601
10602 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10603
10604         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10605         Use default paths. Refresh description.
10606
10607 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10608
10609         * VERSION: 1.7.5 released
10610
10611         * input/regression/finger-chords.ly (texidoc): new file.
10612
10613         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10614         support
10615
10616         * lily/fingering-engraver.cc (process_music): remove kludgy
10617         scriptHorizontal stuff.
10618
10619         * lily/script.cc: remove staff-support property.
10620
10621         * lily/new-fingering-engraver.cc (add_fingering): new
10622         file. Fingering engraver for new style chords.
10623
10624 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10625
10626         * lily/parser.yy (bare_number): allow 4 \cm (without
10627         decimal dot). (should backport to 1.6?)
10628
10629         * ly/declarations-init.ly: use Scheme for dimension defs.
10630
10631         * lily/parser.yy (TODO): remove hard coded dimensions, add
10632         REAL NUMBER_IDENTIFIER production.
10633
10634         * lily/rest-collision.cc (force_shift_callback): rewrite using
10635         -done property.
10636
10637         * scm/grob-property-description.scm (rest-collision-done): add
10638         property.
10639         
10640         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10641
10642 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10643
10644         * input/regression/multi-measure-rest-center.ly: new file.
10645
10646         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10647         off horizontally by 0.05 ss. Fixed.
10648
10649 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10650
10651         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10652
10653         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10654
10655 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10656
10657         * lily/tie.cc (get_control_points): also avoid staff lines on the
10658         just outside the outer staff lines
10659
10660 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10661
10662         * ly/params-init.ly: Just define style-alist, no need to
10663         define-public.
10664
10665         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10666         (thanks Han-Wen).
10667
10668         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10669         (FET_FILES): = FONT_FILES.
10670
10671         * Merge from stable:
10672
10673             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10674
10675 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10676
10677         * VERSION: 1.7.4 released.  
10678         
10679         * scm/generate-documentation.scm (string-append): add macro
10680         definitions.
10681
10682         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10683         normal texts.
10684
10685         * lily/multi-measure-rest-engraver.cc: make separate
10686         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10687
10688         * lily/multi-measure-rest.cc: remove text handling. Remove
10689         number-threshold.
10690
10691 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10692
10693         * scm/music-types.scm: doc patch by Graham Percival
10694
10695 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10696
10697         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10698         encoding part.
10699         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10700         (sketch_p): Sketch wants only first four elements of X11 font spec.
10701
10702         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10703
10704         * mf/feta-autometric.mf: Write foundry and family to log.
10705
10706         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10707         font translation table.
10708
10709         * buildscripts/mf-to-table.py: Better font info into afm.
10710
10711         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10712         1.0.9 required.
10713
10714         * configure.in: Whine for mftrace 1.0.9.
10715
10716 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10717
10718         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10719
10720         * lily/main.cc (main_prog): don't try to load init.EXT when
10721         processing foo.EXT.
10722
10723 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10724
10725         * scm/tex.scm (zigzig-line): added.
10726
10727         * scm/ps.scm (zigzag-line): added.
10728
10729         * ps/music-drawing-routines.ps (subvec): added.
10730         (draw_zigzag_line): added.
10731         
10732         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10733         grob properties zigzag-width and zigzag-length.
10734
10735         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10736
10737 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10738
10739         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10740         svg output, including font.
10741
10742 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10743
10744         * scm/lily.scm: Register sodipodi output module.
10745
10746         * scm/sodipodi.scm: New file.
10747
10748         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10749
10750         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10751         comment, after header.
10752         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10753         FullName.  Fix FontName key.
10754
10755 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10756
10757         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10758         and breve rests.
10759         
10760         * input/test/blank-notes.ly: bugfix
10761
10762         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10763         rests. (Kim Shrier)
10764
10765         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10766         
10767 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10768
10769         * scm/tex.scm: 
10770         * scm/ps.scm: Cleanup and remove obsolete junk.
10771
10772         * Documentation/user/internals.itely:
10773         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10774
10775         * lily/parser.yy: Identify shift/reduce problems.
10776
10777         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10778         make-style-sheet.  Too specific for convert-ly?
10779
10780 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10781
10782         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10783
10784         * input/test/*.ly: various fixes.
10785
10786         * lily/music.cc (name): bugfix
10787
10788         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10789
10790         * lily/input-file-results.cc (code): set-point-and-click! ->
10791         set-point-and-click
10792         
10793 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10794
10795         * Use uniform ly: prefix for exported scheme primitive functions.
10796
10797         * scm/music-types.scm: junk compat glue
10798
10799         * scripts/convert-ly.py: add rules for stuff below, junk
10800         compatibility glue for spanrequest.
10801
10802         * lily/parser.yy (verbose_event): remove \spanrequest,
10803         \commandspanrequest, \script. 
10804         
10805         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10806
10807         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10808         for \penalty, \glissando.
10809
10810         * VERSION: release 1.7.3
10811         
10812 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10813
10814         * lily/accidental-engraver.cc: Fix
10815         grace-in-the-beginning-of-measure bug caused by the resent
10816         partial-measure fix.
10817
10818         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10819         overlap looks too crowded)
10820         
10821 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10822
10823         * lily/parser.yy (assignment): allow SCM expression as assignment.
10824
10825         * lily/include/music-output-def.hh (class Music_output_def):
10826         * lily/music-output-def.cc: 
10827         * lily/paper-def.cc: 
10828         * scm/font.scm (markup-to-properties):
10829         * lily/parser.yy (music_output_def_body): 
10830         remove style_sheet_
10831
10832 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10833
10834         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10835         length.
10836
10837         * input/regression/spacing-to-grace.ly: new file.
10838
10839         * input/regression/spacing-end-of-line.ly: new file.
10840
10841         * lily/note-spacing.cc (get_spacing): take into account breakable
10842         stuff sticking out at the left (time sig change at line break).
10843
10844         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10845         raggedright code.
10846
10847         * scm/music-functions.scm (make-voice-props-set): add
10848         staff-position for mm rests.
10849  
10850         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10851         before grace notes a little.
10852
10853         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10854
10855         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10856         key adds space at the end of line. 
10857
10858 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10859
10860         * scm/sketch.scm: Fix beams.
10861
10862         * buildscripts/mf-to-table.py: Add EncodingScheme.
10863
10864         * scm/sketch.scm: Resurrect.
10865
10866 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10867
10868         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10869         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10870
10871 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10872
10873         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10874
10875         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10876
10877 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10878
10879         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10880         token for origin information.
10881
10882         * lily/parser.yy (My_lily_lexer): do identifier location and
10883         cloning from lexer.
10884
10885         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10886         logic out of the parser. Add bar checks on both ends.
10887
10888         * Documentation/user/refman.itely (Multi measure rests): add more
10889         notes about mm rests.
10890
10891 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10892
10893         * input/regression/bar-scripts.ly: Re-enable.
10894
10895         * lily/parser.yy:
10896         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10897         released rsn.  Bison 1.50 has a crucial bug and won't work.
10898
10899         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10900
10901
10902 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10905
10906 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10907
10908         * Actually merge changes since 1.6.4 besides ChangeLog, and
10909         resolve conflicts.  Lots of updates, hope all is well.
10910         
10911         * cygwin/lilypond.hint (requires): Add ghostscript.
10912
10913         * scm: Update some (c).
10914         
10915 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10916
10917         * input/test/{various}.ly: add \header fields and texidoc strings.
10918
10919 2002-10-05  Werner Lemberg  <wl@gnu.org>
10920
10921         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10922         renamed to `output_latex_quoted'.
10923         Added `output_latex_noquote'.
10924         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10925         mode.
10926
10927 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10928
10929         * ChangeLog: Add 1.6.6 release marker.  See below.
10930
10931         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10932
10933         * scripts/midi2ly.py: Fix global syntax warnings.
10934
10935         * GNUmakefile.in: Generate builddir locale tree too.
10936
10937         * scripts/ly2dvi.py:
10938         * scripts/midi2ly.py: 
10939         * scripts/mup2ly.py: 
10940         * scripts/update-lily.py:
10941         * lily/main.cc (setup_paths): Fix for locales setup.
10942
10943 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10944
10945         * Documentation/windows/installing.texi: Soften wording about
10946         necessity of becoming Administrator.  tommie@iae.nl reports this
10947         does not seem to be necessary for his flavour of Windows 2000.
10948         Explicitely discourage text mode mounts.
10949
10950 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10951
10952         * lily/rest.cc (after_line_breaking): backport dot position fix.
10953
10954         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10955         rests. Thanks to Klaus Zimmermann for finding this bug.
10956
10957 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10958
10959         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10960
10961 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10962
10963         * Documentation/user/music-glossary.tely: fix links.
10964
10965 2002-10-21  Werner Lemberg  <wl@gnu.org>
10966
10967         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10968         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10969         scaling factor) only once and use them in the definition of
10970         \embeddedps.
10971         * ps/music-drawing-routines.ps (skeel): Removed.
10972
10973 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10974
10975         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10976         Solaris7, as we don't use nested $( ) constructs.
10977
10978 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10979
10980         * VERSION: Release 1.6.6.
10981         
10982 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10983
10984         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10985         as workaround for /bin/sh problems on Solaris7.
10986
10987 2002-10-19  Werner Lemberg  <wl@gnu.org>
10988
10989         * GNUmakefile.in (web-doc): Fix typos.
10990         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10991         `music-drawing-routines.ps' but emit \special{header=...} once.
10992         * scm/tex.scm (header-end): Updated.
10993
10994 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10995
10996         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10997         undefined tremolo. 
10998
10999 2002-10-15  Werner Lemberg  <wl@gnu.org>
11000
11001         * scripts/lilypond-book.py (g_make_html): New global variable.
11002         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11003         if `g_make_html' isn't set.
11004         [main]: Add format `texi-html'.
11005         (option_definitions): Updated.
11006         * Documentation/user/lilypond-book.itely: Updated.
11007
11008         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11009         * make/ly-rules.make (%.texi, %.nexi): Use it.
11010         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11011         format to lilypond-book.
11012         * GNUmakefile.in (web-doc): Ditto.
11013
11014 2002-10-14  Werner Lemberg  <wl@gnu.org>
11015
11016         Further improve TeX output.  The produced files are about 40%
11017         smaller.  `lilyponddefs.tex' is now read only once.
11018
11019         * tex/lilyponddefs.tex: Remove footer stuff.
11020         (\ifundefined): Renamed to...
11021         (\lilypondundefined): This.  Use LaTeX's definition to
11022         make it nestable and make it global.
11023         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11024         output.
11025         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11026         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11027         them global.
11028         (\placebox): Renamed to...
11029         (\lyitem): This.
11030         Make it global and call \outputscale by itself.
11031         (\lybox, \lyvrule): New macros to reduce input data.
11032         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11033         New auxiliary macros.
11034         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11035         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11036         to...
11037         (\lilypondspace): This and made it global.
11038         (\turnOnPostScript): Renamed to...
11039         (\lilypondpostscript): This and made it global.
11040         (\turnOnExperimentalFeatures): Renamed to...
11041         (\lilypondexperimentalfeatures): This and made it global.
11042         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11043         (\lilypondsetdimen): This and made it global.
11044         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11045         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11046         (all, $(outdir)/music-drawing-routines.ps): New rules.
11047         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11048         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11049         start-system, stop-system, stop-last-system, filledbox): Updated to
11050         use the changed macros from lilyponddefs.tex.
11051         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11052
11053 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11054
11055         * Documentation/windows/installing.texi: Update.
11056
11057 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11058
11059         * VERSION: 1.6.5 released
11060
11061         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11062
11063 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11064
11065         * scm/translator-property-description.scm (voltaOnThisStaff): add
11066         property.
11067
11068 2002-09-28  Werner Lemberg  <wl@gnu.org>
11069
11070         * scm/tex.scm (header-end): Suppress page numbering.
11071
11072         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11073         Fix quotation for HTML output.
11074
11075 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11076         
11077         * Documentation/user/refman.itely: grammar and phrasing
11078           fixes to "Note Entry" section.  Also adds a few new examples.
11079
11080 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11081
11082         * flower/include/string-data.icc: include string.h
11083
11084 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11085
11086         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11087
11088 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11089
11090         * Documentation/user/GNUmakefile (extra-local-help): Add.
11091
11092         * stepmake/stepmake/www-targets.make (local-help): Add.
11093
11094 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11095
11096         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11097         packages.
11098
11099         * Documentation/topdocs/README.texi (Top): building documentation
11100         (not website.)
11101
11102 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11103
11104         * Documentation/user/refman.itely: 
11105         * Documentation/user/tutorial.itely: 
11106         * Documentation/user/music-glossary.tely: Merge changes.
11107
11108         * Documentation/user/glossary.html.in: 
11109         * Documentation/index.texi: 
11110         * Documentation/header.html.in: Accomodate renaming of glossary.
11111         
11112         * Documentation/user/tutorial.itely: Add some glossary references.
11113         
11114         * Documentation/user/refman.itely: Minor fixes.
11115         
11116         * Documentation/user/lilypond.tely: Add glossary do direntry.
11117
11118         * Documentation/user/music-glossary.tely: Rename (previously:
11119         glossary.tely).  Fix anchor placement.
11120
11121         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11122
11123 2002-09-23  Werner Lemberg  <wl@gnu.org>
11124
11125         * scripts/lilypond-book.py (output_dict): Fix handling of
11126         various environments by avoid extraneous newlines.
11127         Rename `output-all' regexp for html to `output-html'.
11128         Replace `output-all' regexp for texi with `output-texi-quote'
11129         and `output-texi-noquote'.
11130         (compose_full_body): Don't override `linewidth' user option
11131         for `singleline'.
11132         (schedule_lilypond_block): Don't indent text specified with
11133         `intertext' option.
11134         Add new option `noquote'.
11135         (compile_all_files): Use latex instead of tex to compile ly
11136         files directly.
11137
11138         * Documentation/user/lilypond-book.itely: Updated and revised.
11139         Improve layout.
11140
11141         * Documentation/user/glossary.tely,
11142         Documentation/user/introduction.itely,
11143         Documentation/user/tutorial.itely,
11144         Documentation/user/refman.itely,
11145         Documentation/user/appendices.itely: Fix overfull LilyPond
11146         boxes caused by the new lilypond-book code.  Other minor
11147         fixes.
11148
11149         * Documentation/user/macros.itexi (@texiflat): Don't emit
11150         trailing space.
11151
11152         * scm/tex.scm (end-output, header-end): Add preamble and
11153         postamble to make lilypond output directly compilable with
11154         latex.
11155
11156         
11157 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11158
11159         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11160         instructions.
11161
11162 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11163
11164         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11165
11166 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11167
11168         * lily/beam.cc (connect_beams): don't crash if there are quarter
11169         notes in beams.
11170
11171 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11172
11173         * Documentation/user/refman.itely: corrected ancient clef
11174         docu; added docu on ligatures
11175
11176 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11177
11178         * Documentation/user/glossary.tely,
11179         Documentation/user/refman.itely, input/les-nereides.ly,
11180         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11181         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11182         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11183         Stem properties: flag-style -> stroke-style, style -> flag-style.
11184
11185
11186 2002-09-22  Werner Lemberg  <wl@gnu.org>
11187
11188         * scripts/lilypond-book.py: Add option `notime' to suppress
11189         printing of a time signature.  Specify default indentation of 0pt
11190         if single line fragment.  Don't emit redundant `\paper{ }'.
11191
11192         * Documentation/user/lilypond-book.itely: Updated.
11193
11194         * Documentation/user/glossary.tely: Completely reformatting.
11195
11196 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11197
11198         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11199
11200 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11201
11202         * Documentation/user/tutorial.itely: Fix links.
11203         
11204         * Documentation/topdocs/index.tely:
11205         * Documentation/index.texi:
11206         * Documentation/header.html.in: Small website fixes and updates.
11207
11208         * debian/: Debian patch by Anthony Fok.
11209
11210 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11211
11212         * Documentation/footer.html.in: How time flies: It's already 2002!
11213
11214         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11215         more descriptive link names than 'here'.
11216
11217 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11218
11219         * VERSION: 1.7.2 released
11220         * VERSION: 1.6.4 released
11221         
11222         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11223
11224         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11225         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11226
11227         * mf/feta-din.mf (test): add x-height and space.
11228
11229         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11230         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11231
11232         * ly/grace-init.ly: add-to-grace-init: function to portably add
11233         settings to \grace. 
11234
11235         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11236         if we get an absolute dynamic event.
11237  
11238         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11239
11240         * lily/source-file.cc (get_line): oops. All line numbers were off
11241         by 2. Fix that. 
11242
11243         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11244         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11245
11246         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11247
11248         * lily/parser.yy (number_factor): remove (number) as number
11249         expression. ("Let them eat Lisp").
11250
11251 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11252
11253         * lily/horizontal-bracket.cc: new file.
11254
11255         * lily/horizontal-bracket-engraver.cc: new file.
11256
11257         * input/regression/note-group-bracket.ly: new file. Support
11258         horizontal note brackets for music analysis.
11259
11260         * lily/stem.cc (flag): new flag-style: no-flag.
11261
11262         * input/test/stem-cross-staff.ly: new file
11263         
11264         * Documentation/user/internals.itely: Improved formatting, fixing
11265         typos.  Added a section `Output details' to describe how the TeX
11266         code looks like.
11267
11268         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11269
11270         * lily/parser.yy: remove \dynamicscript.
11271
11272         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11273         definitions. 
11274
11275         * python/midi.c (midi_error): take two arguments.
11276
11277         * Merge 1.6.5 changes:
11278         
11279 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11280
11281         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11282         staff-space.  Previous 1.5 was probably meant as half-spaces.
11283         (cautionary-style): parentheses (was: smaller).  This is what doco
11284         says, and it seems more logical.
11285
11286         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11287         for 2nd sentence.
11288
11289 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11290
11291         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11292
11293 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11294
11295         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11296
11297 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11298
11299         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11300
11301 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11302
11303         * scm/translator-property-description.scm (voltaOnThisStaff): add
11304         property.
11305
11306 2002-09-28  Werner Lemberg  <wl@gnu.org>
11307
11308         * scm/tex.scm (header-end): Suppress page numbering.
11309
11310         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11311         Fix quotation for HTML output.
11312
11313 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11314         
11315         * Documentation/user/refman.itely: grammar and phrasing
11316           fixes to "Note Entry" section.  Also adds a few new examples.
11317
11318 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11319
11320         * flower/include/string-data.icc: include string.h
11321
11322 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11325
11326 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * Documentation/user/GNUmakefile (extra-local-help): Add.
11329
11330         * stepmake/stepmake/www-targets.make (local-help): Add.
11331
11332 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11333
11334         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11335         packages.
11336
11337         * Documentation/topdocs/README.texi (Top): building documentation
11338         (not website.)
11339
11340 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11341
11342         * Documentation/user/refman.itely: 
11343         * Documentation/user/tutorial.itely: 
11344         * Documentation/user/music-glossary.tely: Merge changes.
11345
11346         * Documentation/user/glossary.html.in: 
11347         * Documentation/index.texi: 
11348         * Documentation/header.html.in: Accomodate renaming of glossary.
11349         
11350         * Documentation/user/tutorial.itely: Add some glossary references.
11351         
11352         * Documentation/user/refman.itely: Minor fixes.
11353         
11354         * Documentation/user/lilypond.tely: Add glossary do direntry.
11355
11356         * Documentation/user/music-glossary.tely: Rename (previously:
11357         glossary.tely).  Fix anchor placement.
11358
11359         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11360
11361 2002-09-23  Werner Lemberg  <wl@gnu.org>
11362
11363         * scripts/lilypond-book.py (output_dict): Fix handling of
11364         various environments by avoid extraneous newlines.
11365         Rename `output-all' regexp for html to `output-html'.
11366         Replace `output-all' regexp for texi with `output-texi-quote'
11367         and `output-texi-noquote'.
11368         (compose_full_body): Don't override `linewidth' user option
11369         for `singleline'.
11370         (schedule_lilypond_block): Don't indent text specified with
11371         `intertext' option.
11372         Add new option `noquote'.
11373         (compile_all_files): Use latex instead of tex to compile ly
11374         files directly.
11375
11376         * Documentation/user/lilypond-book.itely: Updated and revised.
11377         Improve layout.
11378
11379         * Documentation/user/glossary.tely,
11380         Documentation/user/introduction.itely,
11381         Documentation/user/tutorial.itely,
11382         Documentation/user/refman.itely,
11383         Documentation/user/appendices.itely: Fix overfull LilyPond
11384         boxes caused by the new lilypond-book code.  Other minor
11385         fixes.
11386
11387         * Documentation/user/macros.itexi (@texiflat): Don't emit
11388         trailing space.
11389
11390         * scm/tex.scm (end-output, header-end): Add preamble and
11391         postamble to make lilypond output directly compilable with
11392         latex.
11393
11394         
11395 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11396
11397         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11398         instructions.
11399
11400 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11401
11402         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11403
11404 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11405
11406         * lily/beam.cc (connect_beams): don't crash if there are quarter
11407         notes in beams.
11408
11409 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11410
11411         * Documentation/user/refman.itely: corrected ancient clef
11412         docu; added docu on ligatures
11413
11414 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11415
11416         * Documentation/user/glossary.tely,
11417         Documentation/user/refman.itely, input/les-nereides.ly,
11418         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11419         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11420         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11421         Stem properties: flag-style -> stroke-style, style -> flag-style.
11422
11423 2002-09-22  Werner Lemberg  <wl@gnu.org>
11424
11425         * scripts/lilypond-book.py: Add option `notime' to suppress
11426         printing of a time signature.  Specify default indentation of 0pt
11427         if single line fragment.  Don't emit redundant `\paper{ }'.
11428
11429         * Documentation/user/lilypond-book.itely: Updated.
11430
11431         * Documentation/user/glossary.tely: Completely reformatting.
11432
11433 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11434
11435         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11436
11437 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11438
11439         * Documentation/user/tutorial.itely: Fix links.
11440         
11441         * Documentation/topdocs/index.tely:
11442         * Documentation/index.texi:
11443         * Documentation/header.html.in: Small website fixes and updates.
11444
11445         * debian/: Debian patch by Anthony Fok.
11446
11447 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11448
11449         * Documentation/footer.html.in: How time flies: It's already 2002!
11450
11451         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11452         more descriptive link names than 'here'.
11453
11454 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11455
11456         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11457
11458 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11459
11460         * lily/part-combine-music-iterator.cc (get_state): cleanup
11461         (get_music_info): cleanup.
11462
11463 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11464
11465         * scm/backend-documentation-lib.scm (interface-doc-string):
11466         crosslinks between interfaces and grobs. Headings for interfaces
11467         in grob explanation.
11468
11469 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11470
11471         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11472         dtd).  Add preliminary dtd.
11473         (re-sub-alist): Robustify.
11474
11475 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11476
11477         * lily/include/event-chord-iterator.hh,
11478         lily/context-specced-music-iterator.cc,
11479         lily/event.cc, lily/event-chord-iterator.cc: add
11480
11481 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11482
11483         * lily/: some (c) header fixes.
11484         
11485         * lily/request-chord.cc: Remove.
11486         
11487         * lily/include/event-chord-iterator.hh:
11488         * lily/include/event.hh:
11489         * lily/event-chord.cc: New file.
11490         
11491         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11492         requested.
11493
11494 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11495
11496         * lily/ : rename Request to Event
11497
11498         * lily/parser.yy (command_element): move clef stuff into Scheme.
11499
11500         * lily/:  rename length_mom () to get_length()
11501
11502         * lily/part-combine-music.cc: removed file and class.
11503
11504         * lily/context-specced-music-iterator.cc (class
11505         Context_specced_music_iterator): new file. Obsoletes the
11506         Context_specced_music type.
11507
11508         * scm/music-types.scm (make-repeated-music): put different kinds
11509         of repeated music into music-type table.
11510
11511         * VERSION: 1.7.1 released.
11512
11513         * scm/to-xml.scm: new file.
11514
11515         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11516         new Input representation: dump music as XML.
11517
11518         * scm/engraver-documentation-lib.scm
11519         (engraver-accepts-music-types?): add links from music to engraver,
11520         from music-type to engraver.
11521
11522         * lily/include/command-request.hh: removed
11523         lily/include/musical-request.hh: removed. Removed all _req classes
11524         except Key_change_req. Changes throughout.
11525
11526 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11527
11528         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11529
11530 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11531
11532         * lily/*.cc: specify accepts for many engravers.
11533
11534         * scm/music-documentation-lib.scm: dump music expressions and
11535         music subtypes.
11536
11537         * scm/documentation-lib.scm: complete revision.
11538         Use GOOPS objects to store document tree explicitly. Cleaned up and
11539         sped up doco generation a lot.
11540
11541 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11542
11543         * input/trip.ly (fugaIILeft): add arpeggio
11544
11545         * lily/translator-group.cc (try_music_on_nongroup_children):
11546         oops. The name symbol is in the cdr of the assoc handle.
11547
11548         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11549         Hyphen_req, Glissando_req, Break_req, Mark_req 
11550
11551 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11552
11553         * lily/musical-request.cc (music-duration-length,
11554         music-duration-compress): new functions.
11555
11556         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11557         throughout. Warning doesn't work yet.
11558
11559         * lily/translator-group.cc (try_music_on_nongroup_children):
11560         new implementation: store candidate acceptors in a hashTable.
11561
11562 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11563
11564         * scm/music-types.scm (music-descriptions): change name to
11565         internal-class-name
11566
11567         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11568
11569 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11570
11571         * lily/beam.cc (connect_beams): don't crash if there are quarter
11572         notes in beams.
11573
11574 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11575
11576         * Documentation/user/refman.itely: corrected ancient clef
11577         docu; added docu on ligatures
11578
11579 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11580
11581         * Documentation/user/glossary.tely,
11582         Documentation/user/refman.itely, input/les-nereides.ly,
11583         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11584         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11585         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11586         Stem properties: flag-style -> stroke-style, style -> flag-style.
11587
11588 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11589
11590         * scm/music-functions.scm (music-separator?): don't use name music
11591         property.
11592
11593 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11594
11595         * stepmake/stepmake/generic-targets.make (help): Document check
11596         target.
11597
11598         * lily/new-accidental-engraver.cc: Compile fix.
11599
11600 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11601
11602         * scripts/convert-ly.py: Add rule.
11603
11604         * input/test/music-creation.ly:
11605         * input/test/add-staccato.ly:
11606         * input/test/add-text-script.ly: ly-make-music.
11607
11608         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11609         More ly-make-music renamings.
11610
11611         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11612
11613         * lily/music-constructor.cc (make_music): Add debugging info.
11614
11615         * scm/music-functions.scm (make-simultaneous-music,
11616         (make-sequential-music, context-spec-music):
11617         * scm/music-types.scm (music-descriptions): Get lily to run.
11618
11619 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11620
11621         * lily/command-request.cc (transpose_key_alist): new function.
11622
11623         * lily/key-performer.cc (create_audio_elements): cleanup. 
11624
11625 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11626
11627         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11628
11629         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11630         events-accepted field.
11631
11632         * scm/music-types.scm: new file.
11633
11634         * lily/parser.yy: put music type initialization into scheme,
11635         similar to grob initialization.  Changes throughout.
11636
11637 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11638
11639         * Documentation/user/tutorial.itely: Fix links.
11640         
11641         * Documentation/index.texi: 
11642         * Documentation/header.html.in: 
11643         * Documentation/topdocs/index.tely: Small website fixes and updates.
11644
11645         * debian/: Debian patch by Anthony Fok.
11646
11647 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11648
11649         * Documentation/footer.html.in: How time flies: It's already 2002!
11650
11651         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11652         more descriptive link names than 'here'.
11653
11654         * ROADMAP: Remove test stuff.
11655
11656         * scripts/update-lily.py: Allow auto-building of stable and
11657         development versions.  Bugfixes.
11658
11659 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * VERSION: released 1.7.0
11662
11663         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11664
11665         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11666         positive line widths.
11667
11668 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11669
11670         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11671         go.  Fix comments.
11672
11673         * cygwin: Cygwin updates.
11674
11675 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11676
11677         * Documentation/windows/installing.texi (Top): version for python,
11678         urls for ghostscript (thanks to John Potelle)
11679         
11680         * lily/simultaneous-music-iterator.cc
11681         (Simultaneous_music_iterator): init children_list_ before
11682         triggering GC.
11683
11684         * lily/*-iterator.cc: be even more careful with smobbed copy
11685         constructors. 
11686
11687         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11688         LeftEdge item.
11689
11690 2002-09-15  Werner Lemberg  <wl@gnu.org>
11691
11692         Improving LilyPond's output to make them ordinary TeX boxes with
11693         predictable dimensions.  System boxes are now vertically centered on
11694         the baseline; this offset can be further controlled with
11695         \lilypondscoreshift.
11696
11697         * lily/system.cc (System::post_processing): Pass length of current
11698         system to `start-system' (including any horizontal indentation).
11699
11700         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11701         prettier.
11702         (lily-def): Append `%'.
11703         (start-system): Add parameter `wd'.  Output more TeX code to specify
11704         box dimensions.
11705         (stop-system, stop-last-system): Complement changes in
11706         `start-system'.
11707         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11708         Updated.
11709
11710         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11711         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11712         Write final `\endinput'.
11713
11714         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11715         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11716         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11717         files and macro definitions don't produce spurious spaces and
11718         paragraphs (using \endlinechar).
11719         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11720
11721         * Documentation/user/internals.itely: Improved formatting, fixing
11722         typos.  Added a section `Output details' to describe how the TeX
11723         code looks like.
11724
11725 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11726
11727         * lily/accidental-engraver.cc: Also work with partial measures.
11728
11729 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11730
11731         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11732         spanner.
11733
11734 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11735
11736         * lily/identifier-smob.cc (unpack_identifier): new file.
11737
11738         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11739         pass off scheme expressions as music identifiers.
11740
11741         * scm/lily.scm: reorganisation, cleanups.
11742
11743         * lily/main.cc: small cleanups.
11744
11745 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11746
11747         * lily/ly-module.{cc,hh}: new file.
11748
11749 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11750
11751         * lily/accidental-engraver.cc: Also work with partial measures.
11752
11753 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11754
11755         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11756
11757 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11758
11759         * lily/my-lily-lexer.cc: use SCM module in stead of
11760         Scheme_hash_table. Changes throughout.  
11761
11762 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11763
11764         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11765