]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
191ed30360c26a577ab0dbbbbbb468c56d212404
[lilypond.git] / ChangeLog
1 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * scm/output-gnome.scm: Describe feta-cork hack.
4
5 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
6
7         * lily/music-output-def.cc (Music_output_def): remove separate
8         translator table. Lookup translators in scope directly. This
9         obviates Context suffix for context identifiers, i.e.
10
11         \context {
12           \Staff
13           .. 
14           }
15
16
17         will work.
18         
19
20         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
21
22         * Documentation/user/changing-defaults.itely (Horizontal spacing):
23         document spacing override hack.
24
25 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
26
27         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
28         installation info.  Support point-and-click.  Add +/- zoom
29         keybindings.
30
31 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
32
33         * VERSION: 2.3.2 released
34         
35         * lily/parser.yy (book_body): set default bookpaper.
36
37         * scm/output-tex.scm (header): kludge: hard code linewidth. 
38
39         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
40
41 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
42
43         * lily/score.cc (default_rendering): scale outputdef before
44         starting.
45
46 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
47
48         * scm/fret-diagrams.scm: Add header.
49
50         * scm/output-gnome.scm: Hello world :-)
51
52 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
53
54         * scripts/lilypond.py (run_dvips): only add papersize if present.
55
56         * lily/accidental-engraver.cc (update_local_key_signature): new
57         function, fold code from initialize() and process_music().
58         (update_local_key_signature): use deep copy. This fixes one
59         problem from custom-key-signatures.ly.
60         (number_accidentals_from_sig): tighter check for
61         accidental-too-old.
62
63         * ly/engraver-init.ly: remove localKeySignature
64         definition from ChoirStaff, StaffGroup, Score.
65         
66         * lily/percent-repeat-engraver.cc (try_music): add moments for
67         barlines too. Fixes: skipbars-percent-repeat.ly.
68
69 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
70
71         * lily/context-def.cc (filter_performers): don't go to cdrloc if
72         skipping last pair. Fixes: crash-bar-number.
73
74         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
75         D. Sorensen)
76
77         * input/test/fret-diagram.ly: new file.
78
79         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
80         (scale-paper): divide by scale.
81
82 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
83
84         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
85         case.
86
87 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
88
89         * scm/stencil.scm (fontify-text): reinstate function
90
91         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
92
93         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
94
95         * lily/parser.yy (book_paper_head): \bookpaper {} 
96
97         * python/midi.c: remove config.h
98
99 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * scm/output-gnome.scm: Update.
102
103 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
104
105         * scm/output-gnome.scm: New file.
106
107         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
108
109 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
110
111         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
112         (find_scaled_font): move from Paper_def
113
114 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
115
116         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
117         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
118
119         * po/fr.po: update po.
120
121         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
122
123         * lily/book-paper-def.cc (print_smob): new file.
124
125 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
126
127         * buildscripts/lilypond-words.py: search words also from
128         music-functions-init.ly.
129
130 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
131
132         * ly/music-functions-init.ly (def-music-function): new helper
133         macro for defining music functions. \addlyrics \appoggiatura
134         \acciaccatura \grace \partcombine \autochange \applycontext
135         \applyoutput and \breathe are now defined here thanks to it.
136
137         * lily/parser.yy: 
138         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
139         \grace \partcombine \autochange \applycontext \applyoutput and
140         \breathe keywords removed from the parser.
141
142         * lily/parser.yy: 
143         * lily/music-function.cc (ly_make_music_function): 
144         * lily/lexer.ll (music_function_type): added a case for 0-arg
145         music functions.
146
147 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
148
149         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
150         refering to a music expression can be used in lily-inside-scheme:
151         #{ $music #}
152
153         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
154         and ly:parser-define, and change ly:parser-parse-string in order
155         to make #{ $music #} work.
156
157         * scm/new-markup.scm (compile-markup-expression): when an argument
158         is a string, use `make-simple-markup'.
159
160 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
161
162         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
163
164 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
165
166         * scripts/convert-ly.py (FatalConversionError.func): handle + in
167         font-size. (backportme)
168
169 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
170
171         * lily/paper-outputter.cc (output_stencil): dump font definitions
172         before each stencil.
173
174         * lily/include/paper-book.hh (struct Score_lines): new
175         struct. Collect info per Paper-score.
176
177         * lily/include/page.hh (class Page): to_stencil() returns Stencil
178         everywhere.
179
180         * lily/stencil.cc (find_expression_fonts): new function
181
182         * lily/paper-outputter.cc (output_stencil): use
183         interpret_stencil_expr
184
185         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
186         (interpret_stencil_expr): new function. Generic stencil
187         interpretation.
188
189         * lily/paper-def.cc (find_scaled_font): divide lookup
190         magnification by outpuscale for non-virtual fontmetrics. This
191         fixes ludicrously long font definitions for text
192         fonts. (backportme)
193
194         * lily/score-engraver.cc: remove
195         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
196
197 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
198
199         * input/test/markup-score.ly: Remove \notes.
200
201         * lily/parser.yy (book_body): Grok Composite_music and \header.
202         (markup): Push NOTES mode before score_block.
203
204         * VERSION: release 2.3.1
205         
206         * mf/feta-klef.mf: 
207         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
208
209         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
210
211         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
212
213 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
214
215         * scm/output-tex.scm (output-tex-string): tighten safe security.
216
217         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
218
219         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
220         allowed ly functions.
221
222         * lily/ly-module.cc (ly_module_define): only define variable if
223         bound.
224         (ly_make_anonymous_module): take safe option.
225
226 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
227
228         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
229
230 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
231
232         * input/regression/newaddlyrics.ly: Fix.
233
234         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
235         \score \notes.
236
237 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
238
239         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
240
241 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
242
243         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
244
245         * lily/paper-line.cc (Paper_line): don't store list of stencils,
246         but convert to single Stencil immediately.
247
248         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
249
250 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
251
252         * scm/output-sodipodi.scm: Resurrect sodipodi output.
253
254 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
255
256         * elisp/lilypond-mode.el: Changed the way defaults are created for
257         LilyPond-command-master.  LilyPond-mode will now check the
258         timestamps of the files to see which command has to run next.
259
260 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
261
262         * scm/bass-figure.scm (format-bass-figure): don't set
263         number-markup for strings. This fixes string in bass
264         figure. (backportme)
265
266         * lily/parser.yy (bass_number): insert number-markup into figure
267         definition.
268
269         * scm/define-music-properties.scm (all-music-properties): make
270         'figure a markup.
271
272         * scripts/convert-ly.py (conv): \apply -> \applymusic
273
274 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
275
276         * elisp/lilypond-mode.el: changed the order of some commands
277         ("Midi" after "2Midi"), use the user-defined
278         LilyPond-command-default as default instead of "LilyPond"
279
280         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
281         to set the master file for the next command.
282
283         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
284         with font-lock-reference-face.
285
286 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
287
288         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
289
290         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
291
292 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
293
294         * ly/music-functions-init.ly (TODO): new file.
295
296         * lily/parser.yy (Generic_prefix_music_scm): add more
297         music_function symbols.
298         (Prefix_composite_music): change \apply to music-function   
299
300         * lily/include/music-function.hh: rename to music-function
301
302 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
303
304         * lily/music-head.cc (LY_DEFINE): change order of args.
305
306         * input/regression/music-head.ly (texidoc): new file.
307
308         * lily/parser.yy (Generic_prefix_music): allow generic
309         music-transformation functions. 
310
311         * lily/include/music-head.hh (is_music_head): new file.
312
313         * lily/music-head.cc (get_music_head_transform): new file.
314
315 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
316
317         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
318         empty extent. This fixes ottava brackets on rests. (backportme)
319
320         * make/lilypond.redhat.spec.in (Group): ln png files for info.
321
322         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
323
324         * cygwin/lily-wins.py: update for the lily-wins.py script.
325
326 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
327
328         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
329         code. This will obviate typeset_grob () in the future.  The effect
330         of this is that improperly written spanner handling will result in
331         invalid spanner bounds.
332         (announce_grob): add to elems_ from here
333         (typeset_grob): comment out.  
334
335         * lily/include/engraver.hh (make_spanner): new calling interface
336         for make_{item,spanner}. This obviates most calls to
337         announce_grob().
338                 
339         * scm/music-functions.scm (set-accidental-style): use GrandStaff
340         iso. PianoStaff for piano styles.
341
342 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
343
344         * Documentation/user/music-glossary.tely: add segno after d.s.
345
346 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
347
348         * lily/include/audio-column.hh: remove unused variables.
349         (patch by Michael Welsh Duggan)
350
351         * flower/include/axes.hh (other_axis): inline Axes function
352         (thanks to David Brandon).
353
354 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * cygwin/mknetrel: Install image links (backportme).
357
358         * Documentation/user/GNUmakefile (local-install-info): Activate
359         actual installing of image links (backportme).
360
361 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
362
363         * Documentation/user/notation.itely (Measure repeats): Removed
364         unnecessary (and confusing) \context Voice{.
365
366 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
367
368         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
369
370         * lily/page.cc (Page): Do not use ly_scheme_function for
371         volatile/configurable variables (FIXME: better name).
372
373         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
374         get_scmvar).
375
376 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
377
378         * scripts/convert-ly.py (FatalConversionError.subst): use
379         \transposition.
380
381 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
382
383         * lily/include/page.hh (class Page): Declare left_margin ().
384
385         * lily/page.cc: Remove paper var caching.
386
387 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
388
389         * Documentation/user/music-glossary.tely: Add name to @top node.
390         Remove comment from @table definitions (workaround for makinfo
391         bug).
392
393         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
394         ly:stencil-get-expr).  Update callers.
395         (ly:stencil-align-to!):  Return stencil too.
396
397         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
398         stencil.  Remove looped line-based page output.
399         (output_line): Use line stencil.  Remove looped stencil-based line
400         output.
401
402         * lily/page.cc (ly:page-paper-lines): New function.
403
404         * input/test/markup-score.ly: New file.
405
406         * scm/define-markup-commands.scm (stencil): New markup.
407
408         * lily/book.cc (to_stencil): New method.
409
410         * lily/parser.yy (markup): Use it to grok \score.
411
412 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
413
414         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
415
416         * lily/paper-book.cc (pages): Change signature.  Update callers.
417
418         * lily/include/page.hh:
419         * lily/page.cc: New file.
420
421         * lily/paper-line.cc (to_stencil): New method.
422         
423         * lily/paper-outputter.cc (output_stencil): New method.
424
425         * lily/paper-outputter.cc (output_line): Use them.
426
427         * lily/warn.cc: Remove.
428
429         * lily/my-lily-parser.cc (distill_inname): Remove.
430
431         * flower/include/file-name.hh: 
432         * flower/file-name.cc: New file.  Update users.
433
434         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
435         (find): New method of same name.
436
437         * lily/my-lily-parser.cc (ly:parse-file): Use it.
438
439         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
440         constant error message.
441
442 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
443
444         * input/test/{blank-notes.ly,staff-container.ly}: typos.
445
446 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
447
448         * Documentation/user/music-glossary.tely: @table @strong' replaced
449         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
450         (backportme).
451
452 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
453
454         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
455
456         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
457         #{ lily music expression #} that returns an equivalent scheme
458         music expression by parsing the string.
459
460 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
461
462         * lily/my-lily-parser.cc:
463         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
464         SCM string (foo.ly/toto.scm support).
465
466 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
467
468         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
469
470 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
471
472         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
473
474         * scripts/lilypond-book.py: LY code that includes \header is
475         not assumed to be a fragment.
476
477 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
480         tremolo beams up.
481
482         * lily/stem.cc (chord_start_y): Return 0 if no heads.
483         (get_default_stem_end_position): No tremolo head juggling if no
484         heads.  Fixes tremolo crash on rests (backportme).
485
486         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
487
488 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
489
490         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
491         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
492
493         * lily/lexer.ll: Allow \encoding in NOTES mode.
494
495         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
496         for lyrics, not for commands.
497
498         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
499         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
500
501         * input/regression/newaddlyrics.ly: New file.
502
503         * Documentation/topdocs/NEWS.texi: Update.
504
505         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
506         (Music_list): Allow embedded scm.
507
508         * lily/score.cc (ly:score-bookify): New function.
509
510         * lily/music.cc (ly:music-scorify): Idem.
511
512         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
513         (ly:parser-print-score): Idem.
514
515         * scm/lily.scm (default-toplevel-book-handler): Idem.
516         (default-toplevel-music-handler): Idem.
517         (default-toplevel-score-handler): Idem.
518
519         * ly/declarations-init.ly: Set default toplevel handlers.
520
521         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
522
523         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
524         printer for score at toplevel.
525
526 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
527
528         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
529         Fix for simple case: input/simple-song.ly, more complex stuff
530         does not work yet.
531
532 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
533
534         * lily/parser.yy (Prefix_composite_music): split Composite_music
535         in Prefix_composite_music and Grouped_music_list.
536         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
537
538 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
539
540         * scm/lily.scm (toplevel-expression): New define.
541
542         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
543
544         * lily/parser.yy (toplevel_expression): Use it.
545
546         * lily/include/my-lily-parser.hh: Smobbify.
547
548         * lily/my-lily-parser.cc (parse_string): New method.
549         
550         * lily/my-lily-parser.cc (ly:parse-string): New function.
551
552         * Documentation/user/lilypond.tely: Add comment and workaround for
553         gs-8.01 crash.  Fixes make web.
554
555         Simplification of toplevel music.
556         
557         * lily/lexer.ll, lily/parser.yy:
558
559         * In LYRICS mode, return LYRICS_STRING.  This fixes one
560         shift/reduce problem.
561
562         * Use NOTES mode at start of maininput.
563
564         * Grok toplevel composite music expression, put in score and book.
565
566         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
567
568         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
569
570         * input/simple.ly: New file.
571         
572         * input/simple-song.ly: Idem.
573
574 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
575
576         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
577         Sandberg.
578
579 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
580
581         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
582
583 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
584
585         * input/regression/accidental-octave.ly: doc automatic showing
586         of note names.
587
588 2004-04-16  Heikki Junes <janneke@gnu.org>
589
590         * po/fi.po: do "make po && make -C po po-update" at top-level,
591         then "cp po/out/fi.po po/fi.po" and update fields.
592
593         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
594
595 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
596
597         * Documentation/user/introduction.itely (About this manual): Fix
598         templates and regression urls (backportme).
599
600 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
601
602         * ly/engraver-init.ly (Score:graceSettings): Increase
603         beamed-lengths, especially for 32nd notes.
604
605         * Documentation/user/notation.itely (Grace notes): Correct the
606         syntax for add-grace-property example.
607
608 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
609
610         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
611         `Generated' tag.
612
613         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
614         Severely broken (the Debian package, at least).
615
616 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
617
618         * lily/context.cc (find_create_context): assign to lvalue.
619
620 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * lily/include/translator.hh (class Translator): rename
623         get_parent_context() to context () to avoid confusion.
624
625         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
626
627         * lily/lexer.ll: change is_string -> ly_c_string_p 
628
629         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
630
631         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
632
633         * VERSION: release 2.3.0
634
635         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
636
637         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
638         if nonempty.
639
640         * lily/include/context.hh (class Context): make members protected.
641         (children_contexts): new accessor function.
642
643         * lily/include/translator.hh (class Translator): make
644         daddy_context_ protected.
645         (class Translator): clean up. 
646
647         * lily/include/context.hh (class Context): make daddy_context_
648         private.
649
650         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
651         higher for finding Voice. (backportme)  
652
653         * lily/include/context.hh (class Context): remove
654         find_context_below() as a method.
655
656         * Documentation/user/notation.itely (The Lyrics context): add note
657         about manual durations
658
659         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
660         encoding.
661
662         * scm/output-tex.scm (text): dump \inputencoding{} for text.
663
664 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
665
666         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
667         \usepackage{inputenc}
668
669         * lily/paper-book.cc (classic_output): don't advance Offset for
670         TeX output.
671
672         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
673         ec-sauter.map in rules
674
675         * mf/ecb.mf (font_identifier): new file, based on ecbx
676
677         * mf/ecb10.mf (gensize): new file.
678
679         * Documentation/topdocs/NEWS.texi (Top): document some more new
680         features.
681
682         * ly/declarations-init.ly: run convert-ly
683
684         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
685         from input-file-results. Remove input-file-results.* 
686
687 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
688
689         * scm/output-ps.scm (font-command): Fix, again.
690
691         * input/test/title-markup.ly: Add \noPagebreak test.
692
693         * lily/score-engraver.cc (try_music): Bugfix.
694
695 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
696
697         * lily/main.cc (main_with_guile): excise dependency options -M and
698         --dep-prefix
699
700         * lily/input-file-results.cc: excise Makefile dependency code
701
702         * Documentation/user/invoking.itexi (Invoking the lilypond
703         binary): remove dep doco
704         
705         * lily/main.cc (main_with_guile): call lilypond-main
706         
707         * scm/lily.scm (lilypond-main): new function: handle multiple files.
708
709         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
710         exception.
711
712         * lily/my-lily-parser.cc: remove paper_description function
713
714         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
715         new function.
716
717         * lily/main.cc: remove global_score_count.
718
719         * lily/book.cc (process): don't take header from global_input_file.
720
721         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
722
723         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
724
725         * lily/music-output-def.cc (LY_DEFINE): new function
726         ly_output_description. This function does the bulk for  setting,
727         parsing and breaking down of an input file.
728
729         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
730         anonymous modules globally. Let's hope they get GCd
731
732         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
733
734 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
735
736         * scm/output-ps.scm (header): Papersize from paper.
737
738         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
739         for classic output.
740
741         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
742         lilypondclassic is defined.
743         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
744
745         * input/regression/between-systems.ly: Remove.
746
747         * python/lilylib.py (get_bbox): Fix regular expression
748         for bounding box.
749
750         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
751
752         * scm/output-tex.scm (stop-page): Use it.
753
754         * scm/output-ps.scm (define-fonts): Bugfix.
755
756         * lily/grob.cc: Add penalty to interface.
757
758         * lily/include/paper-line.hh (class Paper_line): New member
759         var penalty_.
760
761         * lily/system.cc (get_line): Initialise Paper_line with
762         page-penalty's from original grobs.
763
764         * scm/define-music-properties.scm (all-music-properties): Add
765         page-penalty.
766
767         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
768
769         * lily/score-engraver.cc (try_music): Handle page-penalty.
770
771         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
772
773 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
774
775         * ly/declarations-init.ly (melismaEnd): typo
776
777         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
778
779         * scm/output-ps.scm (text): split string into spaces, use moveto
780         for setting space. 
781         
782 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
783
784         * po/nl.po: Update.
785
786         * scm/font.scm (add-cmr-fonts): Typo.
787
788 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
789
790         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
791         font-encoding.
792
793         * scm/define-grobs.scm (all-grob-descriptions): idem.
794
795         * lily/time-signature.cc (numbered_time_signature): idem.
796
797         * scm/font.scm (add-cmr-fonts): use real encoding names for
798         font-encoding.
799
800 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
801
802         * lily/paper-book.cc (classic_output): 
803         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
804         Fixes classic output.
805         (lilypondstart):
806         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
807         kludge.
808
809         * scripts/old-lilypond-book.py: Remove.
810
811         Page layout for SCOREs enclosed in a BOOK:
812
813         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
814         layout tweaking.
815
816         * input/les-nereides.ly (theScore): Add \book.
817         
818         * input/test/title-markup.ly: Add \book.
819
820         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
821         only if 'verbose.
822
823         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
824
825         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
826
827         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
828         * scm/output-tex.scm (start-system): Update for page layout by
829         LilyPond.
830
831         * scm/output-ps.scm (start-system): Previously (new-start-system).
832
833         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
834         passed to define-fonts.
835
836         * lily/paper-column.cc: 
837         * lily/system.cc (get_line):
838         * ly/property-init.ly (newpage): 
839         * scm/define-grob-properties.scm:
840         * scm/output-ps.scm: 
841         * scm/output-tex.scm: Remove between-system-string kludge.
842
843         * scm/output-ps.scm (define-fonts, font-command,
844         font-load-encoding): Handle ENCODING = #f.
845
846         * scm/output-tex.scm (output-scopes): Check if variable is bound.
847
848         * scm/define-markup-commands.scm (fill-line): Use
849         make-simple-markup (WAS: unexisting make-word-markup).
850
851         * lily/text-item.cc (interpret_markup): Bugfix, transpose
852         ENCODING, MARKUP parameters for interpret_string.
853
854         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
855
856         * lily/score.cc (book_rendering): New method.
857         (default_rendering): Create Paper_book helper locally, dump
858         output.
859
860         * lily/my-lily-lexer.cc (the_key_tab): Add book.
861
862         * lily/parser.yy: Handle \book.
863
864         * lily/include/book.hh: 
865         * lily/book.cc: New file.
866
867 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
868
869         * lily/text-item.cc (interpret_string): new file, select font with
870         encoding.
871
872         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
873
874         * scm/define-markup-commands.scm (encoded-simple): new markup command.
875
876         * lily/parser.yy (markup): take encoding from lexer.
877
878 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
879
880         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
881
882         * scm/output-ps.scm: Remove some cruft.
883
884 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
885
886         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
887
888         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
889
890 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
891
892         * scm/font.scm (add-century-schoolbook-fonts):
893         (make-century-schoolbook-tree): New function.
894
895         * input/test/title-markup.ly: Use Century Schoolbook font.
896
897 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
898
899         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
900         to Erik Sandberg) 
901
902         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
903
904         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
905
906         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
907
908         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
909
910 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
911
912         * scm/part-combiner.scm (determine-split-list): bugfix: if no
913         solo-state (at end of solo), we can set the solo status
914         too. (backportme.)
915
916         * input/regression/part-combine-solo-end.ly: new file.
917
918 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
919
920         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
921         flavour abc files.  Really ignore unknown keys (backportme).
922
923 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
924
925         * lily/scaled-font-metric.cc (text_dimension): only multiply with
926         magnification_ when looking up in orig_.
927
928         * scm/output-tex.scm (text): switch off char-mapping.
929
930         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
931         because AFM's encoding field cannot have spaces.
932
933 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
934
935         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
936
937 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
938
939         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
940
941         * mf/cmr.enc: new file, without hi-bit ascii info. 
942
943         * lily/bezier-bow.cc (slur_shape): make indent dependent on
944         width. This removes the 'hook' at the end of a long slur.
945
946         * buildscripts/mf-to-table.py (parse_logfile): don't append
947         encoding to fontname.
948
949 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
950
951         * scm/output-ps.scm (define-fonts): Load .enc only once.
952
953         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
954         too.
955
956 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
957
958         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
959         encoding field.
960
961         * lily/stencil-scheme.cc: remove ly:fontify-atom 
962
963         * ly/portuges.ly (pitchnames): new file.
964
965         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
966         Michael Welsh Duggan
967
968         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
969
970         * ly/nederlands.ly: add comment about digits.
971
972         * lily/scaled-font-metric.cc (derived_mark): idem.
973
974         * scm/encoding.scm (make-encoding-mapping): change permutation to
975         mapping.
976
977         * lily/scaled-font-metric.cc (derived_mark): is a const method.
978         (Modified_font_metric): make alist for coding_description_
979         (LY_DEFINE): remove coding-name.
980
981         * scm/output-tex.scm (text): remove debugging code.
982
983         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
984
985         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
986         from infile.
987
988         * mf/feta-generic.mf: move fet_beginfont into generic code.
989         use fetaMusic (without space) as encoding
990
991         * mf/feta-autometric.mf: take encoding argument
992
993         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
994
995         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
996         use.
997
998         * scm/encoding.scm (read-encoding-file): use symbol for glyph
999         name.
1000
1001 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1002
1003         * input/test/title-markup.ly: Set inputencoding.
1004
1005         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1006
1007         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1008
1009         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1010         function.
1011         (coding-alist): Also hold filename, command.
1012         (read-encoding-file): Return symbols.
1013
1014 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1015
1016         * scm/output-tex.scm: remove fontify; text and char take a font
1017         argument.
1018
1019         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1020
1021         * lily/scaled-font-metric.cc (text_dimension): init
1022         coding_{permutation,table}_ too 
1023         (LY_DEFINE): ly:font-encoding, new function return
1024
1025         * lily/paper-def.cc (find_scaled_font): take input coding from
1026         inputcoding paper var.
1027
1028         * lily/performance.cc (output): remap modulo 16.
1029
1030         * lily/text-item.cc (interpret_markup): whoops, variable
1031         shadowing fixed.
1032
1033 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1034
1035         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1036         symbols, not symbols to strings.
1037         
1038         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1039         symbols, not symbols to strings.
1040
1041 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1042
1043         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1044         (ly:kpathsea-gulp-file): New function.
1045
1046         * scm/encoding.scm (read-encoding-file): Use it.
1047
1048 2004-04-06  Werner Lemberg  <wl@gnu.org>
1049
1050         * scm/encoding.scm (coding-alist): Fix typo.
1051
1052 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1053
1054         * lily/scaled-font-metric.cc (text_dimension): move function from
1055         Font_metric
1056         (make_scaled_font_metric): init coding_scheme_ to TeX
1057         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1058
1059         * lily/include/scaled-font-metric.hh (struct
1060         Modified_font_metric): rename from Scaled_font_metric
1061
1062         * scm/encoding.scm (read-encoding-file): split up large function,
1063         leave caching to (delay)
1064
1065         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1066
1067 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1068
1069         * lily/my-lily-lexer.cc (set_encoding): New method.
1070
1071         * lily/lexer.ll: Grok \encoding.
1072
1073         * lily/font-metric.cc (get_encoded_index): New function.
1074
1075         * lily/include/font-metric.hh (coding_scheme): New method.
1076
1077         * scm/encoding.scm: New file.
1078
1079         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1080
1081 2004-04-05  Werner Lemberg  <wl@gnu.org>
1082
1083         * Documentation/user/tutorial.itely: Revised (finished).
1084
1085         * Documentation/user/macros.itexi (@separate): Removed.
1086
1087 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1088
1089         * scm/output-ps.scm (define-fonts): fix scaling.
1090
1091         * lily/scaled-font-metric.cc (design_size): add function.
1092
1093         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1094         partial cut&paste of ly:font-magnification.
1095
1096 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1097
1098         * scm/output-ps.scm (define-fonts):
1099         (fontify): Update.
1100
1101 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1102
1103         * po/fr.po: update. (backportme).
1104
1105         * po/nl.po: update. (backportme). 
1106
1107         * mf/feta-beugel.mf: document why design size is not fixed.
1108
1109         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1110
1111 2004-04-04  Werner Lemberg  <wl@gnu.org>
1112
1113         * Documentation/user/tutorial.itely: Revised (continued).
1114
1115 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1116
1117         * po/nl.po: Update (backportme).
1118
1119 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1120
1121         * po/de.po: update. (backportme).
1122
1123         * scm/output-tex.scm (font-command): use ly: functions to
1124         construct name.
1125         (define-fonts): don't use alist, just dump \font definitions.
1126         (font-load-command): calculate proper scaling by taking
1127         outputscale from paper argument.
1128
1129         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1130         expression.
1131
1132         * lily/paper-outputter.cc (output_header): pass paper arg to
1133         define-fonts
1134
1135         * lily/paper-def.cc (font_descriptions): dump list of
1136         Scaled_font_metrics
1137         (find_scaled_font): take Font_metric argument, store
1138         Scaled_font_metrics in hash-table containing (size ->
1139         Scaled_font_metrics) alist.
1140         (get_dimension): rename from get_realvar
1141
1142         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1143         ly:font-magnification, ly:font-name: new functions
1144
1145 2004-04-03  Werner Lemberg  <wl@gnu.org>
1146
1147         * Documentation/user/dedication.itely,
1148         Documentation/user/preface.itely,
1149         Documentation/user/introduction.itely,
1150         Documentation/user/tutorial.itely: Revised.
1151         Removing leading spaces which distorts output if info files are read
1152         with stand-alone info.
1153         Removing superfluous inter-word spaces which also distorts output
1154         for stand-alone info.
1155         Using ` and ' instead of `` and '' everywhere to improve
1156         legilibility with stand-alone info
1157         Using @samp for single-letter input items and data which contains
1158         spaces, @code for other things.
1159
1160         * lily/grob-interface.cc: Adding copyright.
1161         (check_interfaces_for_property): Improve format of warning message.
1162
1163 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1164
1165         * lily/include/font-metric.hh (struct Font_metric): add
1166         design_size () method.
1167
1168         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1169
1170         * lily/afm.cc (read_afm_file): read design size.
1171
1172         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1173
1174         * scm/music-functions.scm (unfold-repeats): handle dots too.
1175
1176 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1177
1178         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1179         (backportme)
1180
1181 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1182
1183         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1184         lyric indent.  Revert melismaBusyProperties using \unset.
1185
1186 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1187
1188         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1189
1190         * lily/parser.yy (command_element): allow redefinition of |
1191         meaning.
1192
1193         * lily/break-align-engraver.cc (acknowledge_grob): construct
1194         LeftEdge where the first cause for alignment is coming from.
1195         This makes \override Staff.LeftEdge work as expected.
1196
1197         
1198         * lily/slur-performer.cc (Slur_performer): add inits
1199
1200         * lily/beam-performer.cc (Beam_performer): add inits
1201
1202 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1203
1204         * VERSION (PACKAGE_NAME): release 2.2.0
1205
1206         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1207
1208 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1209
1210         * lily/cluster.cc (height): Fix warning.
1211
1212         * lily/parser.yy: Janitorial cleanups.
1213
1214         * Documentation/user/tutorial.itely (Tutorial): Typo.
1215
1216 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * lily/change-iterator.cc (process): search at multiple context
1219         levels. This fixes 
1220
1221         
1222         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1223         not voice-state index for tie state. This fixes a partcombine
1224         problem with ties.
1225
1226         * Documentation/user/tutorial.itely (Commenting input files): add
1227         note about convert-ly.
1228
1229         * input/test/cadenza-skip.ly:  new file.
1230
1231 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1232
1233         * po/nl.po: Spelling fixes.
1234
1235         * autogen.sh (srcdir): Regenerate.
1236
1237         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1238         autogen.sh.
1239
1240         * configure.in: Use C++ to check for C++ header.
1241
1242         * po/nl.po: Update.
1243
1244         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1245
1246         * lily/event.cc (to_relative_octave): Translatable sentence should
1247         be one string.
1248
1249         * python/lilylib.py (warranty): Year range is not translatable.
1250         It's 2004 already!
1251
1252         * flower/warn.cc (non_fatal_error, warning, programming_error):
1253         Remove whitespace from translated string.
1254
1255 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1256
1257         * VERSION: release 2.1.37.
1258
1259 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1260
1261         * configure.in: check for C language.
1262
1263         * lily/source-file.cc: include strstream without h.
1264
1265         * scm/documentation-generate.scm (string-append): use name without
1266         .texi.
1267
1268         * autogen.sh (srcdir): SUSE fix.
1269
1270         * Documentation/user/notation.itely (Ancient clefs): idem.
1271
1272         * Documentation/user/lilypond-book.itely (Integrating HTML and
1273         music): idem.
1274
1275         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1276
1277         * lily/change-iterator.cc (process): use find_existing_context().
1278
1279         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1280
1281         * input/regression/repeat-unfold-tremolo.ly: new file.
1282
1283         * scm/music-functions.scm (unfold-repeats): undo music compression
1284         too.
1285
1286         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1287         (LY_DEFINE): ly:music-compress new function.
1288
1289         * scm/part-combiner.scm (determine-split-list): split for voice
1290         crossings
1291
1292         * input/regression/part-combine-cross.ly: new file.
1293
1294         * scm/part-combiner.scm (make-part-combine-music): don't do
1295         relative inside partcombine arguments.
1296
1297         * scm/music-functions.scm (make-non-relative-music): new function.
1298
1299         * Documentation/user/notation.itely (Automatic part combining):
1300         add note about \relative.
1301
1302         * lily/part-combine-iterator.cc (construct_children): add
1303         start_moment_ member.
1304
1305         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1306         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1307
1308         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1309
1310         * Documentation/user/changing-defaults.itely (Which properties to
1311         change): fixes.
1312
1313 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1314
1315         * po/fr.po: update.
1316
1317 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1318
1319         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1320
1321         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1322         Reinstate old code that issues warning.  Fixes --srcdir build.
1323
1324 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1325
1326         * input/wilhelmus.ly: New file.
1327
1328         * Documentation/user/notation.itely: 
1329         * Documentation/user/introduction.itely:
1330         * Documentation/user/tutorial.itely: Use quote ly-option instead
1331         of explicit @quotation.  This fixes too long lilypond linewidths
1332         resulting in overful hboxes.
1333
1334         * scripts/lilypond-book.py: Add ly-option: `quote'.
1335
1336 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1337
1338         * tex/titledefs.tex: Avoid that the first score line is extra
1339         indented if instrument is defined but not piece.
1340
1341 2004-03-30  Werner Lemberg  <wl@gnu.org>
1342
1343         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1344         `lilypond/' to info file name.
1345         (@usermanref) [info]: New variant.
1346
1347         * scm/documentation-generate.scm: Fix definition of @usermanref
1348         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1349         to info file name.
1350
1351 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1352
1353         * VERSION: release 2.1.36
1354         
1355         * Documentation/user/changing-defaults.itely (Interpretation
1356         contexts): rewrite introduction.
1357
1358 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1359
1360         * scm/define-markup-commands.scm: Use TeX accents instead of
1361         straight iso-8859-1 encoding in the doc string.
1362
1363 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1364
1365         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1366         space after dotted duration.
1367
1368 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1369
1370         * Documentation/user/introduction.itely: 
1371         * Documentation/user/notation.itely:
1372         * Documentation/user/tutorial.itely: Up all relative examples.
1373         Enclose @lilypond displays in @quotation.  Typos and corrections.
1374
1375         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1376
1377 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1378
1379         * scm/music-functions.scm (make-voice-props-revert): Revert also
1380         MultiMeasureRest staff-position in oneVoice.
1381
1382 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1383
1384         * Documentation/user/changing-defaults.itely, 
1385         Documentation/user/lilypond.tely: few fixes. Place no comma between
1386         two options: a and b, but commas between three options: a, b, and c.
1387         By this manner, grouping is possible: a and b, and c and d.
1388
1389 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1390
1391         * Documentation/user/GNUmakefile: add rule for .nexi
1392
1393 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1394
1395         * Documentation/user/music-glossary.tely: move glossary direntry
1396
1397         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1398         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1399
1400 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * stepmake/aclocal.m4: Verify that gettext configure check with
1403         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1404
1405 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1406
1407         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1408         glob.glob for .png filenames. This catches multipage pngs.  
1409
1410         * Documentation/user/changing-defaults.itely (Determining the grob
1411         property): fix references.
1412
1413         * lily/staff-symbol.cc (print): only add extent if non empty.
1414         This fixes staff-container.ly.
1415
1416         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1417         starting with a mmrest also works.
1418
1419         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1420         PNG for texinfo too.
1421
1422         * po/lilypond.pot: update translation strings.
1423
1424         * VERSION: 2.1.35 released
1425         
1426         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1427         context argument too.
1428
1429         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1430
1431         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1432
1433         * python/lilylib.py (command_name): don't return 1st path
1434         component.
1435
1436         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1437         .png case separately.
1438
1439         * python/lilylib.py (system): typo.
1440         
1441 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1442
1443         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1444         run indent-region.
1445
1446         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1447         Fixes compile.
1448
1449         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1450         Add header.
1451
1452 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1453
1454         * vim/lilypond-indent.vim: small fixes.
1455
1456 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1457
1458         * Documentation/user/notation.itely (Entering lyrics): Add example
1459         with correct english double quotes (at least for LaTeX output,
1460         maybe not a good idea if we switch to PS as the default output
1461         format).
1462
1463 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1464
1465         * lily/staff-performer.cc (create_audio_elements): play instrument
1466         changes before notes arrive. This fixes instrument of the first
1467         note in a score.
1468
1469         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1470         to 1.9.0 conversion.
1471
1472         * lily/mark-engraver.cc: doc string.
1473
1474         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1475
1476         * Documentation/user/introduction.itely (Introduction): new node.
1477
1478 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1479
1480         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1481
1482         * input/regression/spacing-ragged-last.ly: new file.
1483
1484         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1485         spacing.
1486
1487         * scm/font.scm: rewrite using GOOPS.
1488         
1489         * lily/context-def.cc (filter_engravers): derefence pointer.
1490
1491         * lily/lily-guile.cc (type_check_assignment): use
1492         ly_scheme_function iso. scm_primitive_eval where possible.
1493
1494         * lily/performance.cc (output): limit channels at 15. This fixes
1495         percussion inadvertently showing up in large scores.
1496
1497 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1498
1499         * input/regression/tuplet-gap.ly: new file.
1500
1501         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1502         (print): compute gap length from number size, include italic
1503         correction.
1504
1505         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1506         tuplet-bracket
1507
1508         * scm/paper.scm (set-default-paper-size): new function, to be
1509         called at toplevel.
1510         (set-paper-size): new function, to be called inside \paper {}
1511         (set-default-paper-size): new function, to be called at toplevel.
1512
1513         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1514
1515         * lily/beam-performer.cc (process_music): idem.
1516
1517         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1518         
1519         * tex/titledefs.tex: remove scshape for piece.
1520
1521         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1522         font-family
1523
1524         * lily/time-signature.cc (special_time_signature): font-encoding
1525         not family.
1526
1527         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1528         dynamic to head. This fixes p placement in morgenlied.
1529
1530 2004-03-23  Werner Lemberg  <wl@gnu.org>
1531
1532         * stepmake/stepmake/generic-targets.make (help): Improve text.
1533
1534 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1535
1536         * VERSION: 2.1.34 released
1537         
1538         * lily/main.cc (main_with_guile): switch debugging.
1539
1540         * lily/system.cc (get_line): plug leak.
1541
1542         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1543         and contents.
1544         (stencil2line): plug leak.
1545
1546         * Documentation/user/changing-defaults.itely (Determining a grob
1547         property):  new node.
1548         (Layout interfaces): new node.
1549         (Navigating the program reference): new node.
1550
1551         * lily/accidental-engraver.cc (acknowledge_grob): add property
1552         harmonicAccidentals
1553
1554         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1555         general cleanups.
1556         
1557         * input/les-nereides.ly (middleDynamics): resurrect Les
1558         nereides. Remove pedal hack.
1559
1560 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1561
1562         * input/regression/property-grace-polyphony.ly: new file.
1563
1564         * lily/translator-property.cc (execute_pushpop_property): only pop
1565         one instance of the property. This fixes << \\ >> together with
1566         \grace.
1567
1568         * lily/break-align-interface.cc (ordered_elements): we cannot
1569         modify the #'elements property, so return reordered array.
1570
1571 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1572
1573         * buildscripts/lilypond.words.py: remove.
1574         * buildscripts/lilypond-words.py: add new, renamed file. 
1575         Give generated targets and dirs explicitly in arguments.
1576
1577         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1578         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1579         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1580         
1581         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1582
1583         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1584
1585         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1586         orders.
1587
1588         * vim/GNUmakefile: add local-uninstall target.
1589
1590         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1591         
1592         * vim/vimrc: add a one-liner file.
1593
1594         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1595         vimrc in EXTRA_DIST_FILES.
1596
1597         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1598
1599 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1600
1601         * config.make.in: add vimdir.
1602
1603         * vim/GNUmakefile: add local-install.
1604
1605 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1606
1607         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1608         with \lilypondifundefined{blabla}. Solves problem with multiple
1609         titles in the same lilypond-book document.
1610
1611 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1612
1613         * scm/document-backend.scm (interface-doc): sort grob list for
1614         interface.
1615
1616         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1617         pre/post break align-order.
1618
1619         * spelling patch courtesy Edward Sutton.
1620
1621         * Documentation/user/changing-defaults.itely (Changing context
1622         default settings): new node.
1623         (Defining new  contexts): new node.
1624
1625         * scripts/lilypond-book.py (is_derived_class): use numbers
1626         iso. booleans.
1627
1628         * python/lilylib.py (make_ps_images): add margin to PS images.
1629
1630         * scripts/lilypond-book.py (is_derived_class): new function. Take
1631         class arg iso. object.
1632         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1633         for bug in GS/dvips.
1634
1635         * lily/text-item.cc (interpret_markup): idem.
1636
1637         * scm/define-markup-commands.scm: remove split around-space hack.
1638
1639         * lily/staff-symbol-referencer.cc (get_rounded_position): new
1640         function, fold WL's fixes into one function.
1641
1642 2004-03-22  Werner Lemberg  <wl@gnu.org>
1643
1644         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
1645         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
1646         (Note_column::head_position_interval): Do proper rounding for
1647         calls to Staff_symbol_referencer::get_position.
1648
1649 2004-03-21  Werner Lemberg  <wl@gnu.org>
1650
1651         * lily/score.cc (ly_run_translator), lily/paper-def.cc
1652         (Paper_def::get_paper_outputter), lily/input-file-results.cc
1653         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
1654         (My_lily_parser::parse_file): Improve formatting progress indication
1655         sent to stdout.
1656
1657 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1658
1659         * VERSION: 2.1.33 released.
1660
1661         * scripts/lilypond-book.py (do_file): reinstate --filter support.
1662
1663         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
1664
1665         * stepmake/stepmake/generic-targets.make: rewrite hack so no
1666         warning is issued about dummy.dep.
1667
1668         * scm/new-font.scm: fix design sizes of nummer
1669
1670 2004-03-21  Werner Lemberg  <wl@gnu.org>
1671
1672         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
1673         some annoying warnings from mkdir during `make install'.
1674
1675 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1676
1677         * lily/performer-group-performer.cc (do_announces): call
1678         Performer_group_performer::create_audio_elements () too.
1679
1680         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
1681
1682         * scm/define-grobs.scm (all-grob-descriptions): add property
1683         break-align-orders
1684
1685         * lily/global-context.cc (get_default_interpreter): new
1686         function. Override from base class, so no new Score contexts are
1687         created.
1688
1689         * lily/include/stencil.hh (class Stencil): document origin field.
1690
1691         * lily/staff-symbol.cc (print): span staff-symbol on column
1692         extents for non-broken columns. 
1693
1694         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
1695         key-signature.
1696
1697         * tex/titledefs.tex: don't use smallcaps for piece.
1698
1699         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
1700         translated stencils in the output.
1701
1702         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
1703
1704 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1705
1706         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
1707         and init ties_created_
1708
1709         * VERSION: release 2.1.32
1710
1711         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
1712         doc string from IMPLEMENT_CTOR_CALLBACK().
1713
1714         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
1715         that engraver is in a performer hierarchy.
1716
1717 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
1718
1719         * vim/lilypond-ftdetect.vim: new file.
1720
1721 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1722
1723         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
1724         (compose_ly): default octave should be middle C.
1725
1726         * Documentation/user/changing-defaults.itely (Layout tunings
1727         within contexts): new node.
1728
1729         * lily/include/smobs.hh: document C++ smob interface.
1730
1731         * lily/function-documentation.cc: don't doc functions without
1732         docstring.
1733
1734 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1735
1736         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
1737         direntry, so that `info lilypond' goes to Top.
1738
1739         * scm/output-ps.scm (polygon): Fix: add spaces.
1740
1741         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
1742         solutions are now optimal too.
1743
1744         * input/test/page-breaks.ly: New file.
1745
1746         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
1747         functions into safe module.
1748
1749         * lily/lily-guile.cc (ly:number->string): Do not leave space at
1750         end, prepend zeros.
1751
1752         * scm/output-*.scm: Use ly:number->string rather than
1753         number->string.  Makes for saner output.
1754
1755         * scm/output-ps.scm (define-fonts): Always scale by designsize.
1756         Fixes feta-nummer, feta-din scaling.
1757
1758 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1759
1760         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
1761
1762         * scm/music-functions.scm (descend-to-context): new
1763         function. Similar to context-spec-music.
1764         (make-time-signature-set): specify Score as descend-only. This
1765         fixes the polymetric.ly example.
1766
1767         * lily/context-specced-music-iterator.cc (construct_children): add
1768         support for descend-only context spec.
1769
1770         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
1771         determine ez-notation letter. 
1772
1773         * lily/system.cc (get_line): start with dumping layer 3. This
1774         fixes ez notation.
1775
1776 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1777
1778         * input/test/title-markup.ly: Stress breaking harder.
1779
1780         * scm/page-layout.scm (height-score): Overfull page scores twice
1781         as bad as underfull (was: by a power).
1782         (walk-lines): Omit first walk-path round (breaking after new node,
1783         without lines).
1784
1785         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
1786         diff values are negative.
1787         (output): Bugfix: treat negative vfill differently.
1788
1789         * Documentation/user/lilypond.tely (direntry): Add note about why
1790         `info lilypond' brings up `Invoking LilyPond' node.
1791
1792 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
1795
1796         * lily/paper-book.cc: Remove cruft.
1797         (output): Bugfix: put vfill between lines.
1798         (pages): Bugfix: set page vars needed for filling.
1799
1800         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
1801         (was: @ar).
1802
1803         * scm/page-layout.scm: Further development.
1804
1805         * ly/declarations-init.ly (paper): Define page-breaking.
1806
1807 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1808
1809         * lily/note-head.cc (brew_ez_stencil): add note-names
1810         property. Provides internationalization for note names.
1811
1812         * Documentation/user/changing-defaults.itely (Creating contexts):
1813         new node.
1814
1815         * lily/grace-iterator.cc (process): descend to child for \grace.
1816
1817         * lily/timing-translator.cc (initialize): Timing_translator adds
1818         Timing alias by itself.
1819
1820         * lily/context.cc (add_alias): new function.
1821
1822         * scm/lily.scm (tex-output-expression): new function, eval within
1823         drawing API. Guards against eval vulnerabilities.
1824
1825         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
1826
1827         * scm/output-ps.scm (scm): export lily drawing API.
1828
1829         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
1830         throughout.
1831
1832 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1833
1834         * scm/page-layout.scm (optimal-page-breaking): New function.
1835         
1836         * lily/paper-book.cc (pages): Use it.
1837
1838 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1839
1840         * lily/include/paper-line.hh (class Paper_line): Full smob.
1841
1842 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1843
1844         * lily/global-context.cc (run_iterator_on_me): fix grace note
1845         nesting by initting measurePosition.
1846
1847         * lily/timing-translator.cc (initialize): do no init
1848         measurePosition
1849         
1850         * lily/include/music-output-def.hh (class Music_output_def): add
1851         input_origin_ field.
1852
1853         * Documentation/user/changing-defaults.itely (Changing context
1854         properties on the fly): new node.
1855
1856         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
1857         function. Only have smobbed_copy (), and do not provide
1858         smobbed_copy() for non-simple smobs. Changes throughout.
1859
1860 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1861
1862         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
1863         start_moment_. Fix by Doug A. Linhardt.
1864
1865 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1866
1867         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
1868         accidentals for harmonic notes.
1869
1870         * lily/note-collision.cc (check_meshing_chords): don't merge heads
1871         of different style. (Thanks to Doug Linhardt).
1872
1873         * Documentation/user/changing-defaults.itely (Scheme tutorial):
1874         new node.
1875
1876 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
1877
1878         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
1879
1880         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
1881         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
1882         vim/lilypond-indent.vim: doc targets and deps in comments.
1883
1884 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1885
1886         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
1887
1888         * lily/system.cc (get_line): Return Paper_line.  Change all users.
1889
1890         * lily/include/paper-line.hh:
1891         * lily/include/paper-line.cc: New file.
1892
1893 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1894
1895         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
1896
1897         * GNUmakefile.in: remove stray make out=www
1898
1899         * input/test/bagpipe.ly (gcdg): octave fixes.
1900
1901         * scm/define-markup-commands.scm (number): use font-encoding
1902         iso. font-family
1903
1904         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
1905         font-encoding.
1906         
1907 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
1908
1909         * lily/parse-scm.cc: compile-bugfix: add missing header files for
1910         `output_format_global' and `PAGE_LAYOUT'.
1911
1912 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1913
1914         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
1915         lily functions in safe mode.
1916
1917         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
1918         Print filename for HTML, LATEX, before texidoc.
1919
1920         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
1921         instructions in output-ps module.
1922
1923         * scm/lily.scm: Do not load output-ps module.
1924
1925         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
1926         safe mode.
1927
1928 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1929
1930         * lily/span-dynamic-performer.cc (process_music): remove spurious
1931         warning.
1932
1933         * lily/context-def.cc (Context_def): init name to ""
1934
1935         * lily/font-interface.cc: add font-encoding property.
1936
1937         * scm/lily.scm (chain-assoc-get): bugfix.
1938
1939         * lily/paper-book.cc (stencil2line): protect static SCM.
1940
1941         * lily/font-interface.cc (text_font_alist_chain): rename function,
1942         and use text-font-defaults. 
1943
1944         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
1945
1946         * scm/paper.scm (paper-set-staff-size): use new function.
1947
1948         * scm/new-font.scm (make-font-tree): new function.
1949
1950 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1951
1952         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
1953
1954         * scm/lily.scm (get-output-module): New function.
1955         (output-alist): Remove ,ps-output-expression.
1956
1957         * scm/output-tex.scm (ps-output-expression): New function.
1958
1959         * scm/output-ps.scm (ps-output-expression): Remove.
1960         (header, start-page): Output page metadata.
1961
1962         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
1963         initialise output_module_.  Do not write part of header.
1964         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
1965         (output_header): Output full header.
1966
1967         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
1968         FIXME.
1969
1970 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * scm/new-font.scm: new file. Tree based font lookup.
1973
1974         * scm/lily.scm (assoc-get): take default argument. Remove
1975         assoc-get-default.
1976         (chain-assoc-get): use chain-assoc-get everywhere.
1977
1978         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
1979         autobeamsettings conversion bug.
1980
1981         * lily/include/global-context.hh (Context): clean-up data hiding.
1982
1983         * lily/include/music-iterator.hh (class Music_iterator): clean-up
1984         data hiding.
1985
1986         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
1987
1988         * input/regression/stem-shorten.ly: add chord case.
1989
1990         * lily/stem.cc (get_default_stem_end_position): shorten stems
1991         triggered by note-head positions, not by forced-direction. This
1992         fixes a bug with too short stems.  
1993  
1994 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1995
1996         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
1997         Lilypond_snippet.output_latex): Always call output_print_filename.
1998
1999         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2000         expand pages.
2001
2002 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2003
2004         * scm/part-combiner.scm (make-autochange-music): switch rests
2005         before switched notes too.
2006
2007         * lily/figured-bass-engraver.cc (process_music): change calling
2008         convention.
2009
2010         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2011
2012         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2013         command.
2014
2015         * lily/include/stencil.hh (class Stencil): add origin field.
2016
2017         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2018         function.
2019
2020         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2021
2022         * lily/lexer.ll: remove support for \$ and $ in identifiers
2023
2024         * lily/sequential-iterator.cc: remove copy_grace_fixups
2025         (get_grace_fixup): slight abstraction of fixup code.
2026
2027         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2028
2029 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2030
2031         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2032         in insert-mode. add indenting rules.
2033
2034 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2035
2036         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2037         protect hack.
2038
2039         * scm/page-layout.scm:
2040         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2041         layout and titling should now match external latex based version.
2042
2043         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2044         header fields.
2045
2046         * ps/lilyponddefs.ps: Remove automatic page layout.
2047
2048         * scm/output-ps.scm (new-start-system): New interface function.
2049
2050         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2051
2052         * lily/paper-book.cc (output): Bugfix.
2053
2054 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2055
2056         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2057         
2058 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2059
2060         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2061         direntries.
2062
2063         * ps/lilyponddefs.ps: Bugfix.
2064
2065         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2066
2067 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2068
2069         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2070         cause. This should fix warnings.
2071
2072         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2073
2074         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2075         prevent aligned 6ths.
2076
2077         * lily/custos.cc (print): remove adjust-if-on-staffline.
2078
2079 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2080
2081         * lily/paper-book.cc: Do header and footer.
2082
2083 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2084
2085         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2086
2087         * scm/paper.scm (lineheight): Remove
2088         (head-sep, foot-sep): Add.
2089
2090 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2091
2092         * mf/feta-schrift.mf: reduce portato thickness.
2093
2094         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2095
2096         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2097         programming_error ().
2098
2099         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2100         bracket to last command column.
2101
2102         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2103         continues on next/prev system.
2104
2105         * input/regression/pedal-end.ly: new file.
2106
2107 2004-03-10  Werner Lemberg  <wl@gnu.org>
2108
2109         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2110         Remove pmx2ly stuff.
2111         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2112
2113 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2114
2115         * scm/page-layout.scm: New file.
2116
2117         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2118         settings.
2119         (Lilypond_snippet.is_outdated): Also check for PNG file.
2120         Workaround for interrupted (web) builds.
2121
2122         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2123
2124         * ps/lilyponddefs.ps: Use only very small top-marging.
2125         (init-paper): Also pop page size string.
2126         (start-page, stop-page): New function.
2127
2128         * scm/output-ps.scm (header-end): Remove stray exec commands.
2129
2130 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2133
2134         * lily/score.cc (default_rendering): clean protection.
2135
2136         * lily/paper-book.cc (mark_smob): implement smob marking.
2137
2138         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2139
2140         * Documentation/user/*.itely: user manual edits. 
2141
2142 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2143
2144         * Documentation/user/converters.itely (Invoking musedata2ly):
2145         remove pmx2ly.
2146
2147         * scripts/pmx2ly: remove script.
2148         
2149 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2150
2151         * lily/score.cc (default_rendering): Protect paper-book members.
2152
2153         * lily/paper-def.cc (smobbed_copy): New method.
2154
2155         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2156         switch runtime.
2157
2158         * lily/include/music-output.hh (process): Change signature to
2159         return SCM.
2160
2161         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2162         method.
2163
2164         * lily/paper-score.cc (process): Return stencils rather than
2165         outputting directly.  Remove paper-book kludge.  Delete grobs.
2166         (output): Remove.
2167
2168         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2169
2170         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2171
2172         * lily/score.cc (default_rendering)
2173         (ly_render_output): Move adding paper-score two levels up.
2174
2175         * lily/system.cc (get_line):
2176         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2177
2178 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2179
2180         * scm/font.scm (paper20-font-vector): add more design sizes for
2181         number.
2182
2183         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2184         feta-nummber{5,7,11,13}.
2185
2186         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2187         for 12pt design size. 
2188
2189 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2190
2191         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2192
2193 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2194
2195         * lily/font-select.cc (properties_to_font_size_family): Fix
2196         warning message.
2197
2198         * Experimental PostScript latin1 encoding:
2199         
2200         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2201
2202         * scm/output-ps.scm: Experimental encoding using reencode-font.
2203         * scm/font.scm: Add latin1 `font-shape'.
2204         
2205         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2206
2207         * ps/lilyponddefs.ps (reencode-font): New function.
2208
2209         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2210
2211         * scm/output-tex.scm (start-page):
2212         (stop-page): New interface function.
2213
2214 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2215
2216         * lily/paper-outputter.cc (output_expr):
2217         (output_header):
2218         (output_line): New method.
2219
2220         * lily/system.cc (get_line):
2221         (get_lines): New method.
2222         (output_scheme):
2223         (output_line): Remove.
2224
2225         * scm/lily.scm (make-title): New function.
2226
2227         * lily/paper-book.cc: 
2228         * lily/include/paper-book.hh: New file.
2229
2230         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2231         ly-modules.hh).
2232
2233         * lily/ly-module.cc (ly_modules_lookup): New function.
2234
2235         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2236
2237         * scm/output-ps.scm (make-title): Remove.
2238         (output-scopes): Junk header-title test.
2239
2240 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2241
2242         * mf/feta-schrift.mf: thicker dot for portato.
2243
2244         * lily/accidental-placement.cc (position_accidentals): bugfix in
2245         offset, this fixes right-padding of AccidentalPlacement.
2246
2247         * lily/[h-z]*.cc: () formatting.
2248
2249         * Documentation/user/tutorial.itely (An orchestral part): more
2250         fixes for the tutorial.
2251
2252         * scm/translation-functions.scm (fraction-tuplet-formatter):
2253         reverse fraction.
2254
2255         * lily/parser.yy (context_def_spec_block): use \context instead of
2256         \translator.
2257
2258         * lily/[a-g].cc: () style cleanup.
2259
2260         * Documentation/user/tutorial.itely (Automatic and manual beams):
2261         editing of tutorial.
2262
2263 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2264
2265         * buildscripts/mf-to-table.py (base): write encoding name.
2266
2267 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2268
2269         * Documentation/user/GNUmakefile (local-install-info): Issue
2270         warning (for packager, ie, if not installing in /usr or /usr/local).
2271
2272         * lily/stencil-scheme.cc: 
2273         * lily/staff-symbol-referencer.cc: 
2274         * lily/script-column.cc: 
2275         * lily/pitch.cc: 
2276         * lily/music.cc: 
2277         * lily/grob-pq-engraver.cc: 
2278         * lily/font-interface.cc: 
2279         * lily/music-output-def.cc: 
2280         * lily/duration.cc: 
2281         * lily/grob-scheme.cc:
2282         * lily/context-scheme.cc: Put scheme name on first line in
2283         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2284         style cleanups.
2285
2286         * stepmake/stepmake/scm-vars.make: 
2287         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2288         Rename and split TAGS_FILES.
2289
2290         * GNUmakefile.in (ALL-TAGS): Remove.
2291         
2292         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2293         deeper TAGS files.  Fixes regexp tags in TOP dir.
2294
2295 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2296
2297         * VERSION: 2.1.29 released.
2298         
2299         * Documentation/user/changing-defaults.itely (Changing defaults):
2300         new file.
2301
2302         * Documentation/user/notation.itely (Notation manual): rename from 
2303         refman.itely
2304
2305         * Documentation/user/notation-appendices.itely (The Feta font):
2306         new file.
2307
2308         * Documentation/user/advanced.itely: add aborted attempt for
2309         advanced topics manual.
2310
2311 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2312
2313         * scm/new-markup.scm: display Markups in sane format. Patch by
2314         Nicolas Sceaux.
2315
2316 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2317
2318         * lily/main.cc: Cleanups.
2319         (setup_localisation): New function.
2320         (sane_putenv): Remove.
2321         (main_with_guile): New name (Was: main_prog).  Remove musings
2322         about possible preparation for GUILE heavy memory usage and
2323         practical uselessness.  Do not set environment variables
2324         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2325         name juggling.
2326         (parse_argv): New function.
2327         (copyright): New function.  It's 2004 already.
2328
2329         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2330         (distill_inname): Move from main.
2331
2332 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2333
2334         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2335
2336         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2337
2338         * Documentation/user/running.itely: new file.
2339
2340         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2341
2342         * lily/score-performer.cc (finish): call Translator::finalize ().
2343
2344 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2345
2346         * lilypond-ftpplugin.vim: renamed to the following file.
2347         * lilypond-ftplugin.vim: new file.
2348
2349         * GNUmakefile.in: update VIM_FILES.
2350
2351 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2352
2353         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2354         props.
2355
2356         * input/test/tie-sparse.ly: remove.
2357
2358         * lily/tie-performer.cc (try_music): copy & paste from
2359         Tie_engraver.
2360
2361         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2362         variable_ref twice.
2363
2364         * lily/key-performer.cc (create_audio_elements): use
2365         alterations-in-key.
2366
2367         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2368
2369 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2370
2371         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2372         handle also quarter tones (not shown as tests). test also flats.
2373
2374         * Documentation/index.html.in: small fixes.
2375
2376 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2377
2378         * input/regression/new-markup-scheme.ly: Typo.
2379
2380         * scm/define-markup-commands.scm (fill-line): New markup.
2381
2382         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2383         (output-paper-def): Fix alignment.
2384         (make-title): Fix height/width scaling.
2385
2386         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2387
2388         * input/test/title-markup.ly: Add remaining titles.  Layout and
2389         font size fixes.  Add simplistic latin1 test.
2390
2391 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2392
2393         * input/test/nested-groups.ly: remove. move content (to next). 
2394         * input/test/staff-bracket.ly: replace content (from prev), this 
2395         has been already in templates.
2396
2397 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2398
2399         * stepmake/autogen.sh: Only issue warning about running configure
2400         without arguments when autogen.sh will actually be running
2401         configure.
2402
2403 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2404
2405         * scm/new-markup.scm (stack-stencil-line): robustness.
2406
2407         * scm/define-markup-commands.scm (simple): robustification of
2408         simple-markup.
2409
2410         * Documentation/user/music-glossary.tely (Top): change central C
2411         to middle C.
2412
2413         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2414
2415 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2416
2417         * input/test/title-markup.ly (spaceTest): Add.
2418
2419         * lily/text-item.cc (interpret_markup): Make line markup from
2420         multi word markup.
2421
2422         * scm/define-markup-commands.scm (word): New markup command.
2423         (simple): Use it.
2424
2425         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2426
2427 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2428
2429         * vim/ftplugin/lilypond.vim:
2430         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2431         show matching paren in insert mode.
2432
2433 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2434
2435         * scm/output-ps.scm (make-title, output-scopes): Further
2436         development.
2437
2438         * input/test/title-markup.ly: New file.
2439
2440         * ps/lilyponddefs.ps: Disable PostScript titling.
2441
2442         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2443
2444 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2445
2446         * lily/arpeggio.cc (width_callback): remove padding.
2447  
2448         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2449
2450         * scm/define-music-types.scm: remove make-music-by-name.
2451
2452         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2453
2454 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2455
2456         * lily/paper-score.cc (process): Output titles using make-title.
2457
2458         * scm/output-ps.scm (output-stencil): Display directly instead of
2459         constructing string.
2460         (make-title): New function.
2461
2462 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2463
2464         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2465         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2466         Move documentation of LaTeX packages for latin1 characters to the
2467         lilypond-book manual.
2468
2469 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2470
2471         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2472
2473         * vimrc: add menu in console and shortcut <F10> for it.
2474
2475         * vim/:
2476         * vim/compiler/:
2477         * vim/syntax/:
2478         * vim/indent/:
2479         * vim/ftplugin/: new directories.
2480         
2481         * vim/filetype.vim: new file.
2482
2483         * lilypond.vim: remove files (see next).
2484         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2485
2486         * vimrc: remove file (see next).
2487         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2488
2489         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2490         add header. apply bindings only locally.
2491
2492         * vim/indent/lilypond.vim: new file.
2493
2494         * vim/ftplugin/lilypond.vim: remove errorformat.
2495         * vim/compiler/lilypond.vim: new file for errorformats.
2496
2497         * Documentation/topdocs/INSTALL.texi: give easier orders.
2498
2499         * ROADMAP: add vim/
2500
2501 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2502
2503         * Documentation/user/introduction.itely (Introduction): Use @image
2504         iso @html <img...>.  Add workaround for images in columns in info.
2505
2506         * stepmake/aclocal.m4: Store computed version in variable.
2507
2508         * configure.in: Export MAKEINFO_VERSION.
2509
2510         * config.make.in (MAKEINFO_VERSION): Add.
2511
2512         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2513
2514         * Documentation/user/GNUmakefile: Only build info with images when
2515         building web.
2516
2517         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2518
2519         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2520         stuff from documentation-targets.make
2521
2522 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * VERSION: 2.1.28 released
2525         
2526         * scripts/convert-ly.py (conv): 
2527
2528 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2529
2530         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2531         \arpeggioBoth. redefine \arpeggioBracket.
2532
2533         * Documentation/user/refman.itely: document new arpeggio
2534         functions.
2535
2536         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2537
2538         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2539
2540         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2541
2542 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2543
2544         * Documentation/user/introduction.itely (Automated engraving):
2545         rewrite introduction using website text.
2546
2547 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2548
2549         * scm/*.scm: make-music-by-name is replaced by make-music, which
2550         also accept music property settings, eg:
2551           (make-music 'TextScriptEvent 'direction DOWN 'text
2552               (make-simple-markup x))
2553
2554         Patch courtesy Nicolas Sceaux
2555
2556         * lily/beam-quanting.cc: cleanup, separate counts for left and
2557         right beam ends.
2558
2559         * lily/side-position-interface.cc (quantised_position): also
2560         quantize staccato position for forced stem directions. 
2561
2562 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2563
2564         * scm/*.scm: Patch by Nicolas Sceaux: 
2565
2566         * scm/music-functions.scm: ly:grob-property and ly:music-property
2567         are made procedure with setters.
2568
2569         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2570         
2571 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2572
2573         * input/test/[t-v]*.ly: finish rewriting texidocs.
2574
2575         * input/test/vaticana.ly: remove.
2576         * input/test/ligature-vaticana.ly: new, renamed file name.
2577
2578         * input/test/stem-centered.ly: remove.
2579         * input/test/mensural-note-heads.ly: new file. take content from
2580         removed file stem-centered.ly.
2581
2582         * input/test/scales-greek.ly: simplify.
2583
2584         * input/test/s*.ly: reformulate texidocs.
2585         
2586         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2587         of missing features.
2588
2589 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2590
2591         * input/test/[j-o]*.ly: update texidocs.
2592
2593 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2594
2595         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2596
2597         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2598         images.
2599
2600         * Documentation/user/lilypond.tely (@direntry): Update.
2601
2602         * stepmake/stepmake/documentation-targets.make
2603         (install-info,uninstall-info): Install into $(package_infodir).
2604         Install images.  Run install-info to update dir.
2605
2606         * config.make.in (package_infodir): Add.
2607
2608         * Documentation/user/GNUmakefile (info-with-images,
2609         local-install-info, local-uninstall-info): New target.
2610
2611 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2614         gap/threshold.
2615
2616         * lily/beam-quanting.cc (score_slopes_dy): remove
2617         ROUND_TO_ZERO_SLOPE kludge.
2618
2619         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2620
2621         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2622
2623         * lily/global-context.cc (Global_context): alway accept Score
2624         (run_iterator_on_me): cast Context to Score_context, not
2625         Context_def.
2626
2627         * Documentation/user/refman.itely: documentation patch by Edward
2628         Sanford Sutton.
2629
2630         * mf/GNUmakefile: unset sauter-fonts.
2631
2632 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2633
2634         * scripts/lilypond-book.py (output_texinfo): Output @image
2635         descriptions for info too.
2636
2637         * input/test/chord-names-jazz.ly: 
2638         * input/test/embedded-scm.ly: Clarify.
2639
2640         * input/test/cautionaries.ly: Typo.
2641
2642         * lily/input-smob.cc (ly_input_location): Compile fix.
2643
2644 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2645
2646         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
2647
2648         * ly/engraver-init.ly: move \grobdescriptions to Global. This
2649         fixes problems with system defaults being reverted with \override
2650         on Score level.
2651
2652         * lily/global-context.cc (Global_context): apply property-ops to
2653         Global_context too. 
2654
2655 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2656
2657         * scm/output-ps.scm (stencil->string): Rewrite.
2658
2659 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2660
2661         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
2662         impersonal style.
2663
2664 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2665
2666         * lily/input-smob.cc (ly_input_location: New function.
2667
2668         * scm/define-markup-commands.scm (upright): New markup command.
2669
2670         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
2671
2672         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
2673
2674         * scm/output-ps.scm (output-stencil): New function.
2675
2676         * scripts/lilypond-book.py (do_file): Bugfix: change search order
2677         of snippet types; fixes @ignore and @verbatim blocks.
2678
2679 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
2680
2681         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
2682         to a file in printed documentation, instead, refer either to a 
2683         syntax or to an output.
2684
2685 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2686
2687         * input/regression/beam-center-slope.ly: Add test.
2688
2689 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2690
2691         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
2692         (SAUTER_FONTS): Reinstate.
2693
2694         * scm/define-markup-commands.scm (caps): New markup command.
2695
2696         * scm/output-ps.scm (output-scopes): Experimental markup output.
2697
2698         * scm/: Add missing headers.
2699
2700         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
2701
2702         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
2703
2704 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2705
2706         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
2707         Stray style cleanups.
2708
2709 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2710
2711         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
2712         no dot combination.
2713
2714         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2715         substitute \override Staff.autoBeamSettings too
2716
2717         * Documentation/user/tutorial.itely: proofreading fixes by David
2718         Bobroff
2719
2720 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2721
2722         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
2723
2724         * ps/music-drawing-routines.ps: 
2725         * ps/lilyponddefs.ps: Add end markers.
2726
2727 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2728
2729         * VERSION: 2.1.27 released.
2730         
2731         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
2732
2733         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
2734         obey documentation.
2735
2736 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2737
2738         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
2739
2740         * scm/output-ps.scm: Resurrect.
2741         
2742         * scm/output-tex.scm: Minimal cleanups.
2743
2744         * scm/paper.scm (paper-set-staff-size): Add lineheight.
2745
2746         * make/ly-rules.make: Remove any broken lily-*.tex files before
2747         lilypond-book run.
2748
2749         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
2750         comment.
2751
2752         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
2753         Enabled by default, may save 10% compile time.
2754
2755 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2756
2757         * lily/lyric-phrasing-engraver.cc: remove
2758         
2759         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
2760         longer necessary. 
2761
2762         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
2763         so lyric-phrasing-engraver is no longer necessary.
2764
2765         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
2766         Grob_pq_engraver from Staff.
2767
2768         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
2769         busyGrobs directly.
2770
2771         * input/regression/quote-transposition.ly: new file.
2772
2773         * lily/recording-group-engraver.cc (stop_translation_timestep):
2774         store instrumentTuning too. 
2775
2776         * lily/quote-iterator.cc (process): transpose events using
2777         instrumentTuning.
2778
2779         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
2780         -> \tuning <pitch>
2781
2782         * lily/parser.yy (command_req): add \tuning command for setting
2783         instrument tuning of staff.
2784
2785         * Documentation/user/GNUmakefile
2786         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
2787
2788         * Documentation/user/refman.itely (Customized accidental rules):
2789         typo.
2790
2791 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2792
2793         * Documentation/user/music-glossary.tely: remove the missing norwegian
2794         translation; they can be put in later properly.
2795
2796 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2797
2798         * lily/recording-group-engraver.cc (start_translation_timestep):
2799         init Recording_group_engraver twice.
2800
2801 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2802
2803         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
2804         stray style cleanups:
2805
2806         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
2807         -Wmissing-prototypes.
2808
2809         * flower/include/killing-cons.tcc (Killing_cons): Add template
2810         specifier for car_.
2811
2812         * flower/include/parray.hh (binsearchs): Add template specifier
2813         for maxkey.
2814
2815         * flower/include/interval.hh: Declare elem () with template specfier.
2816
2817 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
2818
2819         * elisp/lilypond-indent.el (get-buffer-size): add customization
2820         groups for several variables (Reuben Thomas).
2821
2822 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2823
2824         * Documentation/user/invoking.itexi (Point and click): add index
2825         entry.
2826
2827         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
2828         go under beam.
2829
2830         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
2831         sarabande beam. 
2832
2833         * flower/warn.cc (programming_error): cross fingers not thumbs.
2834
2835         * lily/rest.cc (polyphonic_offset_callback): return 0 when
2836         staff-position is set.
2837
2838         * VERSION: release 2.1.26 
2839         
2840         * scm/chord-entry.scm (construct-chord): process transposition
2841         after processing explicit-11.  
2842
2843 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2844
2845         * lily/parser.yy (add_quote): add syntax for adding quotes:
2846         \addquote "id-string" Music
2847
2848         * scripts/lilypond-book.py (do_file): do not overwrite input file.
2849
2850         * scripts/convert-ly.py (conv): add rules for name changes.
2851
2852         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
2853         music/context/grob property functions. Internally, use
2854         get_property() and set_property() for both.
2855
2856 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
2857
2858         * elisp/lilypond-mode.el (get-buffer-size): define new function,
2859         for Emacs <= 20 (Laurent Martelli).
2860
2861 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2862
2863         * lily/parser.yy (command_element): extract quoted vector in
2864         parser.
2865
2866         * input/regression/quote.ly: new file.
2867
2868         * lily/sequential-iterator.cc (process): only process if moment >= 0.
2869
2870         * lily/parser.yy (command_element): \quote DURATION NAME: support
2871         cue notes. 
2872
2873         * lily/quote-iterator.cc (class Quote_iterator): new file.
2874
2875 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2876
2877         * lily/auto-beam-engraver.cc (try_music): accept and process
2878         beam-forbid-event.
2879
2880         * input/regression/auto-beam-no-beam.ly: new file.
2881
2882 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2883
2884         * lily/accidental.cc (print): Change font-relative-size ->
2885         font-size. Fixes cautionary-style = smaller.
2886
2887 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2888
2889         * lily/system-start-delimiter.cc (staff_brace): remove
2890         font-relative-size
2891
2892         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
2893         forgotten with scm_list_n. Fixes spurious coredumps.
2894
2895         * lily/accidental-engraver.cc (stop_translation_timestep): move
2896         update of localKeySignature to stop_translation_timestep (). This
2897         makes sure that all ties are noticed at the right moment.
2898         (stop_translation_timestep): clear tie only when right-side
2899         notehead was seen.
2900         (number_accidentals_from_sig): cleanup. 
2901
2902         * input/regression/accidental-tie.ly (mus): new file
2903
2904         * input/regression/tie-accidental, tie-break-accidental.ly: remove
2905         these longish tests.
2906
2907 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
2910
2911         * THANKS: update bugreporter list.
2912
2913         * lily/beam.cc (print): broken beams last until end of staff.
2914         (print): broken beams start from prefatory matter.
2915
2916         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
2917
2918         * lily/paper-score.cc (process): dump header only once.
2919
2920         * lily/paper-outputter.cc (Paper_outputter): move logic into
2921         Scheme.
2922
2923         * scm/output-tex.scm (output-scopes): new function.
2924         (output-paper-def): new function
2925         (tex-string-def): new function
2926         (symbol->tex-key): new function
2927
2928         * scripts/convert-ly.py (conv): add rule for | ~
2929
2930 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
2931
2932         * input/regression/{many}.ly: refresh, trying to guess how
2933         it was designed.
2934
2935 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2936
2937         * VERSION: release 2.1.25
2938
2939         * scm/define-translator-properties.scm
2940         (all-user-translation-properties): add printOctaveNames
2941
2942         * ly/engraver-init.ly: remove Note_event_swallower from
2943         NoteNamesContext.
2944
2945         * lily/note-name-engraver.cc (process_music): new property
2946         printOctaveNames
2947
2948         * lily/context.cc (find_existing_context): remove support for
2949         Current.
2950
2951         * scm/music-functions.scm (set-accidental-style): new function;
2952         duplicate accidental macros.
2953
2954         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
2955
2956         * lily/note-name-engraver.cc (process_music):
2957         process_acknowledged_grobs () -> process_music ()
2958
2959         * scm/part-combiner.scm (determine-split-list): robustification.
2960
2961 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2962
2963         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
2964         lines for falling into beam-gap.
2965         (score_forbidden_quants): check all staff lines for falling in
2966         beam gaps.
2967
2968         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
2969         key/clef/time signatures. 
2970
2971         * input/test/ossia.ly: revise example.
2972
2973         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
2974         cleanup.
2975         
2976         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
2977         comply to Scheme standard.  Remove ly:get-paper-variable
2978
2979 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2980
2981         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
2982
2983 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2984
2985         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
2986         properties from Voice context. This fixes accidental size for
2987         staff-switches during grace contexts.
2988
2989         * lily/note-collision.cc (check_meshing_chords): only wipe heads
2990         if necessary. Else, simply wipe dots.
2991
2992         * input/test/beam-alternate.ly: new file
2993
2994         * input/test/piano-staff-distance.ly: new file.
2995
2996         * lily/translator-group.cc (recurse_down_translators): use
2997         Direction for bottom-up/top-down.
2998
2999         * lily/include/translator.hh (class Translator): add
3000         process_music() and do_announces(). This obviates
3001         recurse_down_{engravers,performers}.
3002
3003         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3004         \melisma and \melismaEnd
3005
3006         * lily/melisma-engraver.cc (process_music): change to
3007         Melisma_translator, unify with performer. Accept
3008         ManualMelismaEvent.
3009
3010         * ly/engraver-init.ly: add Font_size_engraver.
3011
3012 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3013
3014         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3015         it hara-kiri.
3016
3017         * input/regression/{many}.ly: improve descriptions trying to figure
3018         out what is tested.
3019
3020 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3021
3022         * lily/slur.cc (broken_trend_offset): robustness fix.
3023
3024         * VERSION: release 2.1.24
3025
3026         * lily/context.cc (find_create_context): go to Score if it exists.
3027
3028         * lily/context-scheme.cc: new file.
3029
3030         * lily/score-translator.cc (get_output): new file.
3031
3032         * lily/include/grob-info.hh: origin_contexts() now does not
3033         include the originating engraver
3034
3035         * lily/translator-group.cc (translator_each): clean up contents,
3036         remove superfluous stubs. Engraver_group_engraver and
3037         Performer_group_performer are the only classes using multiple
3038         inheritance.
3039
3040         * lily/include/score-context.hh (class Score_context): interface
3041         between Score_{engraver,performer} and Global_context.
3042
3043         * lily/include/global-context.hh (Context): change from
3044         global-translator. This is the entry point for contexts; it is not
3045         tweakable using \translator{}. Score is no longer the top context,
3046         but sits underneath Global.
3047
3048         * lily/include/context.hh (class Context): brain surgery: split
3049         out Context functionality from Translator_group. Context is now a
3050         separate type from Translator.
3051
3052 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3053
3054         * lily/include/translator.hh (class Translator): make
3055         get_score_context() and get_global_translator (), and use the one
3056         which is appropriate.
3057
3058         * lily/context.cc: partially put functionality of Translator_group
3059         into Context.
3060
3061         * lily/include/context.hh (Translator): new class: put between
3062         Translator and Translator_group. 
3063
3064         * lily/new-accidental-engraver.cc: remove file.
3065
3066 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3067
3068         * input/regression/{many}.ly: improve descriptions: use complete 
3069         sentences, try to describe what is tested, avoid `we´, do not use 
3070         don't, ... 
3071
3072 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3073
3074         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3075         is at EOL.
3076
3077         * Documentation/user/lilypond.tely: declare the topmost node only
3078         once; removes empty line in @contents.
3079
3080         * Documentation/user/music-glossary.tely: really add Finnish author.
3081         Draw more beatiful `->´ arrow in html: &rarr;
3082
3083 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3084
3085         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3086
3087         * scripts/convert-ly.py (conv): add ly:music-list  change.
3088
3089         * lily/grob.cc: edit doc string.
3090
3091         * scm/define-grob-properties.scm (all-user-grob-properties):
3092         proofreading, editing of doc strings.
3093
3094         * input/regression/tablature-string-tunings.ly: new file.
3095
3096         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3097         listen to stringTunings
3098
3099         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3100         for self-alignment-[XY] code.
3101  
3102 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3103
3104         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3105         cond) into function. Cleanup.
3106
3107         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3108         
3109         * VERSION (PACKAGE_NAME): 2.1.23 released
3110
3111 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3112
3113         * Documentation/user/{refman,internals}.itely: small fixes.
3114
3115 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3116
3117         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3118         accidentals for harmonic notes
3119
3120         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3121         for harmonic notes.
3122
3123         * scm/document-backend.scm (interface-doc): prune Grob
3124         documentation: don't duplicate interface information.
3125
3126         * lily/*.cc: lots of updates of doc strings.
3127
3128 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3129
3130         * input/test/ac-extra-voice.ly (accompany): remove file.
3131
3132         * input/test/maximum-rest-count.ly: remove file.
3133
3134         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3135         conversion rule for \translator { }. Apply everywhere.  
3136
3137         * lily/parser.yy (music_property_def): set property for \once in
3138         the PropertyMusic itself, not the ContextSpec.
3139         (property_operation): change syntax within \translator { }
3140
3141         * scm/define-music-properties.scm (all-music-properties): clean up.
3142
3143         * lily/auto-beam-engraver.cc (test_moment): use
3144         updated_grob_properties() to retrieve autoBeam settings.
3145
3146         * lily/spacing-spanner.cc: bound shortest_playing_len by
3147         measure_length
3148
3149         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3150         multi-measure events for spacing computation.
3151
3152         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3153         elliptical, to 1.49.
3154
3155         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3156         vertical positioning for polyphony, without RestCollision object.
3157
3158         * lily/note-column.cc (add_head): prevent rests & note heads on
3159         one stem.
3160
3161         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3162         (do_shift): rewrite only-rests case: use common refpoints: the
3163         routine will have sensible results when other rest-translations
3164         have taken place.
3165
3166         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3167         < 0 case. 
3168
3169         * VERSION: 2.1.22 released
3170         
3171         * input/GNUmakefile (SUBDIRS): remove ascii-art
3172
3173 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3174
3175         * input/: Convert ly files that still had \property.  Fixes make
3176         web.  Remove exta spaces around '='. 
3177
3178         * scripts/convert-ly.py (conv): Redundant space fixes.
3179
3180         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3181
3182 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3183
3184         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3185         create scalable PS and PDFs  for input/{test,template,regression}.
3186
3187         * lily/context.cc (is_alias): move function.
3188         (is_alias): add Bottom as context alias. 
3189         (find_create_translator): add Bottom as a context alias for creation.
3190
3191         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3192
3193         * lily/parser.yy (music_property_def): new syntax for property
3194         assignments:
3195
3196         \set A.B = #C , \unset A.B
3197         \override A.B #C = #D, \revert A.B #C 
3198
3199         * lily/my-lily-lexer.cc: remove \property
3200
3201 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3202
3203         * Documentation/user/refman.itely: add dots after seealso refs.
3204
3205         * input/template/{many}.ly: harmonise descriptions.
3206
3207         * Documentation/user/music-glossary.itely: add Finnish author.
3208
3209 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3210
3211         * VERSION (PACKAGE_NAME): release 2.1.21
3212
3213 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3214
3215         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3216
3217         * scripts/lilypond-book.py (snippet_res): @include filename must
3218         not be empty.
3219
3220 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3221
3222         * scm/documentation-generate.scm (markup-doc-string): dump
3223         markup-commands.tely
3224
3225         * scm/define-markup-commands.scm (override): new file.
3226         Move documentation from refman into doc-strings. 
3227
3228         * input/test/staff-container.ly: fix example.
3229
3230         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3231         StaffContainer
3232
3233         * lily/grob.cc: remove point_dimension_callback
3234         (Grob): read forced dimensions from X-extent and Y-extent.
3235         (get_paper): remove preset_extent.
3236
3237         * scm/define-grobs.scm (all-grob-descriptions): remove
3238         point_dimension_callback. 
3239
3240         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3241         textscript to head. This makes no-spacing-rods work on
3242         DynamicText.
3243
3244         * lily/chord-name.cc: remove props chord, bass, inversion.
3245
3246         * Documentation/user/appendices.itely: add Scheme functions,
3247         context-properties and layout properties to manual.
3248
3249         * scm/part-combiner.scm (determine-split-list): include rests in a
3250         solo1/2 sequence.
3251
3252         * lily/new-part-combine-iterator.cc (substitute_both): new
3253         function.
3254         (class New_pc_iterator): add separate Voice=solo context, fixes
3255         autobeams going from chords to solo.
3256
3257 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3258
3259         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3260
3261         * Documentation/user/tutorial.itely:
3262         * Documentation/user/refman.itely: Add short note about being part
3263         of lilypond.tely.
3264
3265         * COPYING: Make note more clear with respect to files that are
3266         explicitely licenced otherwise (Documention/user/ comes to mind).
3267         
3268         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3269         comment about barfing of @c,{}.
3270
3271         * Documentation/user/music-glossary.tely: Add list of authors.
3272
3273         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3274         source (was: also in build log).
3275
3276 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3277
3278         * lily/side-position-interface.cc (general_side_position): if
3279         staff-padding is set, then include staff in support too.
3280
3281         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3282         module workbook
3283
3284         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3285
3286         * lily/tuplet-engraver.cc: remove tupletInvisible
3287
3288         * scm/define-translator-properties.scm: cleanup, separate in
3289         internal and user props. 
3290
3291         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3292         LyricsVoice -> Lyrics
3293
3294         * lily/new-part-combine-iterator.cc (process): only print warning
3295         for symbols.
3296
3297 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3298
3299         * scm/part-combiner.scm: Add proper header.
3300
3301         * All but lily/*: The great --2003 --2004 replace; the missing
3302         `bits'.
3303
3304         * TODO: Fix outline mode.  Add book notes.
3305
3306         * ROADMAP: Update.
3307
3308 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3309
3310         * scm/part-combiner.scm (make-autochange-music): use
3311         accumulator. Fixes stack overflow.
3312
3313         * lily/*: rename brew_molecule -> print , molecule-callback ->
3314         print-function
3315
3316         * scm/define-grob-properties.scm: cleanup. Separate into internal
3317         and user properties.
3318
3319         * lily/translator-property.cc (updated_grob_properties): new
3320         function
3321         (execute_pushpop_property): change to new convention:
3322         object property inits are stored as (cons ALIST BASED-ON). This
3323         storage format allows concurrent tweaks in different contexts.
3324
3325 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3326
3327         * TODO: new file.
3328
3329 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3330
3331         * debian/: Late Debian update (sorry Anthony).
3332
3333         * scripts/lilypond-book.py (do_file): Look for input_file in
3334         include path, or ask kpathsea if LATEX.
3335
3336         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3337         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3338         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3339         --header=texidoc.
3340
3341         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3342         relative.
3343
3344         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3345         only when filtering, default to input_base otherwise.  Coding
3346         style fixes.
3347
3348 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3349
3350         * lily/include/translator.hh (class Translator): add virtual
3351         qualifier.
3352
3353 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3354
3355         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3356
3357 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3358
3359         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3360
3361         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3362         (fixes make web).
3363
3364         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3365         live in $(out)-www).
3366
3367         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3368         dependencies.  Add link to .ly source in HTML output.
3369         (Lilypond_snippet.output_html): Handle multiple page picture
3370         output.
3371         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3372         Make usable for output_texinfo again.
3373
3374         * Documentation/user/GNUmakefile: Add static dependency for
3375         lilypond.tely includes.
3376
3377         * Documentation/user/tutorial.itely: Add some lost `relative'
3378         ly-options.
3379
3380 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3381
3382         * lily/include/translator-group.hh: move Music_output_def member
3383         to Global_translator.
3384
3385         * scripts/lilypond-book.py (do_file):  fix latex output.
3386
3387         * VERSION: release 2.1.20
3388         
3389         * scm/part-combiner.scm (determine-split-list): robustness fix 
3390
3391         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3392
3393         * lily/parser.yy (music_output_def_body): plug memory leak.
3394
3395         * lily/translator-group.cc (add_fresh_group_translator): plug
3396         memory leak: unprotect Translator_group once added.   
3397
3398         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3399
3400         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3401         write .dep file.
3402         (Lilypond_snippet.ly): add \renameinput.
3403
3404 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3405
3406         * Documentation/user/refman.itely (Markup command definition): Doc
3407         by Nicolas Sceaux. Rewrite by Han-Wen
3408
3409         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3410         thing of the line.
3411         (brew_molecule): only remove if hyphen is not at the end of line.
3412         (set_spacing_rods): new function: minimum-length specifies
3413         distance between syllables.
3414
3415         * scm/define-grobs.scm (all-grob-descriptions): add
3416         Hyphen_spanner::set_spacing_rods to LyricHyphen
3417
3418         * input/regression/lyric-hyphen-break.ly: new file.
3419
3420         * input/test/lyric-hyphen-retain.ly: new file.
3421
3422         * lily/new-part-combine-iterator.cc (construct_children):
3423         add Rest direction.
3424
3425 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3426
3427         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3428
3429         * Documentation/bibliography/engraving.bib (donemus1982):
3430         update entry.
3431
3432 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3433
3434         * scripts/lilypond-book.py (Substring.__init__): new class.
3435         (Snippet.output_texinfo): add texidoc option.
3436         (Include_snippet.replacement_text): new class.
3437         (Lilypond_snippet.__init__): new class
3438         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3439
3440         * Documentation/user/refman.itely (Sound): 
3441         note about number of channels.
3442
3443         * scm/music-functions.scm (voicify-music): add \context Staff for
3444         << \\ >> polyphony.
3445
3446         * lily/parser.yy (verbose_command_req): \skip now creates
3447         SkipMusic, and does not lead to spurious staves.
3448
3449         * scm/define-music-types.scm (music-descriptions): rename
3450         NonEventSkip to SkipMusic
3451
3452         * input/no-notation/midi-lyric-barcheck.ly: new file.
3453
3454         * input/regression/collision-dots-invert.ly: new file.
3455
3456         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3457         case.
3458
3459         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3460         die if melody died too.
3461
3462 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3463
3464         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3465         with reading from stdin.
3466
3467         * lily/slur-performer.cc (try_music): new file.
3468
3469         * lily/melisma-performer.cc (try_music): new file. Handle
3470         melismata to help lyrics.
3471
3472         * lily/beam-performer.cc (try_music): new file. Handle beam events
3473         to help lyrics.
3474
3475         * lily/score-performer.cc (one_time_step): reinstate
3476         process_music().
3477
3478         * lily/performer.cc (process_music): add to interface.
3479
3480         * lily/performer-group-performer.cc (process_music): new function.
3481
3482         * lily/dot-column.cc (do_shifts): do collision resolution before
3483         dot positioning.
3484         
3485         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3486         file, process printfilename option.
3487         (Snippet.__init__): rewrite: do not use global variables h or
3488         index.
3489         (main): really support -I option.
3490         (find_toplevel_snippets): new code.
3491         (find_toplevel_snippets): reinstate old version, without global
3492         variables.
3493
3494         * tex/texinfo.tex: really add file.
3495         
3496 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3497
3498         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3499         compatibility.
3500
3501 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3502
3503         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3504
3505         * scm/define-translator-properties.scm (drumPitchTable): add
3506         property.
3507
3508         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3509         function.
3510         (help_summary): docstrings.
3511         (do_file): strip the dir of input_base too.
3512
3513 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3514
3515         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3516
3517         * Documentation/user/lilypond-book.itely: Update.
3518
3519         * make/ly-rules.make: Update lilypond-book commands.
3520
3521         * Documentation/user/GNUmakefile: Update makeinfo commands,
3522         lilypond-book flags.
3523
3524         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3525         
3526         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3527
3528         * scripts/filter-lilypond-book.py: Remove.
3529
3530         * Documentation/user/*tely: Update options for new lilypond-book.
3531
3532         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3533         with @macros in @includes.
3534
3535 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3536
3537         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3538         make rest-collision only.
3539
3540         * lily/break-substitution.cc (substitute_one_mutable_property):
3541         clear all-elements using scm_assq_remove_x(). 
3542
3543         * lily/rest-collision.cc (do_shift): shift single rests
3544
3545         * flower/include/array.hh (class Array): rename to is_empty ()
3546
3547         * lily/drum-note-performer.cc: new file: perform drum notes.
3548
3549         * VERSION (PACKAGE_NAME): release 2.1.19.
3550         
3551 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3552
3553         * scripts/filter-lilypond-book.py
3554         (classic_lilypond_book_compatibility): New function.
3555
3556 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3557
3558         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3559
3560         * Grand 2003 -> 2004 search replace. 
3561
3562         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3563         (i.e. < > )
3564
3565         * ly/performer-init.ly: add DrumStaff
3566
3567         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3568         lyric-interface; this prevents lines with only extender lines from
3569         being junked.
3570  
3571         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3572
3573         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3574         extenders right, for once and for all (hopefully).
3575         
3576         * lily/break-substitution.cc (substitute_one_mutable_property):
3577         clear old 'all-elements for System grobs.
3578
3579         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3580         that associatedVoiceContext is always assigned when music & lyrics
3581         are found. 
3582
3583         * ly/engraver-init.ly: remove Lyrics context.
3584         (TabVoice): add noteheads engraver
3585
3586         * input/test/improv.ly: update: do not use Thread switching. 
3587
3588         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3589         squashedPosition is a number  
3590
3591         * Documentation/user/refman.itely (Automatic note splitting):
3592         remove Thread references.
3593
3594         * input/no-notation/pc-direction.ly: remove file.
3595
3596         * ly/engraver-init.ly: remove Thread
3597
3598         * input/regression/tie-chord-partial.ly: remove file.
3599
3600         * scripts/convert-ly.py (conv): \harmonic rule
3601
3602         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3603         notation for harmonic notes: <c' g''\harmonic>
3604
3605         * lily/lily-guile.cc (alist_to_hashq): new function
3606
3607         * scm/lily.scm (alist->hash-table): new function.
3608
3609         * Documentation/user/refman.itely (Percussion staves): update doco.
3610
3611         * input/regression/drums.ly (timb): updates
3612
3613         * lily/note-performer.cc (create_audio_elements): robustness fix.
3614
3615         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3616
3617 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3620         discard valid matches.
3621
3622 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3623
3624         * lily/drum-note-engraver.cc: new file.
3625
3626         * ly/drumpitch-init.ly: move drum definitions
3627
3628         * scm/drums.scm: remove file.
3629
3630         * lily/*.cc: remove abort-event everywhere.
3631
3632         * lily/note-heads-engraver.cc (process_music): robustification.
3633
3634         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3635         robustification.
3636
3637         * lily/parser.yy (simple_element): add \drums mode.
3638         (simple_element): remove \pitchnames , \chordmodifiers. Use
3639         variables to store this. 
3640
3641         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
3642         outside \notes.
3643
3644         * VERSION: release 2.1.18.
3645         
3646         * input/test: remove octave-duplicate.ly
3647
3648 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
3649
3650         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
3651
3652 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3653
3654         * lily/simultaneous-music-iterator.cc: remove clone() and copy
3655         constructor from Music_iterator. Changes throughout.
3656
3657         * lily/include/music-iterator.hh (class Music_iterator): remove
3658         Music_iterator::skip and Music_iterator::get_pending_events from
3659         interface. Rename report_to -> get_outlet 
3660
3661         * lily/auto-change-iterator.cc: move contents from
3662         new-auto-change-iterator.cc from
3663
3664         * scm/part-combiner.scm: determine split-list from Scheme. 
3665
3666         * lily/new-auto-change-iterator.cc (process): new file.
3667
3668         * lily/parser.yy (part_combined_music): remove old PC cruft.
3669
3670         * ly/engraver-init.ly: remove old
3671         PC cruft.
3672
3673         * Documentation/user/refman.itely (The Lyrics context): note about
3674         extender lines.
3675
3676         * lily/multi-measure-rest-engraver.cc (process_music): extra check
3677         to allow 0-length mmrest events.
3678
3679         * scm/part-combiner.scm (determine-split-list): many bugfixes.
3680
3681         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
3682
3683         * lily/spacing-engraver.cc (finalize): robustifications.
3684
3685         * input/regression/new-part-combine-solo-global.ly: new file.
3686
3687         * scm/part-combiner.scm: rewrite.
3688
3689 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
3690
3691         * Documentation/user/refman.itely, input/puer-fragment.ly,
3692         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
3693         updated for proper use of lyricsto; replaced "(" and ")" ->
3694         "\melisma" and "\melismaEnd"
3695
3696         * input/test/ancient-font.ly: small updates to reduce compile
3697         warnings (TODO: junk this file)
3698
3699         * input/test/gregorian-scripts.ly: added comment about bug
3700
3701         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
3702         tiny robustness fix
3703
3704         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
3705         recent changes in the feta code); temporarily mapped mensural g
3706         clef to a copy of petrucci g clef until mensural g clef will have
3707         been rewritten
3708
3709         * mf/parmesan-heads.mf: bugfix: solved character name clashing
3710         between mensural and neo-mensural heads (this broke quite a while
3711         ago)
3712
3713         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
3714
3715 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3716
3717         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
3718         indication.  Fixes for verbatim, multi line comments.
3719
3720 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3721
3722         * input/regression/new-part-combine-solo.ly: more cases.
3723
3724         * lily/slur.cc (height): robustness fix.
3725
3726         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
3727
3728         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
3729         stemUp/stemDown.
3730
3731         * scm/music-functions.scm (determine-split-list): further analysis.
3732
3733         * lily/script-engraver.cc (try_music): discard duplicate
3734         articulations.
3735
3736         * input/regression/new-part-combine-solo.ly: new file
3737
3738         * input/regression/new-part-combine-a2.ly: new file.
3739
3740         * ly/performer-init.ly: add Devnull
3741
3742         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
3743         for \musicglyph #"accidental-*"
3744         (conv): \newpartcombine rule.
3745
3746 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3747
3748         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
3749
3750 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3751
3752         * scripts/filter-lilypond-book.py: Handle verbatim, latex
3753         textwidth, --output.
3754
3755 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3756
3757         * scm/new-markup.scm (doubleflat): add accidental markups.
3758
3759         * VERSION: release 2.1.17
3760         
3761         * Documentation/user/refman.itely (Automatic part combining):
3762         revise documentation of the part-combiner.
3763
3764         * input/regression/pc-switch-slur.ly (texidoc): remove file.
3765         
3766         * input/test/part-combine-{moment,staff}.ly: remove file.
3767
3768         * input/regression/pc-mmrest.ly (two): remove file.
3769
3770         * scm/define-music-types.scm (music-descriptions): add
3771         Solo{One,Two}Event and UnisonoEvent
3772
3773         * lily/new-part-combine-iterator.cc (unisono): add state_
3774         variable, signal changes with part-combine-event.
3775
3776         * input/regression/new-part-combine-text.ly: new file.
3777
3778         * lily/part-combine-engraver.cc: new file.
3779
3780 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3781
3782         * scripts/filter-lilypond-book.py: Handle snippet options.
3783
3784 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3785
3786         * scm/music-functions.scm (determine-split-list): detect solo1/2
3787         and unisono.
3788
3789         * lily/new-lyric-combine-music-iterator.cc (construct_children):
3790         revert fix, document why.
3791
3792         * lily/tie-performer.cc (process_music): new function. Set melisma
3793         property.
3794
3795         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
3796         always smaller than bracket size.
3797         (make_bracket): oops. Size of the gap was off by factor 2
3798
3799         * input/test/text-rotate.ly: new file.
3800
3801         * scm/new-markup.scm (markup): a macro that provides a
3802         LilyPond-like syntax in scheme for building markups, in order to
3803         help markup command definition. (Nicolas Sceaux)
3804
3805         * input/test/lyrics-skip-notes.ly: new example.
3806
3807         * lily/parser.yy (post_event): make HYPHEN into postfix event.
3808
3809         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
3810         use is_alias() iso. == . This fixes lyrics on
3811         GregorianTranscriptions. 
3812
3813 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3814
3815         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
3816         \thispagestyle{lastpage} to avoid that it's printed on the second
3817         last page when there's only a single score line on the last page.
3818         (The page breaking mechanism in TeX played some ugly tricks to us.)
3819
3820 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3821
3822         * scripts/filter-lilypond-book.py: Further development.
3823
3824         * input/regression/collision-dots-move.ly: New test.
3825
3826         * lily/note-collision.cc (check_meshing_chords): Move dots on left
3827         hand side note head of non-merged collision to the right.
3828
3829         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
3830         Construct children before accessing property from emtpy
3831         lyrics_context_.
3832         (construct_children): Find thread before finding LyricsVoice.
3833         Create LyricsVoice one if none found, fixes crash (thanks Erik
3834         Sandberg).
3835
3836 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
3837
3838         * cygwin/: Forward port.
3839
3840 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3841
3842         * buildscripts/install-info-html.sh: Use Bash.
3843
3844         * cygwin/mknetrel: Patch from Bert.
3845
3846 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3847
3848         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
3849
3850         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
3851         try to copy *png, index.html (Bertalan Fodor).
3852
3853         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
3854
3855 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
3856
3857         * lily/note-collision.cc (check_meshing_chords): Do not remove
3858         dots (from down head) when merging similar heads (thanks Matthias
3859         Kilian).  Simplify merge_possible tests and other cleanups
3860
3861         * input/regression/collision-merge-differently-dotted.ly: Add test
3862         for disappearing dots on similar heads for both voices.
3863
3864 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3865
3866         * Documentation/user/invoking.itexi (Invoking lilypond): Document
3867         that tagline overrides copyright for single page scores. Correct
3868         the default tagline value.
3869
3870 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3871
3872         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
3873
3874 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3875
3876         * buildscripts/lilypond-login.sh: Avoid warning about undefined
3877         TEXMF if it's previously unset.
3878
3879 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
3880
3881         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
3882
3883         * input/test/trills.ly: fix the unfolding of lineprall.
3884
3885         * input/test/figured-bass-alternative.ly: fix accidental.
3886
3887 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3888
3889         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
3890         
3891         * input/no-notation/dos-guile.ly: 
3892         * input/no-notation/dos-ps.ly: 
3893         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
3894         
3895         * input/no-notation/safe-include.ly:
3896         * input/no-notation/safe-guile.ly:
3897         * input/no-notation/safe-ps.ly: 
3898         * input/no-notation/safe-tex.ly: New file.
3899
3900         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
3901         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
3902         options now.
3903         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
3904         When in --safe-mode, set environment openout_any=p[aranoid].
3905
3906         * tex/ltest.tex: 
3907         * tex/lilyponddefs.tex: Add \nofiles.
3908
3909         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
3910         options.
3911
3912         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
3913         This allows building the user manual using a binary installation
3914         and a matching unpacked source tree.
3915
3916         * scm/lily.scm (safe-module): New variable. 
3917
3918         * lily/includable-lexer.cc (new_input): Fix error messages.
3919
3920         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
3921         If SAFE, evaluate in safe-module.  Change callers.
3922
3923         * lily/main.cc (Long_option_init): Reinstate safe-mode.
3924
3925         * lily/lexer.ll (embedded_scm): While processing main-input,
3926         invoke ly_parse_scm with safe mode if running in safe-mode.
3927         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
3928         in init.ly for safe-mode.
3929
3930 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3931
3932         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
3933         compatibility with old versions of geometry.sty (compat2
3934         already implied includehead).
3935         Change the page layout slightly so bottom + footskip = top +
3936         headheight + headsep = 16mm, the remaining paperheight-32mm
3937         are used for the music. Increase footskip to 5mm, so the top of
3938         the footer text doesn't touch the music.
3939
3940 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3941
3942         * VERSION: release 2.1.16
3943         
3944         * scm/music-functions.scm (determine-split-list): bugfix: only use
3945         new-active for both voices if both indexes advance. This fixes the
3946         biggest outstanding problem with new-pc. 
3947
3948         * lily/new-part-combine-iterator.cc (construct_children): set more
3949         directions.
3950
3951 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3952
3953         * scripts/convert-ly.py (conv): add instrument rule.
3954
3955         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
3956
3957         * lily/side-position-interface.cc: remove add_staff_support ()
3958         Change all callers to use staff-padding.
3959
3960         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
3961         make_spanner().
3962
3963         * lily/a2-engraver.cc (process_acknowledged_grobs): 
3964
3965         * lily/text-engraver.cc: remove scriptHorizontal property.
3966
3967         * lily/beam.cc (least_squares): also set least-squares-dy for
3968         special case of slanted 2-stem beam to center.
3969
3970         * lily/side-position-interface.cc (out_of_staff): move contents of
3971         out_of_staff into aligned_side.
3972         remove out_of_staff().
3973
3974         * input/regression/measure-grouping.ly: fix warning.
3975
3976         * lily/side-position-interface.cc: add staff-padding support to
3977         Side_position_interface::aligned_side.
3978
3979         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
3980         one get_property too many.
3981
3982         * flower/include/drul-array.hh (linear_combination): new function
3983         (scale_drul): new function
3984
3985         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
3986         operations on empty intervals are silly.
3987
3988 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3989
3990         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
3991         (iso gh_scm2int), fixes crash in new part-combiner.
3992
3993         * configure.in: Up mftrace to 1.0.27.
3994
3995 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3996
3997         * VERSION: release 2.1.15
3998         
3999         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4000         align all stanza numbers.
4001
4002 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4003
4004         * Documentation/user/{introduction.itely,refman.itely,
4005         converters.itely}: fix some text inside parentheses; text should
4006         be readable (even) if parentheses are either replaced with commas 
4007         or dropped out.
4008
4009 2004-01-25  Werner Lemberg  <wl@gnu.org>
4010
4011         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4012         input/test/vaticana.ly, input/test/ancient-font.ly,
4013         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4014         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4015         ly/params-as-init.ly, scm/define-grobs.scm,
4016         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4017
4018         * ly/params-as-init.ly: Removed.  Obsolete.
4019         * buildscripts/lilypond.words.py: Updated.
4020
4021 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4022
4023         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4024
4025         * mf/feta-din{4,5,7,9}.mf: remove.
4026         
4027         * lily/engraver.cc (internal_make_item): centralize item/spanner
4028         factory.
4029
4030         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4031         do correct chord conversion for ^"sim."  (backportme)
4032         (FatalConversionError.sub_articulations): substitute ^"foo" in
4033         chords too. (backportme)
4034
4035         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4036         for Fingering.
4037
4038         * lily/side-position-interface.cc (out_of_staff): don't do
4039         anything if staff-padding not defined. 
4040
4041         * mf/feta-params.mf (stafflines): introduce linethickness as
4042         general blackness of the font.
4043
4044         * lily/stem.cc (position_noteheads): rounding error robustness.
4045
4046         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4047         from beam-collision.ly 
4048
4049         * lily/beam.cc (rest_collision_callback): remove direction.
4050
4051         * scm/define-grobs.scm (all-grob-descriptions): remove
4052         enclose-bounds in OttavaBracket and PianoPedalBracket
4053
4054         * scm/new-markup.scm (def-markup-command) new macro, which takes
4055         care of defining the COMMAND-markup and make-COMMAND-markup
4056         procedures, setting markup-signature and keyword-signature object
4057         properties, and pushing the markup command in
4058         markup-function-list.
4059
4060         All markup commands are defined thanks to it.  Users may also use
4061         it to define their own markup commands. (Nicolas Sceaux)
4062
4063         * scm/new-markup.scm: Scheme style clean-up: there should be no
4064         parenthesis alone on a line; LET* should not be used where LET is
4065         enough. (Nicolas Sceaux)
4066
4067 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4068
4069         * scripts/filter-lilypond-book.py: Add script.
4070
4071 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4072
4073         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4074
4075 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4076
4077         * Documentation/user/refman.itely (Fingering instructions): add
4078         single note chords. 
4079
4080         * lily/multi-measure-rest-engraver.cc: use a single
4081         MultiMeasureEvent for mm rests. This prevents problems with the
4082         new part combiner.
4083
4084         * scm/music-functions.scm (determine-split-list): analysis has
4085         global effect: a difference halfway a phrase makes the entire
4086         phrase be typeset as apart.
4087         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4088
4089 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4090
4091         * ly/performer-init.ly: add Devnull.
4092
4093         * Documentation/user/refman.itely (Font selection): remove paper20
4094         ref.
4095         
4096 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4097
4098         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4099
4100 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4101
4102         * scm/music-functions.scm (determine-split-list): bugfixes.
4103
4104         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4105
4106         * input/test/scales-greek.ly: use C as base, results in different
4107         alterations at the clef.
4108
4109         * input/regression/pedal-ped.ly: new file.
4110
4111         * input/regression/pedal-bracket.ly: new file.
4112
4113         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4114         replace after_line_breaking()
4115
4116         * lily/line-interface.cc (line): read thickness.
4117         (line): dash-fraction = 0 always for dotted-line style.
4118
4119         * input/test/staff-lines.ly (lower): bugfix.
4120
4121         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4122         \accepts Devnull into Score.
4123
4124         * scm/lily.scm: remove bla.scm load.
4125
4126 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4127
4128         * VERSION: release 2.1.14
4129         
4130         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4131
4132         * lily/side-position-interface.cc (general_side_position): add
4133         Staff_symbol_referencer::staff_space ().
4134
4135         * lily/include/context-def.hh: rename from translator-def.hh
4136
4137 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4138
4139         * input/template/piano-dynamics.ly (pedal): Updated definition of
4140         Dynamics such that \cresc works, for example.
4141
4142 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4143
4144         * lily/stem.cc (calc_stem_info): use
4145         Staff_symbol_referencer::staff_space
4146
4147         * lily/beam-quanting.cc (quanting): scale Stem_info 
4148
4149         * lily/beam.cc (rest_collision_callback): use minimum-distance
4150         property for rest/beam collisions.
4151         (rest_collision_callback): bugfixes.
4152
4153         * lily/system.cc (post_processing): extra-offset is now relative
4154         to the size of the current staff.
4155
4156         * scm/music-functions.scm (notice-the-events-for-pc): record all
4157         voices, only analyze "one" and "two".
4158
4159         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4160         not parent. 
4161
4162         * lily/new-part-combine-iterator.cc (construct_children): create
4163         Devnull from Voice context
4164
4165         * scm/music-functions.scm (determine-split-list): bugfixes.
4166
4167         * lily/lily-guile.cc (robust_scm2int): new function
4168
4169         * lily/staff-symbol-referencer.cc (line_thickness): new
4170         function. Use throughout.
4171
4172         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4173         in its own context.  Add to preset font-size.
4174
4175         * lily/stem.cc (thickness): new function.
4176
4177         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4178         compute thickness from ledger-line-thickness.
4179
4180         * lily/note-head.cc (brew_ledger_lines): use
4181         Staff_symbol::get_ledger_line_thickness ().
4182
4183         * lily/beam.cc (rest_collision_callback): use
4184         Staff_symbol_referencer::staff_space().
4185
4186         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4187         Mus1 Mus2
4188
4189         * lily/include/translator.hh (class Translator): add accepts_list_
4190         so  \with { \denies / \accepts } also works.
4191
4192         * scm/music-functions.scm (determine-split-list): determine split
4193         list from music events.
4194
4195         * lily/new-part-combine-iterator.cc: more states.
4196
4197         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4198
4199 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4200
4201         * lily/system.cc (set_loose_columns): use the right prebroken cols
4202         for interpolating loose column position.
4203
4204         * lily/text-spanner.cc (brew_molecule): default to no vertical
4205         lines.
4206
4207         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4208         take space.
4209
4210         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4211
4212 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4213
4214         * scripts/convert-ly.py: Do not test filename when processing
4215         stdin.
4216
4217         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4218
4219 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4220
4221         * lily/axis-group-engraver.cc (finalize): extra check; if
4222         process_music () is never called, then staffline_ == 0.
4223
4224         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4225         check run_always ().
4226         
4227         * VERSION: release 2.1.13
4228
4229         * input/regression/note-head-style.ly (pattern): cleanup.
4230
4231         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4232         downloading.
4233
4234         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4235         kludge rehearsalmark placement.
4236
4237         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4238         , ly:spanner?
4239
4240         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4241         close to note head for accidentals.
4242
4243         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4244         tuplet direction.
4245
4246         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4247
4248 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4249
4250         * lily/include/music-iterator.hh (class Music_iterator): add
4251         substitute_outlet() to iterator API.
4252
4253         * lily/new-part-combine-iterator.cc (construct_children):
4254         New_pc_iterator: new class, better part combining.
4255
4256         * lily/tie-column.cc (werner_directions): new function
4257
4258         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4259
4260         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4261         empty objects group spanner as parent
4262
4263         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4264         slope against graphical slope.
4265
4266         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4267         for ottava bracket.
4268
4269         * lily/side-position-interface.cc (general_side_position):
4270         opps. reinstate *dir.
4271
4272         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4273         parser run.
4274
4275         * lily/tuplet-bracket.cc: remove calc_dy ().
4276
4277         * Documentation/user/refman.itely (Balloon help): document balloon
4278         help
4279
4280 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4281
4282         * scm/document-backend.scm (check-dangling-properties): Grob
4283         properties are defined define-grob-properties.scm.
4284         
4285 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4286         
4287         * VERSION: release 2.1.12
4288
4289         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4290         ChordName
4291
4292         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4293         relation to surroundings.
4294
4295         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4296         Y-extent to the note-extents: stay clear of the staff.
4297
4298 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4299
4300         * Documentation/user/GNUmakefile
4301         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4302         iso. copy.
4303
4304         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4305
4306         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4307
4308         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4309
4310         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4311
4312         * lily/line-interface.cc (line): remove thickness from calling interface.
4313
4314         * lily/hairpin.cc: use Line_interface
4315
4316         * lily/line-interface.cc: new file. Line_interface for everything
4317         with dotted/dashed lines.
4318         
4319
4320         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4321
4322         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4323         for constructing ottava brackets.
4324         
4325         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4326         the note heads.
4327
4328         * Documentation/user/internals.itely (Engravers and performers):
4329         fix broken link.
4330
4331         * scm/music-functions.scm (make-mark-set): new function.
4332
4333         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4334         functionally identical to beam.
4335
4336         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4337         () with beam (). 
4338
4339         * Documentation/user/refman.itely (Rehearsal marks): document new
4340         functionality.
4341
4342         * input/regression/rehearsal-mark-number.ly: new file.
4343
4344         * input/regression/rehearsal-mark-letter.ly: new file.
4345
4346         * scm/translation-functions.scm (number->mark-string): new function
4347         (format-mark-letters): new function
4348         (format-mark-numbers): new function
4349
4350         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4351         integer; formatting is done through markFormatter property.
4352         
4353         * scm/define-translator-properties.scm: fold all *-done properties
4354         into positioning-done.
4355
4356         * lily/beam.cc (position_beam): new function
4357         (brew_molecule): make sure that positions are calced before making
4358         the molecule.
4359
4360         * scm/output*.scm (beam):  take 4th argument for function.
4361
4362         * ps/music-drawing-routines.ps: take blot as 4th argument.
4363
4364         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4365         stem to avoid small dents.
4366         
4367 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4368
4369         * VERSION: release 2.1.11
4370
4371         * input/regression/balloon.ly: new file.
4372
4373         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4374         objects, and make help texts. 
4375
4376         * scm/new-markup.scm (parse-simple-duration): parse duration
4377         string to log & dots. (Thanks Nicolas!)
4378
4379         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4380         rule.
4381
4382 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4383
4384         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4385         Lemberg).
4386
4387         * THANKS: alphabetic order.
4388
4389 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4390
4391         * input/regression/note-head-harmonic.ly: new file.
4392
4393         * Documentation/user/internals.itely (Technical manual): explain
4394         difference between music, translation, layout.
4395
4396         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4397
4398         * scm/output-ascii-script.scm (bracket): rounding bfs.
4399
4400         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4401
4402         * ly/paper*.ly: remove files. 
4403         
4404         * scm/paper.scm (set-staff-size): new function: set default
4405         staff-size.
4406
4407         * scripts/convert-ly.py (conv): add conversion rule.
4408
4409         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4410         function.
4411
4412         * scm/paper.scm: new file.
4413         (set-staff-size): new function 
4414         (set-paper-size): new function
4415
4416         * lily/parser.yy (music_output_def_body): restructure definition,
4417         so first Scheme statement in \paper also happens in new scope. 
4418
4419         * lily/system.cc (post_processing): move uniquify_list () to
4420         dumping molecule stage.
4421
4422         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4423         this will mess up scores that use barchecks to shorten measures.
4424
4425         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4426         at 20pt too.
4427
4428         * Documentation/user/tutorial.itely (Printing lyrics): document
4429         \lyricsto
4430
4431         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4432
4433         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4434
4435         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4436         if Voice is not found.
4437
4438         * VERSION: release 2.1.10
4439         
4440         * input/{test,regression}/: remove old-relative 
4441
4442         * lily/lexer.ll: add empty markup signature. 
4443
4444         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4445         strut markup
4446
4447         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4448
4449         * scm/define-translator-properties.scm: update melismata property
4450         doco.
4451
4452         * lily/system.cc (output_lines): revert uniquify_list() patch,
4453         strange side effects seen.
4454         
4455         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4456         dash-period < 0.
4457
4458         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4459         for flute. 
4460
4461 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4462
4463         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4464
4465         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4466
4467         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4468         of line breaks.
4469         (brew_molecule): add padding to left, not right.
4470
4471         * lily/system.cc (uniquify_list): new function
4472         (output_lines): uniquify_list () on all-elements. This fixes
4473         double symbols in the output.
4474
4475         * lily/beam.cc (rest_collision_callback): don't move anything if
4476         staff-position is set.
4477
4478         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4479
4480         * lily/system.cc (typeset_grob): warn if adding twice.
4481
4482         * lily/sequential-iterator.cc (run_always): implement run_always().
4483         (also in other files.)
4484         
4485         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4486
4487         * lily/event.cc (to_relative_octave): add octave-check.
4488
4489         * Documentation/user/refman.itely (Line breaking): add noBreak.
4490
4491         * scm/new-markup.scm (normalsize-markup): add function.
4492         (sans-markup): new function.
4493
4494         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4495         come earlier nowadays.  This fixes beams on grace notes.
4496         
4497         * scm/music-functions.scm (direction-polyphonic-grobs): new
4498         variable, share between override and revert. This fixes script
4499         directions in polyphonic sections. (backportme)
4500
4501 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4502
4503         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4504         breakpoints.
4505
4506         * lily/break-align-interface.cc: add doco
4507
4508         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4509
4510 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4511
4512         * VERSION: release 2.1.9
4513
4514         * scm/document-markup.scm (markup-doc-node): add note about naming.
4515
4516         * scm/new-markup.scm (left-align-markup): bugfix. 
4517
4518         * Documentation/user/refman.itely (Ottava brackets): more doco for
4519         ottava.
4520
4521         * lily/side-position-interface.cc (out_of_staff): also do
4522         out_of_staff() correctly for d == DOWN.
4523
4524         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4525         horizontal line if they move to the right.
4526         
4527         * scm/define-grobs.scm (all-grob-descriptions): set
4528         text-repeat-if-broken for ottava spanner
4529
4530         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4531         property.
4532
4533         * mf/feta18.mf: design size is 18 not 22.5
4534
4535         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4536         Add a single LyricsVoice to a melody. Melismata may be set
4537         individually.
4538
4539         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4540
4541         * lily/dot-column.cc: add stdio.h
4542
4543 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4544
4545         * lily/item.cc: documentation for break-visibility (Thanks, John).
4546
4547 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4548
4549         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4550
4551         * lily/translator-def.cc: rename Translator_def to Context_def.
4552
4553         * Documentation/user/internals.itely (Lexical details): clarify
4554         string def.
4555
4556         * Documentation/user/refman.itely (Rhythmic music): add link to
4557         RhythmicStaff 
4558
4559 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4560
4561         * lily/translator.cc: document start_translation_timestep()
4562
4563         * scm/output-tex.scm (tex-encoded-fontswitch): use
4564         round for rounding (inexact->exact yields rationals)
4565
4566         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4567
4568         * lily/translator-group.cc (get_simple_trans_list): 
4569         new function; construct simple_trans_list_ lazily.
4570         
4571 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4572
4573         * lily/paper-outputter.cc (output_scope): Check if number before
4574         checking exact (guile cvs).
4575
4576         * scm/*: Escape backslashes in scheme strings (guile cvs).
4577
4578 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4579
4580         * Documentation/user/refman.itely (Tablatures basic): annotate
4581         seealso sections.
4582
4583         * lily/*.cc: cleanup of engraver initialize() functions.
4584
4585         * lily/repeat-acknowledge-engraver.cc
4586         (start_translation_timestep): remove first_b_
4587
4588         * lily/tab-note-heads-engraver.cc: listen to string number events
4589         inside < > too. (backportme).
4590
4591         * Documentation/user/refman.itely (Text scripts): add fatText to
4592         index.
4593
4594 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4595
4596         * VERSION: 2.1.8
4597
4598         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4599         footer.
4600
4601         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4602
4603         * lily/bar-check-iterator.cc (process): only warn if
4604         barCheckLastFail was changed.
4605
4606         * scm/define-translator-properties.scm (barCheckLastFail): add
4607         property.
4608
4609         * lily/main.cc (main_prog): print summary of failed files.
4610
4611         * lily/axis-group-engraver.cc: move all spanner creation to
4612         process_music (). Now staffs can be adjusted with \override too.
4613         (Jan, you are a brilliant programmer!)
4614         
4615         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4616
4617 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4618
4619         * Documentation/user/tutorial.itely (Integrating text and music):
4620         Show the commands to produce a PDF as well.
4621
4622 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4623
4624         * lily/translator-def.cc (get_translator_names): accept user
4625         tweaks too. 
4626
4627         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4628         as big as normal heads. 
4629
4630         * input/*ly: run convert-ly
4631         
4632         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4633         () if dependencies are fluked.
4634
4635         * scm/document-translation.scm (engraver-doc-string): update on
4636         latest string/symbol conventions.
4637
4638         * lily/translator-ctors.cc: use Scheme_hash_table.
4639
4640         * lily/translator-def.cc (get_translator_names): new function
4641         (add_context_mod): new function
4642         (get_accepted): new function
4643
4644         * lily/parser.yy (context_mod): put all modifications of
4645         \translator { } in a single production, encode as SCM.
4646
4647         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
4648         to use read-only lists, so additions to the definition can be
4649         prepended easily.  
4650
4651         * Documentation/user/invoking.itexi (Editor support): add node on
4652         editor support.
4653
4654         * Documentation/user/refman.itely (Bar check): add lyrics example
4655         of bar checks. 
4656
4657         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
4658
4659         * scripts/convert-ly.py (conv): add conversion rule.
4660
4661         * lily/parser.yy: use \change iso. \translator for staff switch.
4662
4663         * lily/my-lily-lexer.cc: add \change.
4664
4665         * scm/define-translator-properties.scm
4666         (default-melisma-properties): add definition.
4667
4668 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4669
4670         * Documentation/user/refman.itely (Bar lines): clarification of
4671         systemStartDelimiter. 
4672
4673         * input/test/slur-shape.ly (x): remove file.
4674
4675         * lily/translator-group.cc (apply_property_operations): new function.
4676
4677 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4678
4679         * lily/parser.yy (optional_prop_ops): allow \with {
4680         PROPERTYSETTINGS } following \context or \new.
4681
4682         * lily/my-lily-lexer.cc: add \with.
4683
4684         * lily/parser.yy (property_operation): clean up definition of
4685         property operations.
4686         (property_op_to_music): new function.
4687         (context_spec_music): new function
4688
4689         * VERSION: 2.1.7 released.
4690         
4691         * input/regression/collision-merge-dots.ly: new file.
4692
4693         * lily/note-collision.cc (check_meshing_chords): if merging heads,
4694         then kill the dots too. 
4695
4696         * lily/separating-line-group-engraver.cc (acknowledge_grob):
4697         set/unset breakableSeparationItem
4698
4699         * lily/separation-item.cc (relative_width): add function.
4700
4701         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
4702         only-prebreak-interface
4703
4704         * lily/system.cc (output_lines): only junk only-prebreak-interface
4705         grobs.
4706
4707         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
4708         read breakableSeparationItem
4709
4710         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
4711
4712         * lily/system.cc (output_lines): don't suicide Spacing_items. 
4713
4714         * lily/dot-column.cc (dot_config_badness): new function:
4715         select the best scoring dot configuration: dots should go close to
4716         the note heads, but be shifted up or down according to conventions.
4717         (print_dot_configuration): idem.
4718         (shift_one): idem
4719         (remove_collision): idem.
4720
4721         * input/regression/dots.ly: add more test cases.
4722
4723 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4724
4725         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
4726
4727         * flower/include/interval.hh: rename elem_b to contains 
4728
4729         * lily/tie.cc: change 'heads to 'head-pair.
4730
4731         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
4732         fill in 'heads field.
4733
4734         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
4735         minimum-length for short ones, and shorten so collisions with the
4736         next syllable are avoided.
4737
4738         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
4739         near-zero slopes.
4740         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
4741
4742         * lily/dots.cc: remove quantized_position callback. All Y
4743         positioning is done by dot-column.cc
4744
4745         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
4746         exhaustive test of all dot positions. This fixes disappearing dots
4747         in dotted chords.
4748
4749 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4750
4751         * mf/feta-klef.mf (test_staff): fatten up G clef
4752         (test_staff): fatten up f clef.
4753         
4754
4755 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4756
4757         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
4758         * input/les-nereides.ly: Use latin1 characters for title, like
4759         Morgenlied.
4760
4761 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4762
4763         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
4764         cmb10).
4765
4766         * lily/lyric-extender.cc (brew_molecule): add little space before
4767         extender line.
4768
4769         * lily/beam-quanting.cc (score_forbidden_quants): check if
4770         outer stafflines fall in any beam gaps.
4771
4772         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
4773         for lyric texts.
4774
4775 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4776
4777         * VERSION: 2.1.6 released.
4778
4779         * lily/beam-quanting.cc (quanting): add inspect-quants property:
4780         this shows the demerits of a user-defined beam position pair.
4781
4782         * scm/define-grobs.scm (all-grob-descriptions): set
4783         beamed-extreme-minimum-free-lengths to a different value.
4784
4785         * lily/scm-option.cc: add debug-beam scm-option
4786
4787         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
4788
4789 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4790
4791         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
4792
4793         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
4794         space after barline.
4795
4796         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
4797
4798         * lily/spacing-spanner.cc (breakable_column_spacing): take average
4799         of spacing wishes, not maximum. Only do this for delta-t == 0. In
4800         the other case, take standard column-breakable spacing. Do not
4801         warn about "no spacing wishes".
4802
4803         This fixes wide spaces after barlines in very loose lines.
4804
4805         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
4806
4807 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4808
4809         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
4810         acknowledge_grob lyric-syllable, not lyric-text.
4811
4812         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
4813         dashes of length #'length separated by #'dash-period. 
4814
4815         * lily/lyric-extender.cc (brew_molecule): idem
4816
4817         * lily/multi-measure-rest.cc (big_rest): idem
4818
4819         * lily/system-start-delimiter.cc (simple_bar): idem
4820
4821         * lily/bar-line.cc (simple_barline): use rounded box
4822
4823         * VERSION: release 2.1.5
4824
4825         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
4826         music): move note about dvips to more visible place.
4827
4828         * lily/lyric-phrasing-engraver.cc: move from
4829         new-phrasing-engraver.cc, remove old cruft (syllable-group,
4830         lyric-phrasing-engraver.hh)
4831         
4832         * lyric-align.ly: remove file
4833         
4834         * scripts/convert-ly.py (FatalConversionError.func): add removal
4835         rule for automaticMelismata
4836
4837         * ly/engraver-init.ly (ScoreContext): switch on
4838         New_phrasing_engraver by default.
4839
4840         * lily/slur-engraver.cc (class Slur_engraver):
4841         process_acknowledged_grobs -> process_music.
4842         (try_music): signal melismata correctly.
4843
4844         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
4845         word-space, right-trim-amount, and extend past right bound only
4846         for note heads.
4847
4848         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
4849         lyric-extender support: add note-heads to the extender
4850         automatically.
4851
4852         * lily/parser.yy: extender is now post_event. 
4853
4854         * lily/accidental-engraver.cc (number_accidentals): remove
4855         spurious warning about non-parent contexts.
4856
4857         * lily/music-output-def.cc (assign_translator): \translator { }
4858         for a Foo context implicitly redefines \FooContext.
4859
4860         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
4861         fixes.
4862
4863         * lily/slur.cc (brew_molecule): don't use stafflinethickness
4864         doubly in slur weight. 
4865
4866         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
4867         combination.
4868
4869         * scm/define-grobs.scm (all-grob-descriptions): change clef -
4870         staffbar distance.
4871
4872         * scripts/lilypond.py (global_latex_preamble): crank down size of
4873         the margins. Now there is a 12 mm top and bottom margin, which
4874         should correspond with the printable area of modern printers.
4875
4876         This enlarges the music height of the printable page a little.
4877
4878         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
4879         signs. Use \markup instead.
4880         (accreg_pen): tweak for accordeon asterisk.
4881
4882 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4883
4884         * lily/melisma-engraver.cc (try_music): use melisma_busy()
4885
4886         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
4887
4888         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
4889
4890         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
4891
4892         * scm/define-grobs.scm (all-grob-descriptions): change
4893         StanzaNumber description: make side support, i.s.o. breakable.
4894         use Instrument_name_engraver for texts in the margin.
4895
4896         * scm/define-translator-properties.scm: remove
4897         melismaEngraverBusy, stz property.
4898
4899         * *.cc: naming: change empty_b () into is_empty ()
4900
4901         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
4902
4903         * input/regression/lyric-phrasing-new.ly: new file.
4904
4905         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
4906         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
4907         melismata are now left-aligned.
4908
4909 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4910
4911         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
4912
4913         * mf/feta19.mf: remove.
4914         
4915         * mf/feta-klef.mf (test_staff): more tweaks
4916
4917         * mf/feta-toevallig.mf: more small size tweaks.
4918
4919         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
4920         rests for smaller sizes.
4921
4922         * mf/feta-bolletjes.mf: fix cross heads.
4923
4924         * VERSION: release 2.1.4
4925         
4926         * scripts/convert-ly.py (FatalConversionError.func): add rule for
4927         deprecated #'ancient font family
4928
4929         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
4930         it is a string or number.
4931
4932         * scm/output-lib.scm (note-head-style->attachment-coordinates):
4933         change calling convention of stem-attachment function. 
4934
4935         * buildscripts/mf-to-table.py: read and dump WX/WY fields
4936
4937         * mf/feta-autometric.mf: dump WX/WY fields too
4938         
4939         * mf/parmesan-heads.mf: idem.
4940
4941         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
4942         attachment coordinates.
4943
4944         * lily/note-head.cc (stem_attachment_coordinate): read stem
4945         attachment from the notehead glyphs WX/WY fields.
4946
4947         * lily/include/font-metric.hh (struct Font_metric): add methods
4948         get_indexed_wxwy (), make a distinction between looking up by
4949         index and ASCII  
4950
4951         * mf/feta-bolletjes.mf: rewrite note head MF code.
4952         (test_outlines): make heads more rotund for smaller sizes. 
4953
4954 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4955
4956         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
4957         throughout. Font scaling fixes throughout.
4958
4959         * mf/feta-sleur,slur.mf: remove. 
4960
4961         * mf/feta-slag.mf: rewrite.
4962
4963 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4964
4965         * VERSION: release 2.1.3
4966
4967         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
4968
4969         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
4970
4971         * lily/mark-engraver.cc (process_music): fix mark
4972         \default. (backportme)
4973
4974         * stepmake/stepmake/automatically-generated.sub.make (default):
4975         use -n for head/tail commands. 
4976
4977         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
4978         heads with the same pitch.
4979
4980 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
4981
4982         * lily/recording-group-engraver.cc (finalize): set protected_scm
4983         member to '() before finalizing.
4984
4985         * lily/translator-group.cc (finalize): remove removal_processing () 
4986
4987         * lily/recording-group-engraver.cc: new engraver: record
4988         synchronized start & end times for each music object.
4989
4990         * lily/parser.yy (toplevel_expression): execute score rendering
4991         during parsing. Cleanup output-filename handling; this is no
4992         longer done with global variables.
4993         (translator_spec_body): allow \type modification too.
4994
4995         * lily/score.cc:  ly:run-translator: new function
4996         (LY_DEFINE): ly:render-output new function.
4997
4998         Separate interpreting and rendering, and make available as
4999         functions at Scheme level.
5000
5001 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5002
5003         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5004         (musicxml-node->string):
5005         (xml-node->string):
5006         (music-to-musicxml): New function.
5007
5008 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5009
5010         * VERSION: 2.1.2 released
5011
5012         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5013
5014         * scm/font.scm (paper20-font-vector): discouple font design sizes
5015         from sizes specified in .ly file: store all design sizes of a font
5016         in a single vector.
5017
5018         * lily/font-select.cc (get_font_by_design_size): new function
5019
5020         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5021         add parmesan,feta in sizes 14 and 18.
5022         
5023         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5024
5025         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5026         of fontSize: this now sets font-size
5027
5028 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5029
5030         * VERSION: 2.1.1 released
5031         
5032         * Documentation/user/refman.itely (Tuning objects): add note about
5033         concurrent tweaks in different contexts. 
5034
5035         * lily/tie-engraver.cc (acknowledge_grob): use
5036         Staff_symbol_referencer::get_position iso. reading staff-position
5037         directly.
5038
5039         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5040         currentMusicalColumn as left span-point for bracket. The bracket
5041         is too long when there are accidentals.
5042
5043 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5044
5045         * buildscripts/lilypond-profile.sh,
5046         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5047         Thanks to Reuben Thomas <rrt@mupsych.org>
5048
5049 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5050
5051         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5052         Wurbel <wurbel@univ-tln.fr>.
5053
5054 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5055
5056         * scripts/midi2ly.py: Add space after chords.
5057
5058 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5059
5060         * input/regression/{many}: add few @code{ ... }.
5061
5062 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5063
5064         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5065         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5066         Removed cmbx5, cmbx6 (which are included in teTeX)
5067         and cmbxti14 which is not used in fonts.scm.
5068
5069 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5070
5071         * lily/midi-item.cc: fine tune quarter tones.
5072
5073 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5074
5075         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5076         new function, warn how many cents are missing in fine tuning.
5077
5078 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5079
5080         * input/bugs/rhytmicstaff-tie.ly: add file.
5081
5082         * THANKS: Create skeleton for 2.1.
5083
5084 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5085
5086         * input/test/bar-lines.ly (TODO): dashed "|".
5087
5088 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5089
5090         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5091         input/regression/tie-chord.ly: Fix spell for tying.
5092
5093         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5094
5095         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5096         new file (renamed, see above).
5097
5098         * Documentation/user/lilypond-book.itely
5099         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5100         * input/example-1.ly input/example-2.ly input/example-3.ly
5101         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5102         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5103         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5104         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5105         * scripts/lilypond-book.py scripts/lilypond.py
5106         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5107         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5108
5109         * Documentation/user/lilypond.tely: update version.
5110
5111         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5112         Remove extra spaces in each @node, fixes spaces.
5113
5114 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5115
5116         * scripts/lilypond-book.py (output_dict): Add definition of
5117         \lilypondbook also for LaTeX output. Solves several bug reports.
5118
5119 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5120
5121         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5122
5123 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5124
5125         * input/test/transposition.ly: Fix key signatures, given in comments.
5126
5127 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5128
5129         * scm/midi.scm (instrument-names-alist),
5130         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5131
5132 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5133
5134         * input/test/temporary-stave.ly (texidoc): New example based on an
5135         email question from Ralph Little.
5136
5137 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5138
5139         * VERSION: release 2.1.0
5140         
5141         * lily/note-performer.cc (try_music): accept busy-playing-event.
5142
5143         * lily/swallow-perf.cc (try_music): return false for
5144         busy-playing-event and melisma-playing-event.
5145
5146 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5147
5148         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5149         >> in \score.
5150
5151 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5152
5153         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5154         that articulation_substitute will not move beam start again.
5155         (articulation_substitute): Bugfix: remove stray space so that new
5156         old chords ending '>>' does not get broken up.
5157         (sub_chord): Use TAB for indentation (not spaces).
5158         
5159         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5160         Bugfix for startup: Use ?^ instead of ?\^.
5161
5162 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5163
5164         * lily/lyric-combine-music-iterator.cc
5165         (Lyric_combine_music_iterator): change init order, to prevent GC
5166         segfaults.
5167
5168         * lily/context-specced-music-iterator.cc (construct_children): 
5169         only change  translator if found. This fixes a core dump problem.
5170
5171 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5172
5173         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5174         comparison.
5175
5176         * mf/feta-bolletjes.mf: make hole in half note little
5177         smaller for stem attachment.
5178
5179         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5180
5181         * mf/feta-banier.mf: don't draw stem with flag, just small square
5182         attachment.
5183
5184         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5185
5186         * mf/feta-banier.mf: remove upstem/downstem characters.
5187
5188         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5189
5190         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5191         stafflinethickness (in the default)
5192
5193         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5194
5195         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5196
5197         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5198
5199         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5200
5201         * lily/include/directional-element-interface.hh:
5202         junk class, make {get,set}_grob_direction functions.
5203
5204         * lily/slur.cc (get_attachment): do something sensible when
5205         attaching to stem without heads (eg. a rest).
5206
5207         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5208         forcing up to staff.  remove #'support-head property
5209         (brew_molecule): small cleanup.
5210         (flag): remove #'grace property.
5211
5212 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5213
5214         * cygwin/postinstall-lilypond.sh: 
5215         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5216         (Volker Zell).
5217
5218 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5219
5220         * scripts/lilypond-book.py: resurrect 'eps' option. 
5221         (TexiPaper.to_eps): use -Ppdf for EPS files.
5222
5223         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5224
5225         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5226
5227         * VERSION: release 2.0.1
5228
5229         * lily/bezier.cc (get_other_coordinate): change assert into
5230         warning.
5231
5232         * lily/note-head.cc (internal_brew_molecule): make left protusion
5233         smaller, to accomodate for natural sign.
5234         (internal_brew_molecule): only do this when the accidental is
5235         close enough.
5236         (extent): new function
5237
5238         * lily/skyline.cc (merge_skyline): new function
5239         (heighten_skyline): new function
5240
5241         * lily/accidental-placement.cc (position_accidentals) 
5242         (position_accidentals): fix todo.
5243
5244 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5245
5246         * input/test/+.ly (texidoc): put version number inline.
5247
5248         * GNUmakefile.in: remove rsync-web target.
5249         
5250         * input/regression/bar-scripts.ly (onestaff): raggedright
5251
5252 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5253
5254         * lily/*.cc: remove #if 0'd code in couple of places.
5255
5256         * lily/midi-stream.cc (operator <<): rewrite.
5257
5258         * lily/note-head.cc (internal_brew_molecule): 
5259         only make ledgers when the Staff symbol has lines.
5260
5261         * ly/property-init.ly (arpeggioBracket): simplify
5262
5263         * lily/translator-group.cc (execute_pushpop_property): use
5264         SCM_EQ_P for comparing keys. This fixes reverting
5265         auto-beam-settings.
5266
5267 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5268 *
5269         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5270         midi_debug_global_b.
5271         (operator <<): Normalise loop.
5272
5273 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5274
5275         * scripts/lilypond.py (escape_path): revise.
5276
5277         * scm/music-functions.scm (set-output-property): new function.
5278         
5279 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5280
5281         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5282         use addmakeflags again.
5283
5284         * cygwin/lily-wins.py (escape_shell): New function; use it.
5285
5286         * scripts/lilypond.py (escape_shell): Escape quotes and other
5287         spaces too.  Do not escape escaping backslashes.
5288
5289         * make/srcdir.make.in (web-install): Must call install-WWW now.
5290
5291         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5292         dependency
5293
5294 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5295
5296         * scripts/lilypond.py (escape_path): escape quotes too. 
5297
5298         * Documentation/user/lilypond.tely (Unified index): rename Index
5299         to accomodate Windows breakage.
5300
5301         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5302
5303         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5304         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5305         target not a source.
5306
5307 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5308
5309         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5310         addmakeflags.  Build and install doc and web also when building on
5311         Cygwin.
5312
5313         * mf/GNUmakefile: Bugfix.
5314
5315         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5316         target web.
5317
5318         * cygwin/lily-wins.py: Quote filename.
5319
5320 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5321
5322         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5323
5324 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5325
5326         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5327         settings.
5328
5329         * configure.in: Require g++ > 3.0.4.
5330
5331         * mf/GNUmakefile: Bugfix: Add list.ly target.
5332         
5333         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5334
5335         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5336         make omf directory, add uninstall targets.
5337
5338 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5339
5340         * lily/tie-performer.cc (initialize): init prev_event
5341
5342         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5343
5344         * lily/script-engraver.cc (make_script_from_event): don't crash on
5345         non-string articulation-type.
5346
5347         * lily/new-fingering-engraver.cc (add_script): don't crash on
5348         0 scripts 
5349         (acknowledge_grob): warn about text script events.
5350
5351 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5352
5353         * buildscript/lilypond.words: fix path for drums.scm.
5354
5355 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5356
5357         * lily/spacing-spanner.cc (note_spacing): don't make longer
5358         durations than measure-length.
5359
5360         * VERSION: release 2.0.0
5361
5362         * GNUmakefile.in (rsync-web): version independent rsync target.
5363
5364         * input/test/+.ly (texidoc): idem.
5365
5366         * input/regression/+.ly: print version number.
5367
5368         * input/regression/accidentals.ly (mel): shorten.
5369
5370         * input/regression/accidental-octave.ly (texidoc): shorten.
5371
5372         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5373
5374         * input/regression/completion-heads-polyphony.ly: octave
5375
5376         * input/regression/beam-manual.ly: remove
5377
5378         * input/regression/beam-chord.ly: remove
5379
5380         * input/regression/grace-dynamic.ly: remove
5381         
5382         * input/regression/grace-volta-repeat.ly: octave fixes.
5383
5384         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5385
5386         * lily/parser.yy (step_number): semitones for chord entry too.
5387         (make_chord_step): more robust code, semitones. 
5388
5389         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5390
5391         * input/regression/breathing-sign.ly (texidoc): split ancient and
5392         normal breathing signs.
5393
5394         * scm/define-grobs.scm (all-grob-descriptions): swap
5395         beamed-extreme-minimum-free-lengths and
5396         beamed-minimum-free-lengths; the 'extreme' case should allow
5397         shorter stems. This fixes forced directions on beamed 32nd and
5398         shorter notes.
5399
5400         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5401         quartertones, not semitones.
5402         (NoteNamesContext): swallow more event types
5403
5404         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5405
5406         * VERSION (PACKAGE_NAME): release 1.9.10
5407
5408 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5409
5410         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5411         set note head as cause of note-column.  This gives a better error
5412         message.
5413
5414 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5415
5416         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5417
5418 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5419
5420         * mf/GNUmakefile (pfa_warning): instruct 
5421
5422         * stepmake/aclocal.m4: typo.
5423
5424         * Documentation/user/cheatsheet.itely: more verbose examples.
5425
5426         * input/regression/clefs.ly: remove bogus docstring.
5427
5428 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5429
5430         * GNUmakefile.in (SUBDIRS): Add elisp.
5431
5432         * elisp/lilypond-mode.el: 
5433         * elisp/lilypond-init.el: 
5434         * elisp/lilypond-indent.el: 
5435         * elisp/lilypond-font-lock.el: Move from top dir.
5436
5437         * stepmake/stepmake/elisp-vars.make: New file.
5438
5439         * config.make.in (elispdir): Add.
5440
5441         * Documentation/topdocs/INSTALL.texi: Typo.
5442
5443         * make/ly-rules.make: Test for files instead of touching void and
5444         ignoring errors.
5445
5446         * GNUmakefile.in:
5447         * make/lilypond.redhat.spec.in:
5448         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5449         <builddir>, adding
5450         
5451              (push "<builddir>/share/lilypond/elisp" load-path)
5452
5453         to your ~/.emacs.el should give you LilyPond-mode again.
5454
5455         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5456         regexp for DOS/Windows, we are too paranoid to fix others.
5457
5458 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5459
5460         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5461
5462         * input/test/chord-names-jazz.ly (banterProperties): fix
5463
5464         * lily/parser.yy (bass_mod): bass figure alterations are semi
5465         tones, not quarter tones
5466
5467         * lily/beam.cc (set_stem_lengths): only lengthen stems
5468         for gapped beams.
5469
5470         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5471         by beamcount.
5472
5473         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5474         a warning that the warning may erroneous.
5475
5476         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5477         target.
5478
5479         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5480         targets.
5481
5482         * GNUmakefile.in ($(config_h)): config.h should depend on
5483         config.hh.in .
5484         (lilypond.words): remove fontball stuff.
5485
5486         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5487
5488         * configure.in: remove pktrace reference.
5489
5490         * GNUmakefile.in (rsync-web): permissions and ownership for
5491         website.
5492
5493         * lily/volta-engraver.cc (staff_eligible): new function.
5494         (stop_translation_timestep): kill off spanners if not eligible.
5495
5496         * VERSION (PATCH_LEVEL): release 1.9.9
5497
5498         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5499
5500         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5501         length is more important than forbidden quants.
5502         
5503 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5504
5505         * buildscripts/lilypond.words: order words in search order,
5506         add lilypond.words.vim to be generated.
5507
5508         * lilypond.vim: use lilypond.words.vim for keyword matching.
5509
5510         * lilypond-mode.el: use search order. fix word selection rules.
5511
5512         * lilypond-font-lock.el: fix fontifying long durations.
5513
5514         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5515
5516 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5517
5518         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5519
5520         * stepmake/stepmake/generic-targets.make:
5521         * stepmake/stepmake/bin/make-version.py: 
5522         * stepmake/aclocal.m4:
5523         * make/stepmake.make:
5524         * make/toplevel-version.make: Build fixes: remove last traces of
5525           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5526
5527         * lily/beam.cc: Add gap-count property.
5528
5529 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5530
5531         * scm/define-grob-properties.scm (gap-count): add gap-count
5532
5533         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5534
5535 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5536
5537         * cygwin/mknetrel.doc: Typo.
5538
5539         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5540
5541         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5542
5543 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5544
5545         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5546         sizes. Remove support for 'ledger'(=tabloid+landscape).
5547
5548 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5549
5550         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5551         sauter PFAs.
5552
5553         * configure.in: remove VERSION stuff once again.
5554
5555         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5556
5557         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5558         for chord names.
5559
5560         * mf/GNUmakefile: always trace pfa fonts.
5561         (SAUTER_FONTS): add cmss[567] too fonts
5562
5563         * configure.in: require mftrace. 
5564
5565         * lily/staff-performer.cc (new_instrument_string): don't look at
5566         instrument property.
5567
5568         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5569         is_direction is the C++ one. Similar for ly_axis_p and
5570         ly_number_pair_p
5571
5572 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5573
5574         * lily/beam.cc (brew_molecule): read gap-count to determine
5575         number of tremolo (gapped) beams.
5576
5577         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5578         shorter than 1/8
5579
5580         * flower/include/array.hh (default_compare): new function
5581
5582         * cygwin/mknetrel: Native fixes.
5583
5584         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5585
5586 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5587
5588         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5589         feature for Windows.
5590
5591         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5592
5593         * cygwin/mknetrel: Updates for native use on Cygwin.
5594
5595         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5596
5597         * stepmake/stepmake/help2man-rules.make: 
5598         * cygwin/mknetrel: Bugfix for manpages.
5599
5600         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5601         $(builddir).  Stepmake is a normal subdirectory now, that is not
5602         configured.  Another srcdir build fix.
5603
5604         * Documentation/topdocs/INSTALL.texi,
5605         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5606         lilypond-init.el, lilypond-mode.el, debian/rules,
5607         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5608         rename generated file lilypond.words to lilypond.words.el.
5609
5610 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5611
5612         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5613
5614         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5615         GNUmakefile.in.
5616
5617 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5618
5619         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5620         when cross building.
5621
5622         * configure.in: srcdir build fix.
5623
5624         * cygwin/GNUmakefile:
5625         * cygwin/lily-wins.py:
5626         * cygwin/postremove-lilypond.sh: 
5627         * cygwin/postinstall-lilypond.sh: Merge from stable.
5628
5629         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5630         s/ly2dvi/lilypond/.
5631
5632 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5633
5634         * lily/slur.cc (after_line_breaking): only set control points if
5635         none supplied yet.
5636
5637         * input/test/slur-manual.ly: new file.
5638
5639         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
5640         <<  >> chords too.
5641
5642         * VERSION (PACKAGE_NAME): release 1.9.8
5643
5644         * scripts/lilypond.py (escape_path): escape spaces in directory names
5645
5646         * input/test/text-spanner.ly: fixes.
5647
5648 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
5649
5650         * buildscripts/lilypond.words.py: add drum names as note names to
5651         Emacs-mode.
5652
5653 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5654
5655         * input/regression/hairpin-dashed.ly: new file.
5656
5657         * scripts/convert-ly.py (conv): warn about dash-length.
5658
5659         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
5660         automatically if we get a new one.
5661
5662         * lily/lookup.cc (dashed_line): new function
5663
5664         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
5665         dash-fraction.
5666
5667 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
5668
5669         * buildscripts/lilypond.words.py: extract note names.
5670
5671         * lilypond-mode.el: take note names from lilypond.words -file.
5672         small fix in the use of string-match.
5673
5674         * lilypond-font-lock.el: use lilypond.words for note names, add 
5675         maxima to note a duration.
5676
5677 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5678
5679         * lily/breathing-sign.cc: remove railtracks() function. 
5680
5681         * input/regression/arpeggio-bracket.ly (texidoc): add file.
5682
5683         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
5684         (brew_molecule): bugfix don't make arpeggio shorter when
5685         arpeggio-direction is set.
5686
5687         *  debian/rules: small corrections in the (Pedro K)
5688
5689         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
5690         examples.
5691
5692         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
5693         special (repeat) bar comes along.
5694
5695         * input/regression/auto-beam-bar.ly: update.
5696
5697         * scripts/lilypond-book.py (output_dict): remove support for the
5698         EPS option.
5699
5700         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
5701         VerticalAlignment and VerticalAxisGroup this fixes the size
5702         computations for the entire system.
5703  
5704         * input/les-nereides.ly (bass): remove superfluous fontSize.
5705
5706         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
5707         causes directory of file to be added to include path.
5708
5709         * input/regression/beam-break.ly: test single stem beams.
5710
5711         * input/regression/system-start-bracket.ly: fix.
5712
5713         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
5714
5715         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
5716
5717         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
5718         (score_stem_lengths): do something sensible for single stem beams.
5719
5720         * lily/beam.cc (least_squares): add kludge for single stem beams.
5721
5722         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
5723         keySignature to list of broken things.
5724
5725         * input/regression/keys.ly: fix.
5726
5727         * VERSION (PACKAGE_NAME): release 1.9.7
5728
5729         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
5730
5731         * Documentation/user/refman.itely (Pitches): doc quarter tones.
5732
5733         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
5734         (quartertone_pitch): new function
5735
5736         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
5737         flat. WARNING: FONT CHANGED.
5738
5739         * ly/nederlands.ly: add -eh and -ih for quarter tones.
5740
5741         * lily/accidental-placement.cc (add_accidental): support for
5742         quarter tones.
5743
5744         * ly/LANGUAGEs.ly: use symbols for alterations.
5745
5746         * mf/feta-toevallig.mf: change accidental codes. 
5747
5748         * scm/lily.scm (ly:get-option): switch on debugging only for
5749         --verbose.
5750
5751         * lily/lily-guile.cc: remove ly:verbose?
5752
5753         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
5754
5755         * lily/parser.yy (TODO): only do gh_call() for apply with
5756         procedure argument.
5757
5758         * lily/tie-engraver.cc (start_translation_timestep): move melisma
5759         stuff in accordance with new timing of tie-events.
5760
5761         * lily/my-lily-lexer.cc: remove \outputproperty
5762
5763         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
5764
5765         * scm/define-translator-properties.scm (melismaBusyProperties):
5766         add melismaBusyProperties property.
5767
5768 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5769
5770         * input/test/ambitus-mixed.ly (texidoc): new file.
5771
5772         * buildscripts/mutopia-index.py (find): prune debugging
5773
5774         * lily/side-position-interface.cc: doc updates
5775
5776         * Documentation/user/refman.itely: updates, tweaks.
5777
5778         * lily/parser.yy (Simple_music): remove outputproperty
5779
5780         * make/stepmake.make: use VERSION again; importing VERSION via
5781         autoconf dependencies is too hairy.
5782
5783 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
5784
5785         * lilypond-mode.el: allow `-' for keywords and identifiers.
5786
5787 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5788
5789         * VERSION: release 1.9.6
5790         
5791         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
5792         iso. ly2dvi.
5793
5794         * Documentation/user/*.itely: fixes everywhere
5795
5796         * lily/completion-note-heads-engraver.cc: rewrite engraver:
5797         produce ties from the engraver itself, do not broadcast TieEvent.
5798
5799         * lily/my-lily-lexer.cc: remove pitch & duration.
5800
5801         * lily/parser.yy (TODO): remove \pitch and \duration
5802
5803         * input/test/explicit.ly: remove file.
5804
5805         * Documentation/user/refman.itely (Pitches): remove \pitch 
5806         \duration command.
5807
5808 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
5809
5810         * buildscripts/lilypond.words.py: add all slur types to Emacs
5811         insertion menu, suppose everything is postfixed by dropping 
5812         unnecessary `-' -marks.
5813
5814 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5815
5816         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
5817         tremoloed stems.
5818
5819         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
5820         head for flagged stems.
5821
5822         * lily/stem.cc (get_default_stem_end_position): futz with extra
5823         stem length if there is a stem tremolo.
5824
5825         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
5826         it would be too small.
5827
5828         * lily/font-metric.cc: return #f for non-existent glyph.
5829         
5830         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
5831         exported through config.make.
5832
5833         * input/regression/clef-oct.ly: new file.
5834
5835         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
5836         transposition.
5837
5838         * input/template/*.ly: remove old relative.
5839
5840         * ly/english.ly: add X names for double sharp.
5841
5842 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5843
5844         * lily/font-select.cc: new file handle font selection routines.
5845
5846         * lily/parser.yy: add ; (Patrick Atamaniuk)
5847
5848         * input/test/time-signature-double.ly: use markups for double time
5849         sigs.
5850
5851         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
5852         ChordNames.SeparationItem #'padding for adjusting space after chords.
5853         
5854         * lily/music-output-def.cc (LY_DEFINE): 
5855         new function ly:paper-lookup.
5856         
5857         * mf/parmesan-clefs.mf: use # quantities for char_box
5858         offsets. Fixes overflow errors in the PFA. 
5859
5860         * scm/new-markup.scm (strut-markup): change calling interface for
5861         markup. Pass paper-def, not grob. This would allow \markup to be
5862         used separately from grobs.
5863
5864         * lily/paper-def.cc: new function ly:paper-font; this function
5865         replaces ly:get-font.
5866
5867         * lily/include/font-interface.hh (struct Font_interface): take
5868         Paper_def iso. Grob for get_font().
5869
5870 2003-09-14  Graham Percival  <gperlist@shaw.ca>
5871
5872         * Documentation/user/ tutorial.itely, refman.itely: add warning
5873         about \key and accidentals.
5874
5875 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5876
5877         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
5878
5879         * Documentation/user/*.itely: manual tweaks
5880
5881 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
5882
5883         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
5884         cleanup; bugfix: exact_center
5885
5886         * Documentation/user/refman.itely: added more documentation on
5887         ambitus according to recent questions on lilypond-user list
5888
5889 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5890
5891         * input/regression/ottava.ly (texidoc): demo 15ma too.
5892
5893         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
5894
5895         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
5896         octave fixes.
5897
5898 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5899
5900         * lily/lexer.ll: add \r to the rules for newlines; this fixes
5901         problems on older Mac editors.
5902
5903 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
5904
5905         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
5906
5907 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
5908
5909         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
5910         mf/parmesan-clefs.mf: added comments on character alignment and
5911         set_char_box() conventions
5912
5913         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
5914         set_char_box()'s
5915
5916         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
5917
5918 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
5919
5920         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
5921
5922 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
5923
5924         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
5925         shortened to avoid almost-collision with staff line; code cleanup;
5926         other custodes: fixed char boxes; code cleanup
5927
5928 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5929
5930         * configure.in: release 1.9.5
5931         
5932         * scripts/lilypond.py (global_latex_preamble): only set
5933         twosideshift if 'twoside' is in latexoptions 
5934
5935         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
5936
5937         * VERSION: remove
5938
5939         * scripts/*2ly.py: update <> syntax
5940
5941 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5942
5943         * lily/chord-name-engraver.cc (process_music): add origin for
5944         chord name.
5945
5946         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
5947
5948         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
5949         bass notes for exceptions too.
5950
5951         * scm/define-grobs.scm (all-grob-descriptions): rename
5952         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
5953
5954         * scm/define-grob-properties.scm (remove-first): add remove-first
5955         property for orchestral scores.
5956
5957         * Documentation/user/*.itely: switch <<>> and <> 
5958
5959         * lily/glissando-engraver.cc (process_music): bugfix: move line to
5960         last_line only once. This fixes the two consecutive glissandi problem.
5961
5962 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
5963
5964         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
5965         error message "flexa-width undefined"
5966
5967         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5968         lily/include/gregorian-ligature.hh: print warning when ignoring
5969         head prefixes on flexa shapes
5970
5971         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
5972         space before a series of inclinatum heads
5973
5974         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
5975         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
5976         cleanups
5977
5978         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
5979         and char_box
5980
5981 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
5982
5983         * input/regression/breathing-sign.ly: tiny fixes
5984
5985         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
5986         semantical collision with vaticana ligatures
5987
5988         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5989         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
5990         now consistent with mensural ligatures
5991
5992         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
5993         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
5994         context pitches and staff position; dto. for virga stem; removed
5995         obsolete virga and clivis characters from parmesan font (WARNING:
5996         font changed)
5997
5998         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
5999         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6000
6001         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6002         scm/define-grob-properties.scm: consistency fix: renamed
6003         join_left->add_cauda
6004
6005         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6006         appendix length; bugfix: yoffs_bt for reverse direction punctum
6007         characters
6008
6009         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6010         small cleanups; added more docu
6011
6012         * lily/mensural-ligature-engraver.cc,
6013         lily/vaticana-ligature-engraver.cc,
6014         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6015         computation to CoherentLigatureEngraver
6016
6017         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6018         scm/define-grob-properties.scm: bugfix: added missing linea and
6019         cavum properties; bugfix: removed dead semivocalis property
6020
6021         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6022         length; redesigned quilisma, stropha and auctum
6023
6024         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6025         line thickness
6026
6027         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6028         Documentation/user/refman.itely: bugfix: introduced shifted
6029         epiphonus head to avoid collision with adjacent plica
6030
6031 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6032
6033         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6034
6035         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6036
6037 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6038
6039         * Documentation/user/tutorial.itely (A lead sheet): remove
6040         duplicate chords.
6041
6042         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6043
6044 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6045
6046         * Documentation/bibliography/computer-notation.bib (isbn): add
6047         xivcim publication.
6048
6049 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6050
6051         * GNUmakefile.in: drop lilypond.words for generation.
6052
6053 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6054
6055         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6056
6057         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6058
6059 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6060
6061         * input/test/figured-bass-alternate.ly (fl): new file.
6062
6063         * Documentation/topdocs/README.texi (Top): clarifications.
6064
6065         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6066         theses of Gieseking and Renz.
6067
6068         * GNUmakefile.in (README_FILES): remove README.mandrake.
6069
6070 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6071
6072         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6073         from source files and search patterns listed in the script.
6074
6075         * GNUmakefile.in: add target `lilypond.words'.
6076
6077         * lilypond.words: remove file, generated by `make lilypond.words'.
6078
6079         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6080
6081 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6082
6083         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6084
6085 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6086
6087         * VERSION: 1.9.4 released
6088
6089         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6090         rule for < > <-> << >> substitution
6091
6092         * lily/lexer.ll: exchange meaning of << >> and < > 
6093
6094         * VERSION (PACKAGE_NAME): 1.9.3 released
6095
6096         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6097         pages unconditionally.
6098
6099 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6100
6101         * Documentation/user/music-glossary.tely (Top): small syntax
6102         fixes.
6103
6104         * scm/music-functions.scm (remove-tag): filter \tagged music
6105         expressions.
6106
6107         * input/regression/tag-filter.ly (texidoc): new file.
6108
6109         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6110         symbol2 .. ) etc. 
6111
6112         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6113         convert rule.
6114
6115         * Documentation/user/refman.itely (Fingering instructions): adjust
6116         manual.
6117
6118         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6119         for borderline cases (e.g. 1 fingering.)
6120         (position_scripts): revise interface, use fingerOrientations to
6121         set fingering positions.
6122
6123         * scm/document-translation.scm (context-doc): add aliases to
6124         automated documentation.
6125
6126         * make/lilypond-vars.make: remove stepmake compat glue.
6127
6128         * make/generic-vars.make: remove cruft.
6129
6130         * lily/main.cc (main): don't identify binary.
6131
6132 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6133
6134         * lily/include/translator.hh (class Translator): remove
6135         type_string_ , use symbol for context name throughout.
6136         Changes through whole source tree.
6137
6138         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6139         set PDF as default, and always make PDF.
6140
6141         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6142
6143 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6144
6145         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6146         Documentation/user/refman.itely input/regression/allfontstyle.ly
6147         input/regression/grace-types.ly:
6148         fix spelling for acciaccatura (Webster's 1913).
6149
6150 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6151
6152         * lily/main.cc (usage): adjust blurb, include url.
6153
6154         * input/regression/breathing-sign.ly (texidoc): transpose up
6155
6156 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6157
6158         * input/regression/breathing-sign.ly: changed ancient examples to
6159         be relevant (by request of Han-Wen); updated BreathingSign text
6160         property according to new syntax.
6161
6162         * ly/gregorian-init.ly: updated BreathingSign text property
6163         according to new syntax
6164
6165 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6166
6167         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6168         (Clef): index entries for clefs.
6169
6170         * python/lilylib.py (system): remove errorlog files.
6171         
6172 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6173
6174         * lilypond.words: add \new and new graces. Add dynamics to menus
6175         keeping 1.8.x compatibility; after all the engraving relating to 
6176         notes becomes postfixed `-' marks will be removed.
6177
6178 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6179
6180         * lily/molecule.cc (align_to): idem.
6181
6182         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6183         
6184         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6185         accacciatura everywhere.
6186
6187         * VERSION (PACKAGE_NAME): released 1.9.2
6188
6189         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6190
6191         * scm/document-markup.scm (markup-doc-node): sort markup function
6192         list.
6193
6194         * lily/paper-outputter.cc (output_version): change "Lily was here"
6195         into  "Engraved by LilyPond"
6196
6197         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6198         on unquoted strings before \notenames.
6199
6200         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6201         increases the number of s/r reductions to 4.
6202
6203         * scm/new-markup.scm (fraction-markup): \fraction command.
6204
6205         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6206         mode
6207
6208         * lily/lookup.cc (round_filled_box): rename function.
6209         (LY_DEFINE): round-filled-box: change signature.
6210
6211         * Documentation/user/refman.itely: revise section explaining grace
6212         notes.
6213
6214         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6215         ly:set-context-property
6216
6217         * input/*/*.ly (vmus): use \new everywhere.
6218
6219         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6220
6221         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6222         default
6223
6224         * scm/music-functions.scm (set-stop-grace-properties)
6225         (set-start-grace-properties, add-grace-property): new functions
6226         for modular grace tweak control.
6227
6228         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6229         
6230 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6231
6232         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6233
6234         * GNUmakefile.in (install-pfa-fonts):
6235         (get-pfa-fonts): New target.
6236
6237         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6238         install-pfa-fonts help.
6239
6240 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6241
6242         * lily/translator-scheme.cc (LY_DEFINE):
6243         ly:context-pushpop-property new function.
6244         (LY_DEFINE): new function ly:translator-find  
6245         new function ly:translator?
6246         (LY_DEFINE): new function ly:context?
6247
6248         * lily/translator-def.cc: remove
6249         Translator_def::apply_pushpop_property().
6250
6251         * python/lilylib.py (read_pipe): only store and display error log
6252         if verbose not set.
6253         (read_pipe): only display log if it contains something.
6254
6255 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6256
6257         * Documentation/misc/GNUmakefile: Re-add.
6258         (TEXTS): Add CHANGES.
6259
6260 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6261
6262         * lilypond.words: add \newcontext.
6263
6264 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * lily/tie-performer.cc (stop_translation_timestep): only flush
6267         tied_notes when we have actually made a tie. Fixes bugs with ties
6268         in polyphonic scores.
6269
6270 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6271
6272         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6273         they do not exist.
6274
6275 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6276
6277         * VERSION (PACKAGE_NAME): released 1.9.1 
6278
6279         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6280         Instrument_name_engraver
6281
6282         * lily/tie-performer.cc (create_audio_elements): bugfix
6283
6284         * Documentation/user/music-glossary.tely (Top): comment out
6285         font-style statements.
6286
6287         * input/test/force-hshift.ly: revise example.
6288
6289         * Documentation/bibliography/engraving.bib (note): typos.
6290
6291         * configure.in: bump GCC requirements to 3.x
6292
6293         * lily/include/audio-item.hh (class Audio_tie): rename
6294         note_l_drul_ to note_drul_
6295
6296         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6297
6298         * lily/parser.yy (relative_music): whoops. All \relative were off
6299         by ...  a lot .... Ahem.
6300
6301         * scm/define-music-types.scm (music-descriptions): idem.
6302
6303         * lily/beam-engraver.cc: move new-beam-event to beam-event
6304
6305         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6306         to Tie_engraver
6307
6308         * input/regression/bar-number.ly: remove unnecessary old-relative
6309         options.
6310         
6311         * Documentation/user/internals.itely (Creating contexts): document
6312         \newcontext
6313
6314         * lily/parser.yy (Composite_music): add \newcontext
6315
6316         * Documentation/user/refman.itely (MIDI block): add note about
6317         dotted tempos.
6318
6319         * scm/font.scm: remove old markup legacy
6320
6321         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6322
6323         * lily/breathing-sign.cc (brew_molecule): remove function
6324
6325         * lily/text-item.cc: remove old-style markups.
6326         (interpret_markup): C++ version of markup function
6327         (brew_molecule): idem.
6328
6329         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6330         as Scheme variable.
6331
6332         * scripts/convert-ly.py (conv): dashes rule.
6333         Apply rule.
6334
6335         * Documentation/user/lilypond-book.itely: syntax fixes. 
6336
6337 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6338
6339         * VERSION (PACKAGE_NAME): release 1.9.0
6340
6341         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6342         note about dvips. (Should backport.)
6343
6344         * scripts/convert-ly.py
6345         (FatalConversionError.articulation_substitute): add
6346         convert-new-chords code. Remove convert-new-chords.py
6347
6348         * Documentation/user/refman.itely (Octave check): document
6349         \octave.
6350
6351         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6352         \relative changes.
6353
6354         * lily/parser.yy (command_element): octave check:
6355
6356            \octave PITCH
6357
6358         checks that PITCH (without octave) yields PITCH (with octave) in
6359         \relative
6360
6361         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6362
6363         * lily/scm-option.cc: ly:set-option now has the default argument
6364         #t.
6365
6366         * lily/lexer.ll: add \renameinput
6367
6368         * python/lilylib.py (command_name): robustifications.
6369
6370         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6371         /dev/stderr. This is ash compatible.
6372
6373         * ly/init.ly: add warning if compatibility was not necessary.
6374
6375         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6376
6377         * flower/include/string-handle.icc: formatting cleanups, rename
6378         references by ref_count_.
6379
6380 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6381
6382         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6383         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6384         package libs separately, fix conflicting php variable out=/dev/vc/
6385         invoking `unset out', declare menus, use only one icon-file, fix
6386         doc-path in menu.
6387
6388 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6389
6390         * scripts/convert-ly.py (FatalConversionError.conv): typo
6391
6392         * Documentation/misc/GNUmakefile: restore misc directory.
6393
6394         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6395
6396         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6397         Petites-Preludes 
6398
6399         * input/test/partial-blank.ly (quickmeasure): syntax
6400
6401         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6402         attachment property.
6403
6404         * Documentation/user/refman.itely: remove superfluous -'s 
6405         (Grace notes): ) fixes.
6406
6407         * lily/music.cc: generic compress(), transpose() functions. Remove
6408         others.
6409
6410         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6411         style markup entry.
6412
6413         * lily/parser.yy: all articulations postfix; remove obligatory -
6414         for [,  ) and \!
6415         
6416         * lily/music.cc (to_relative_octave): write generic
6417         to_relative_octave function; various relative cleanups.
6418         Hmmm.
6419
6420         * lily/scm-option.cc: add options new-relative and old-relative
6421
6422         * po/sv.po: new po file.
6423
6424         * Documentation/user/refman.itely (Dynamics): website
6425         fixes. (should backport!)
6426
6427 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6428
6429         * make/lilypond.mandrake.spec.in: declare version only once.
6430
6431 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6432
6433         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6434         meaning for now.
6435
6436 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6437
6438         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6439
6440         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6441
6442         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6443
6444         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6445
6446         * lily/music.cc (var): add ly:music-transpose function.
6447
6448         * lily/parser.yy (pre_events): remove prefix articulations.
6449
6450         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6451
6452         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6453
6454         * Documentation/user/refman.itely (Text markup): add comment about
6455         markup in header.
6456
6457 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6458
6459         * lily/paper-outputter.cc (write_header_fields_to_file): 
6460         only dump value if it is a string.
6461
6462         * flower/include/dictionary.hh: remove.
6463         
6464         * Documentation/ChangeLog-1.5: add back old log.
6465
6466         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6467         .pfas from a .deb.
6468
6469 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6470
6471         * Documentation/bibliography/engraving.bib: add entry for
6472         Jaschinski's Notation
6473
6474 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6475
6476         * Documentation/user/refman.itely (Beaming): add note about
6477         allowBeamBreak
6478
6479 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6480
6481         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6482         GregorianTranscription contexts
6483
6484         * ly/engraver-init.ly: vaticana contexts: minor fixes
6485
6486         * Documentation/user/refman.itely (Ancient notation): added note
6487         on appendix length bug
6488
6489         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6490         input/test/vaticana.ly: use vaticana contexts; small fixes
6491
6492 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6493
6494         * flower/hash.cc: Remove.
6495
6496         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6497         to (nonexistent?) hash_func_ identifier.
6498
6499         * python/midi.c (midi_error, midi_warning): Use char const* for
6500         __FUNCTION__ argument.
6501
6502         * python/gettext.py: Remove.  We already require python 2.1, which
6503         includes gettext.py.
6504
6505         * configure.in: Require python 2.1, as INSTALL.texi says.
6506         it.
6507
6508         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6509         versions 1.50 and 1.75.  Remove note about lexer patch.
6510
6511 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6512
6513         * Documentation/topdocs/INSTALL.texi: Update type1 font
6514         description to actual situation.  Add comment about new font ball
6515         layout.
6516
6517         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6518         in $LILYPONDPREFIX suffices for installation.
6519
6520 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6521
6522         * debian/control (Build-Depends): Add flex-old as alternative to
6523         flex.  Deprecate bison 1.75.
6524
6525 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6526
6527         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6528         Vaticana contexts
6529
6530         * Documentation/user/refman.itely (Ancient notation): documented
6531         some bugs; tiny fixes; added docu on Vaticana contexts
6532
6533         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6534         scripts
6535
6536 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6537
6538         * Documentation/user/refman.itely (Ancient notation): added some
6539         introductory words; added section on ancient time signatures;
6540         added some @seealso and @refcommands; small fixes and
6541         beautifications
6542
6543 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6544
6545         * input/regression/note-head-style.ly: many fixes and updates
6546
6547         * Documentation/user/refman.itely: added small sections on ancient
6548         accidentals, rests and flags; revised ancient note head section;
6549         small wording/spelling fixes
6550
6551         * input/test/rests.ly: layout fixes
6552
6553 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6554
6555         * input/puer-fragment.ly: bugfix: central C position of do clef
6556
6557         * ly/gregorian-init.ly: workaround: add small padding space before
6558         divisiones (the correct fix would be the spacing engine to handle
6559         this)
6560
6561 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6562
6563         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6564         cue-notes.ly: minor fixes.
6565
6566 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6567
6568         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6569         input/test/custos-style.ly
6570
6571         * Documentation/index.html.in: bugfix: link to Tutorial.html
6572
6573         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6574         to neumes; bugfix: "et": epiphonus, not just a simple pes
6575
6576 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6577
6578         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6579
6580         * lilypond.words: add new features: markup, column, center, \[ \].
6581         
6582 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6583
6584         * Documentation/topdocs/NEWS.texi, DEDICATION,
6585         stepmake/bin/add-html-footer.py
6586         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6587         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6588         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6589         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6590         added (only) after a sentence which is complete; if the sentence is 
6591         not ended a comma `,' or nothing is used. fix also spaces.
6592
6593 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6594
6595         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6596         requirements to plain 1.6.
6597
6598         * buildscripts/mutopia-index.py (read_lilypond_header): update
6599         mutopia-index.py to 1.4 syntax [sic]
6600
6601 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6602
6603         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6604
6605 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6606
6607         * Documentation/index.html.in: url for regression pdf
6608
6609         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6610
6611         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6612
6613         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6614
6615         * VERSION: 1.8.0 released
6616         
6617         * GNUmakefile.in (local-WWW-post): footify build fix.
6618
6619         * configure.in: require GUILE 1.6.4
6620
6621         * Documentation/user/GNUmakefile: don't copy *.png for
6622         lilypond-internals
6623
6624         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6625         local-WWW-post target.
6626         (rsync-web): add rsync-web target
6627
6628         * Documentation/user/introduction.itely (Music notation and
6629         engraving): add neume example
6630
6631         * input/puer-fragment.ly (cantus): add puer-fragment
6632
6633 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6634
6635         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6636         to notes, so that equalizer is actualy being used.
6637
6638         * scm/midi.scm (instrument-equalizer-alist):
6639         (absolute-volume-alist): Define public, so that user can copy or
6640         override.
6641
6642         * lily/key-performer.cc (create_audio_elements): Check for minor
6643         key.  Only if key is minor, set MIDI key to minor.
6644
6645 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6646
6647         * Documentation/user/refman.itely (Hiding staffs): fixes.
6648
6649         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
6650
6651         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
6652         vertical extents to deal with Hara kiri correctly.
6653
6654         * input/regression/hara-kiri-short.ly: remove
6655
6656         * input/regression/hara-kiri-pianostaff.ly: update test.
6657
6658         * Documentation/user/*.tely: remove WEBTITLE
6659
6660         * scm/output-tex.scm (comment): idem.
6661
6662         * scm/output-pdftex.scm: remove GUILE 1.4 glue
6663
6664         * scm/music-functions.scm (make-lyric-event): new function
6665
6666         * scm/lily.scm (lilypond-version): new function
6667
6668         * input/test/version-output.ly: new file.
6669
6670         * Documentation/user/lilypond.tely: add version number to
6671         front-page.
6672
6673 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
6674
6675         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
6676
6677 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6678
6679         * input/template/gregorian-transcription.ly (barTwo): syntax update.
6680
6681         * Documentation/user/refman.itely (Hiding staffs): rename node.
6682
6683 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6684
6685         * input/regression/new-markup-syntax.ly (texidoc): remove
6686         molecule-callback override.
6687
6688 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6689
6690         * input/les-nereides.ly: Mark tweaks with %tweak.
6691
6692         * Debian patch, see debian/changelog (Anthony Fok).
6693
6694 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
6695
6696         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
6697         problem.
6698
6699 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6700
6701         * Documentation/user/refman.itely (Text markup): Fix language bug.
6702
6703 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6704
6705         * input/* : postfix syntax fixes.
6706
6707         * Documentation/user/refman.itely (Text markup): add note about
6708         raise/lower with ^ or _ .
6709         
6710         * po/fi.po: fix \\apply strings.
6711
6712         * lily/parser.yy (open_event): warn for prefix articulations.
6713
6714 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
6715
6716         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
6717         fix also on parmesan font.
6718
6719 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6720
6721         * VERSION 1.7.30 released
6722         
6723         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
6724
6725         * buildscripts/mutopia-index.py (headertext): rewording
6726
6727 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6728
6729         * scm/new-markup.scm (strut-markup): new markup function.
6730
6731         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
6732         space also when no accidental is there.
6733
6734 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
6735
6736         * input/les-nereides.ly: Updates.
6737
6738 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
6739
6740         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
6741         which repeats the tag insertion selected from "Insert tag" menu.
6742
6743 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6744
6745         * lily/all-font-metrics.cc (find_font): load AFM files first only
6746         for feta fonts. This fixes problems with TeXlive and other TeX
6747         distros that include AFM files for the CM fonts. 
6748
6749         * scm/font.scm (qualifiers-to-font-name): remove.
6750
6751         * lily/paper-def.cc: remove get_var.
6752
6753         * input/trip.ly: remove file.
6754         
6755         * input/regression/spacing-note-flags.ly (raggedright): remove
6756         stafflinethickness
6757
6758         * input/les-nereides.ly: update to new syntax, cleanups.
6759
6760 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
6761
6762         * Documentation/user/refman.itely: Clarify shortest-note problem
6763         of autobeamer.
6764
6765 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
6766
6767         * lilypond-mode.el: Add each word to regexps only once.
6768
6769         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
6770         is based on the syntax definitions in lilypond.words. Remove all 
6771         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
6772         LilyPond->Insert menu is generated by the entries in lilypond.words 
6773         to which have been given a syntax definition.
6774
6775         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
6776         \notes, \relative, \score, \simultaneous, \transpose.
6777
6778         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
6779
6780         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
6781         
6782         * lilypond-mode.el: add menu keywords separately.
6783
6784         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
6785
6786 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
6787
6788         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
6789         current ugly installation method for PFA fonts.
6790
6791 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
6792
6793         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
6794         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
6795
6796         * Documentation/user/music-glossary.tely: update legato.
6797
6798 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
6799
6800         * lexer-gcc-3.0.patch: Remove.
6801
6802         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
6803
6804 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6805
6806         * debian/rules (binary-arch): remove NEWS.
6807
6808 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
6809
6810         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
6811         stepmake/bin{ many }: polish the `--help's of different scripts;
6812         model taken from the core-utils of Linux.
6813
6814         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
6815
6816 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6817
6818         * flower/parse-afm.cc (parseCharMetrics): add warnings.
6819
6820         * flower/libc-extension.cc: idem.
6821
6822         * flower/include/libc-extension.hh: protect against isinf macros.
6823
6824 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
6825
6826         * { many }: Use two uppercase letters in LilyPond.
6827
6828         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
6829
6830         * VERSION: 1.7.29 released.
6831         
6832 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6833
6834         * lily/tie.cc: add TODO comment.
6835
6836         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
6837
6838         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
6839         linejoins and linecaps. This fixes problems with occasional spikes
6840         on slur/tie endings.
6841         
6842         * input/regression/font-name.ly: don't use PS fonts for
6843         compatibility reasons. 
6844
6845         * mutopia/claop.py (accents): update to 1.8
6846
6847         * Documentation/user/music-glossary.tely (Top): remove 13pt.
6848
6849         * Documentation/user/macros.itexi: don't color glossary links.
6850
6851         * Documentation/user/invoking.itexi (Error messages): new section
6852
6853 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6854
6855         * input/regression/font-name.ly: add file.
6856
6857         * scm/document-backend.scm (grob-doc): remove <hr> from
6858         lilypond-internals
6859
6860         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
6861         reqd version to 1.6.4 
6862
6863         * lily/font-interface.cc (get_font): bugfix: take font-name from
6864         alist chain too. This fixes font-name override for \markup.
6865
6866 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6867
6868         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
6869
6870         * input/test/polymetric-differing-notes.ly: Compile fix.
6871
6872 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
6873
6874         * Documentation/user/refman.itely: fixed typo
6875
6876         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
6877         before flexa
6878
6879 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6880
6881         * input/test/{ many }: search & fix some typos.
6882
6883 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6884
6885         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
6886         images.
6887
6888         * scm/music-functions.scm (make-voice-props-set): set Script /
6889         TextScript dir for polyphony too.
6890
6891         * scm/define-grobs.scm (all-grob-descriptions): decrease space
6892         before clef.
6893
6894         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
6895
6896 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
6897
6898         * Documentation/user/refman.itely (Percussion): Small
6899         clarifications and fixes.
6900
6901         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
6902         threads. This fixes different heads playing simultaneously.
6903
6904 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
6905
6906         * Documentation/user/{ many }: increase readability (read through 
6907         User manual from `one big page').
6908
6909 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6910
6911         * input/test/polymetric-differing-notes.ly: add example with
6912         disparate note values.
6913
6914         * input/test/polymetric.ly: rename from poly-metric
6915
6916         * scripts/ly2dvi.py (include_path): bugfix: use outbase
6917         iso. outname.
6918
6919         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
6920         G-clef bbox to real char extents. This fixes the G-clef being
6921         offset too much to the right.
6922         document perc clef offset.
6923
6924         WARNING: FONT CHANGED.
6925
6926         * Documentation/user/tutorial.itely (Tutorial): move menu.
6927
6928 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6929
6930         * buildscripts/lilypond-profile.sh (Error): trim error message.
6931
6932         * Documentation/user/invoking.itexi (Invoking the lilypond
6933         binary): add note about path.
6934
6935         * Documentation/user/macros.itexi: add @c at EOL, hopefully
6936         suppresses superfluous spaces.
6937
6938 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6939
6940         * buildscripts/lilypond-profile.sh: Add documentation to error
6941         message.
6942
6943         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
6944
6945 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6946
6947         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
6948         <mike@ossmann.com>)
6949
6950         * Documentation/bibliography/computer-notation.bib (pages): prune
6951         unscientific language.
6952
6953         * Documentation/user/GNUmakefile: copy unsplit file to
6954         lilypond.html (idem for lilypond-internals).
6955
6956         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
6957
6958         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
6959
6960         * python/lilylib.py (lilypond_version): 2.1 proof version check.
6961
6962         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
6963         fix.
6964         
6965 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
6966
6967         * Documentation/user/{ various }: bind text snippets with their
6968         examples, e.g. by punctuation: This is an example.
6969
6970 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6971
6972         * ly/performer-init.ly (VoiceContext): Typos.
6973
6974         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
6975         builds, leave final-install to toplevel srcdir makefile.
6976
6977         * make/srcdir.make.in (install): New target.
6978
6979 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6980
6981         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
6982         This fixes core dump on MIDI output (Simon Weatherill).
6983
6984         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
6985         on local-WWW-post.
6986
6987 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6988
6989         * make/lilypond.redhat.spec.in: add dvips to reqs.
6990
6991 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
6992
6993         * make/srcdir.make.in (web): Add special web target.
6994
6995         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
6996         from inner $(LOOP).
6997
6998         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
6999
7000         * stepmake/stepmake/generic-targets.make (www-targets-help):
7001         * GNUmakefile.in (web-install): Install in $(webdir).
7002
7003         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7004
7005         * cygwin/changelog: 
7006         * cygwin/mknetrel: Update.
7007
7008         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7009         (html-doc): Remove (use: web).
7010
7011         * stepmake/stepmake/script-rules.make: 
7012         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7013         Fix $(config_make) dependencies for srcdir build.
7014
7015         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7016         target for srcdir build.
7017
7018         * stepmake/make/stepmake.make: 
7019         * make/srcdir.make.in: 
7020         * GNUmakefile.in:
7021         * make/stepmake.make (config_make): Rename variable (was:
7022         configuration).
7023
7024 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7025
7026         * Documentation/user/internals.itely (Manipulating music
7027         expressions): run lilypond on example too.
7028
7029         * flower/include/libc-extension.hh: move lrint define to
7030         header. bugfix.
7031         
7032 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7033
7034         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7035         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7036         do we recurse whole tree?).
7037
7038         * GNUmakefile.in (html-doc): Resurrect.
7039
7040         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7041         obsolete $(package-icon) dependency.
7042
7043 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7044
7045         * Documentation/user/refman.itely (Automatic staff changes):
7046         add seealso 
7047
7048         * Documentation/index.html.in: link to bigpage.
7049
7050         * Documentation/user/tutorial.itely (Tutorial): streamline.
7051
7052         * Documentation/index.html.in: url typo.
7053
7054         * VERSION (PACKAGE_NAME): release 1.7.28
7055
7056         * python/lilylib.py (error_log): remove '/' from name.
7057
7058         * input/regression/pedal.ly: remove; dups input/test/
7059         
7060         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7061
7062         * Documentation/index.html.in: python style doco index.
7063
7064         * Documentation/{footer,header}.html.in (src): remove, 
7065
7066         * Documentation/pictures: remove all but lelie-logo.xpm.
7067
7068         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7069         before running makeinfo.
7070
7071         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7072         @code{}
7073
7074 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7075
7076         * input/test/bar-number-regular-interval.ly: rename.
7077
7078         * Documentation/user/*: various fixes. 
7079
7080 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7081
7082         * Documentation/{ many }: polish for update-all-menus. typos.
7083
7084         * po/fi.po: fixes.
7085
7086         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7087
7088         * buildscripts/mutopia-index.py: polish.
7089
7090         * input/regression/{ many }, input/test{ many }: polish texidocs.
7091
7092 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7093
7094         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7095         pedal-style
7096
7097         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7098         iso. edge-widen.
7099
7100         * lily/piano-pedal-engraver.cc (process_music): change from
7101         process_acknowledged ()
7102
7103         * lily/piano-pedal-bracket.cc: new file. Change
7104         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7105         cleaned up.
7106
7107         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7108
7109         * input/regression/tuplets.ly (texidoc): rename file.
7110
7111         * po/fr.po: update
7112
7113         * buildscripts/lilypond-profile.sh: error message if script is not
7114         sourced.
7115
7116         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7117         bracket-flare
7118         (make_bracket): simplify code.
7119
7120         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7121         argument.
7122
7123         * python/lilylib.py (lilypond_version_check): new function
7124
7125         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7126
7127         * scripts/ly2dvi.py (run_lilypond): add version check.
7128
7129         * scripts/lilypond-book.py (option_definitions): typo
7130
7131         * scripts/ly2dvi.py (include_path): typo
7132
7133         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7134
7135         * lily/parse-scm.cc (parse_handler): typo
7136
7137         * Documentation/user/macros.itexi: use @heading for headings.
7138
7139         * Documentation/user/refman.itely: updates, fixes.
7140
7141 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7142
7143         * po/fi.po: add Finnish translations. fixes.
7144
7145         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7146
7147         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7148         from lily/glissando-engraver.cc.
7149
7150 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7151
7152         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7153         for non-first _broken_ bracket.
7154
7155         * Documentation/user/refman.itely: corrections.
7156
7157 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7158
7159         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7160         support of the fingerings.
7161
7162         * po/fr.po: French translation update.
7163
7164         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7165         strings.
7166
7167 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7168
7169         * Documentation/user/introduction.itely: Small fixes.
7170
7171 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7172
7173         * Documentation/topdocs/AUTHORS.texi: polish.
7174
7175 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7176
7177         * Documentation/user/introduction.itely: revise
7178
7179         * Documentation/user/tutorial.itely: reorganise.
7180
7181         * Documentation/topdocs/index.tely: remove.
7182
7183         * Documentation/header.html.in: prune.
7184
7185         * GNUmakefile.in: clean up web building.
7186
7187         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7188         target.
7189
7190 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7191
7192         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7193
7194         * lilypond-mode.el: turn on blink-matching-paren.
7195
7196 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7197
7198         * scm/output-sodipodi.scm (svg-header): Fix typo.
7199
7200 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7201
7202         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7203         fixes a security hole.
7204
7205         * scripts/lilypond-book.py (original_dir): remove temp_dir
7206
7207         * scm/document-translation.scm: use @code tags.
7208
7209 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7210
7211         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7212
7213         * lilypond-mode.el: add a buffer-local post-command-hook to set
7214         context dependent syntax-table after each cursor event. Remove old
7215         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7216
7217         * lilypond-indent.el: update comments.
7218
7219         * Documentation/footer.html.in: add period.
7220
7221 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7222
7223         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7224
7225         * scm/document-translation.scm (document-property-operation): add
7226         @code{} tags.
7227
7228         * VERSION (PACKAGE_NAME): release 1.7.27
7229
7230         * config.make.in: add PAPER variable
7231
7232         * buildscripts/new-chords.py (help): add help text
7233
7234         * Documentation/user/introduction.itely (Typography and program
7235         architecture):  fixes.
7236
7237         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7238         for texinfo and dvips. This fixes problems with PDF output of the
7239         wrong size.
7240
7241         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7242         DVIPS_PAPERSIZE variable
7243
7244         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7245         TEXINFO_PAPERSIZE variable 
7246
7247 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7248
7249         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7250
7251         * mf/feta-toevallig.mf: lowres fixes.
7252
7253 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7254
7255         * NEWS: Typo and fill-paragraph fixes.
7256
7257         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7258         cast #define.
7259
7260         * configure.in: 
7261         * config.hh.in: Check for lrint.
7262
7263 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7264
7265         * VERSION: 1.7.26 released
7266
7267         * lily/separation-item.cc: add padding property.
7268
7269         * input/test/*.ly: various fixes, remove solo-a2.ly
7270
7271         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7272         bugfix. Fixes old-style markup compatibility.
7273
7274         * Documentation/user/introduction.itely (Introduction): historical
7275         elucidations
7276
7277         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7278
7279         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7280
7281         * Documentation/index.texi (Top): cleanup.
7282
7283         * Documentation/user/introduction.itely (Introduction): rewrite
7284         introduction, 
7285         (Music notation and  engraving): about notation. Add flat-picture
7286
7287 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7288
7289         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7290         separation items. This keeps lyrics from bumping into each other.
7291
7292 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7293
7294         * GNUmakefile.in (topdocs-web): New target.
7295         (local-web): Depend on topdocs-web; fixes html-doc.
7296
7297 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7298
7299         * po/lilypond.pot: run po-replace
7300
7301         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7302
7303         * scm/drums.scm (reset-drum-kit): new function.
7304
7305         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7306
7307         * scripts/update-lily.py: remove
7308         
7309         * VERSION: release 1.7.25
7310         
7311         * Documentation/user/introduction.itely (Introduction): rewrite
7312         start of introduction.
7313
7314 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7315
7316         * lily/all-font-metrics.cc: fixed typo
7317
7318 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7319
7320         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7321         LilyPond-mode-context-set-syntax-table): new functions to define
7322         the syntax table according to context.
7323
7324         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7325
7326 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7327
7328         * Documentation/user/refman.itely (Figured bass): 
7329         language nit courtesy http://www.vocabula.com
7330
7331         * GNUmakefile.in: remove no kpathsea hack.
7332
7333         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7334         doco.
7335
7336         * GNUmakefile.in: remove web-doc target.
7337
7338         * lily/all-font-metrics.cc (find_afm): add message about
7339         buildscripts/clean-fonts.sh 
7340
7341         * scm/define-music-properties.scm (figure): use string for 'figure
7342
7343         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7344
7345         * input/regression/ : add raggedright = ##t where applicable. 
7346         
7347         * scm/bass-figure.scm (make-bass-figure-markup): add
7348         alignBassFigureAccidentals property.
7349
7350         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7351         bracket.
7352
7353         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7354         syllables widths into account for minimum-length.
7355
7356         * input/test/staff-container.ly: update file
7357
7358         * input/test/stem.ly: remove
7359
7360         * lily/event.cc (LY_DEFINE): add ly: prefix.
7361
7362         * input/test/clef-manual-control.ly: from manual-clef
7363
7364         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7365
7366         * input/test/different-time-signatures.ly: move to poly-metric.ly
7367
7368         * input/test/hara-kiri*,scales.ly: remove
7369         
7370         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7371         with chord-names-jazz.ly)
7372
7373         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7374         get scalable cm fonts too.
7375
7376         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7377         --encoding for mftrace if present.
7378
7379         * input/regression/slur-area.ly: move from test/
7380
7381         * input/test/: remove simple-slur-endings slur-attachment
7382         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7383         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7384         slur-symmetry slur-symmetry tie-broken.ly
7385
7386         * scm/drums.scm (set-drum-kit): add function.
7387
7388         * Documentation/user/refman.itely (Percussion staves): use
7389         set-drum-kit
7390
7391         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7392         too
7393         (Global_measure.set_timesig): handle 3/8 time sig too.
7394
7395         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7396         note about triangle note heads.
7397
7398         * scm/drums.scm: use alist for instrument-settings. This fixes the
7399         bug with assigning to drums in the .ly file.
7400
7401         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7402         CHANGED.
7403
7404         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7405         cluster-beacon-interface
7406
7407         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7408
7409         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7410
7411         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7412
7413         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7414         to get positions.
7415
7416         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7417         make ClusterSpannerBeacon to record Y positions. This removes the
7418         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7419         make cluster-note-events.
7420
7421 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7422
7423         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7424
7425         * configure.in: Use lily/main.cc as identifying source file.
7426
7427         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7428
7429         * config.hh.in: 
7430         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7431
7432         * configure.in: Require PYTHON >= 2.0.
7433
7434         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7435           $PYTHON for include dir location.
7436         (STEPMAKE_PYTHON): New function.  Use
7437         
7438             PYTHON=foo ./configure
7439
7440           to override.
7441
7442 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7443
7444         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7445         something.
7446
7447         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7448         ftp.lilypond.org everywhere.
7449
7450 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7451
7452         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7453         detected.
7454
7455         * Documentation/user/refman.itely (Grace notes): note on explicit
7456         contexts
7457
7458 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7459
7460         * lilypond-font-lock.el: add a comment about LilyPond specific
7461         escape characters: ^, - and _, in the syntax table.
7462
7463         * Documentation/user/appendices.itely: a majuscule fix.
7464
7465 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7466
7467         * input/test/trills.ly (endHorizScript): fixes.
7468
7469         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7470         notation, move from regression.
7471
7472         * input/test/script-stack.ly: change name from stacked-scripts
7473
7474         * input/test/ossia.ly: octave errors.
7475
7476         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7477         for midi-volume-equaliser
7478
7479 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7480
7481         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7482         cm fonts.
7483
7484         * mf/feta-beugel.mf: don't multiply font_count by 10.
7485
7486         * lily/lookup.cc (horizontal_line): new function. Use
7487         horizontal-line in output backends.
7488
7489         * Documentation/user/tutorial.itely (An orchestral part): new
7490         section on orchestral stuff and identifiers.
7491
7492 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7493
7494         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7495         some interference to other modes.
7496
7497 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7498
7499         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7500         not maximum of spacing wishes in polyphonic situations.
7501
7502         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7503         number
7504
7505         * lilypond-indent.el: remove paren matching. 
7506
7507         * lily/text-item.cc (interpret_new_markup): new function
7508         use iso. text2molecule.
7509
7510         * lily/main.cc (notice): change FSF address 
7511
7512         * po/de.po: update PO file to 1.6.
7513
7514 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7515
7516         * Documentation/user/ {many}: Add periods and remove spaces.
7517         
7518 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7519
7520         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7521         Disable buffer-locally default paren hook and make a new one. 
7522
7523         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7524         locally LilyPond-paren-mode. Add todo for mouse double-click.
7525
7526 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7527
7528         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7529         Disable buffer-locally default paren idle timer and make a new one. 
7530
7531         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7532         locally LilyPond-show-paren-mode. Add to menu a toggle for
7533         LilyPond-show-paren-function.
7534
7535 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7536
7537         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7538
7539 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7540
7541         * Documentation/user/refman.itely: spelling fix.
7542
7543         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7544         paren highlight function definitions. add todo for
7545         LilyPond-show-paren-mode.
7546
7547 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7548
7549         * input/template/jazz-combo.ly: new file.
7550
7551 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7552
7553         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7554         lo-res fixes.
7555
7556         * mf/feta-schrift.mf: bugfix in varcoda sign.
7557         WARNING: FONT CHANGED
7558
7559         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7560         in accordance with lexer.ll.   
7561
7562 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7563
7564         * Documentation/user/tutorial.itely: Edit introduction.
7565
7566 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7567
7568         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7569         ly:grob-staff-position
7570
7571 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7572
7573         * scm/to-xml.scm: import srfi-1
7574
7575         * VERSION (MAJOR_VERSION):  release 1.7.24
7576
7577         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7578
7579         * scripts/lilypond-book.py (do_file): put texidoc before image.
7580         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7581
7582         * input/regression/*.ly: fix snippet octaves 
7583
7584         * input/test/spanner-after-break-tweak.ly: import
7585         broken-spanner-adjustment
7586
7587         * input/no-notation/midi-transposing.ly: move from input/test/
7588
7589         * input/test/: remove chord-markup
7590
7591         * input/regression/instrument-name-partial.ly: move from input/test.
7592
7593         * input/test/vertical-text.ly: remove
7594
7595         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7596         space above lyrics lines.
7597
7598         * input/test/uniform-breaking.ly: remove file.
7599
7600         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7601         uniform spacing density. 
7602
7603         * input/test/chords.ly (keys): remove file.
7604
7605         * scm/documentation-lib.scm (oop): use srfi-1 too.
7606
7607         * input/regression/*.ly: add \version
7608
7609         * Documentation/user/*.itely: various fixes.
7610
7611         * buildscripts/mf-to-table.py (base): break table every three
7612         symbols.
7613
7614         * input/:  remove %% new-chords-done %% .
7615
7616         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7617         os-music.ly
7618         
7619 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7620
7621         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7622
7623         * scm/new-markup.scm (box-markup): new function.
7624         (box-markup): new function. Contributed by Dick Schoeller
7625         <schoeller@attbi.com>
7626
7627         * scm/lily.scm: remove reduce-no-unit 
7628         (list-insert-separator): use fold-right
7629
7630         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7631         of arguments. 
7632
7633         * NEWS: more neutral language for ancient notation 
7634
7635         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7636         inside pointing beaming for chord tremolo.
7637
7638         * Documentation/user/lilypond-book.itely: minor editing
7639
7640 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
7641
7642         * NEWS: added news for 1.8 regarding ancient notation
7643
7644         * Documentation/user/refman.itely (Gregorian square neumes
7645         ligatures): fixed typo
7646
7647         * lily/vaticana-ligature-engraver.cc,
7648         lily/include/vaticana-ligature.hh: bugfix: use special heads for
7649         lower/upper head of Pes only when heads are stacked
7650
7651         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
7652         scm/define-grob-properties.scm: cleanup: make "join-left" a
7653         boolean grob property and save delta pitch in grob property
7654         "delta-pitch" instead
7655
7656         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
7657
7658 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7659
7660         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
7661         completely borked
7662
7663         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
7664         (try_music): bug fix: beam multiplicity was completely borked.
7665
7666         * scm/lily.scm: remove tail, filter-list, filter-out-list,
7667         first-n, butfirst-n in favor of srfi-1 functions.
7668         remove string-join, string-pad in favor of srfi-13 functions.
7669
7670         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
7671
7672         * NEWS: use complete sentences.
7673
7674         * Documentation/user/introduction.itely (Example applications):
7675         add note about databases and lilypond-book.
7676
7677         * input/test/volta.ly: remove file
7678
7679         * input/regression/volta-broken-left-edge.ly: simplify file
7680
7681 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7682
7683         * Documentation/user/refman.itely (Constructing a tweak): new
7684         subsection.
7685
7686         * Documentation/user/tutorial.itely (Fine tuning layout): add
7687         common tweaks.
7688
7689         * scm/define-grobs.scm (TextScript): use new brewer.
7690
7691 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7692
7693         * VERSION: release 1.7.23
7694
7695         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
7696
7697         * python/lilylib.py (make_ps_images): bugfixes.
7698
7699         * input/regression/volta-multi-staff.ly: new file.
7700
7701         * Documentation/user/macros.itexi: refcommands, refcommand macros.
7702
7703         * Documentation/user/tutorial.itely (Piano staffs): new section.
7704         (Setting variables): new section
7705         (Fine tuning layout): new section
7706
7707         * input/just-friends.ly: remove file. Superseeded by
7708         input/test/chords-without-melody.ly
7709
7710         * ly/property-init.ly: add all commands to refman.
7711
7712         * scm/define-translator-properties.scm: remove
7713         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
7714
7715         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
7716         name. Underscores botch up PS output.
7717
7718         * scm/define-translator-properties.scm: remove
7719         textNonEmpty, oneBeat, regularSpacingDelta
7720
7721         * scripts/convert-ly.py (FatalConversionError.conv): conversion
7722         rule for automaticBars.
7723
7724         * lily/timing-engraver.cc (start_translation_timestep): change
7725         barNonAuto to automaticBars
7726
7727 2003-06-30  Graham Percival  <gperlist@shaw.ca>
7728
7729         * input/test/perform-tie.ly: delete file.
7730
7731 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
7732
7733         * Documentation/user/refman.itely (Gregorian square neumes
7734         ligatures): bugfix: do not show ledger lines in neumes table
7735         (fixed by setting staff symbol to transparent rather than removing
7736         it from staff context)
7737
7738 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7739
7740         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
7741         glue into brew-new-markup-molecule.
7742
7743         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
7744
7745         * Documentation/user/introduction.itely (Computerized typography):
7746         new section
7747
7748         * Documentation/user/tutorial.itely (An orchestral part): remove
7749         pc example from tutorial.
7750
7751         * input/tutorial/lilbook.tex: use screech-boink
7752
7753         * scripts/lilypond-book.py (compile_all_files): split formatting
7754         output body and scheduling lilypond compilation.
7755         (format_lilypond_output_bodies): new function
7756         (format_lilypond_block): new function
7757         (html_pages): allow multi-page images in HTML
7758
7759         * python/lilylib.py (make_ps_images): rename function from
7760         make_preview, merge with make_page_images
7761
7762 2003-06-28  Graham Percival  <gperlist@shaw.ca>
7763
7764         * input/test/key-clefs.ly: moved to regression.
7765
7766         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
7767
7768         * input/no-notation/README: added note about midi-*.ly files.
7769
7770         * input/test/two-key.ly: moved to no-notation/parse5.ly
7771
7772         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
7773         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
7774
7775         * input/test/ {various}: modified comments, marked some for deletion.
7776
7777         * input/test/lines.ly: deleted file; duplicate of
7778         embedded-postscript.ly
7779
7780         * input/test/mmrest-collision: moved to regression.
7781
7782 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7783
7784         * scm/chord-name.scm (note-name->markup): don't superscript root
7785         alterations in chordnames.
7786
7787 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7788
7789         * Documentation/user/refman.itely (Multi measure rests): more
7790         index/cross-referencing.
7791
7792         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
7793
7794         * scm/font.scm: remove properties-to-font-name code.
7795
7796         * scm/define-grob-properties.scm: remove 'type
7797
7798         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
7799         conversion
7800
7801         * lily/text-spanner.cc: change 'type grob prop to 'style 
7802
7803         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
7804         "first" flag to decide whether to make a start-repeat
7805
7806         * input/regression/grace-volta-repeat-2.ly: new file.
7807
7808 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7809
7810         * lilypond-indent.el: rename generic functions to LilyPond-*
7811
7812 2003-06-22  Graham Percival  <gperlist@shaw.ca>
7813
7814         * input/test/thumb.ly: delete, merged into refman.
7815
7816         * Documentation/user/refman.itely: added thumb info to Fingering.
7817
7818         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
7819         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
7820         vertical-align.ly : deleted files.
7821
7822 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7823
7824         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
7825
7826         * lily/line-spanner.cc (broken_trend_offset): remove function.
7827         (get_broken_offset): idem.
7828         (brew_molecule): rewrite the line-break case.
7829
7830         * input/regression/follow-voice-break.ly:  new file.
7831
7832         * lily/line-spanner.cc (after_line_breaking): remove lines at the
7833         start of a system.
7834
7835 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7836
7837         * input/test/tuplet-rest.ly: moved to regression.
7838
7839         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
7840         deleted file.
7841
7842         * input/test/ {many} : marked file for possible deletion.
7843
7844 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7845
7846         * input/regression/beam-funky.ly: add note about (disputed)
7847         correct beaming.
7848
7849         * ly/engraver-init.ly (ScoreContext): put key-signature after
7850         staff-bar
7851         
7852 2003-06-20  Graham Percival  <gperlist@shaw.ca>
7853
7854         * input/test/ broken.ly lyric-phrasing.ly: deleted.
7855
7856         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
7857
7858         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
7859
7860         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
7861         stem-extend was deleted (it was duplicate example, and not as
7862         good).
7863
7864         * input/test/[s-z]*.ly: add texidoc index.
7865
7866 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7867
7868         * lily/slur.cc (get_boundary_notecolumn_y): change name from
7869         get_first_notecolumn_y
7870
7871         * lily/spanner.cc (broken_spanner_index): new function.
7872
7873 2003-06-19  Graham Percival  <gperlist@shaw.ca>
7874
7875         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
7876         lyric-hyphen.ly : moved to regression.
7877
7878         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
7879         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
7880
7881         * input/test/instrument-name-mmrest.ly: moved to
7882         ../regression/multi-measure-rest-instr-name.ly
7883
7884         * input/test/knee-sym.ly: moved to
7885         ../regression/beam-knee-symmetry.ly.
7886
7887         * input/test/hymn.ly: change comments.
7888
7889         * input/test/[p-r]*.ly: add texidoc index.
7890
7891 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7892
7893         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
7894         to postfix syntax
7895         
7896         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
7897         syntax.
7898
7899         * VERSION: release 1.7.22
7900
7901 2003-06-18  Graham Percival  <gperlist@shaw.ca>
7902
7903         * input/test/[h-k]*.ly: added texidoc index.
7904
7905         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
7906
7907         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
7908
7909         * input/test/ various : mark files for deletion or moving to
7910         regression.
7911
7912         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
7913
7914         * input/test/[l-o]*.ly: added texidoc index.
7915
7916 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7917
7918         * scm/music-functions.scm (make-ottava-set): 
7919         only do ottavation if centralCPosition is set.
7920
7921         * lily/translator-scheme.cc (ly:context-property-where-defined):
7922         return '() if not found.
7923
7924 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
7925
7926         * lilypond-mode.el (LilyPond-un-comment-region): removed.
7927         Use one command for both commenting and uncommenting.
7928
7929         * lilypond-indent.el (LilyPond-comment-region): new function,
7930         (un)comments each line separately.
7931
7932         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
7933         
7934         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
7935         imenu is not added by default; adapted from f90.el,
7936         makes Help-menu, which does not fit, visible in XEmacs.
7937         
7938 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
7939
7940         * lilypond-mode.el: Set show-paren-mode local; minor-mode
7941         show-paren-mode sets blink-matching-paren-on-screen local.
7942         Try to make show-paren-function to paren-highlight local.
7943
7944         * lilypond-indent.el (LilyPond-scan-sexps): new function.
7945         Copy definitions of Emacs' show-paren-function and
7946         XEmacs' paren-highlight and make minimal changes;
7947         add comments about locality. 
7948         Fix matching first open-paren-char in '<< .. >>'.
7949
7950 2003-06-16  Graham Percival  <gperlist@shaw.ca>
7951
7952         * input/test/g*: added texidoc index.
7953
7954         * input/test/[a-g]*: added raggedright==#t when it
7955          seemed appropiate.
7956
7957         * input/test/ fake-grace.ly figured-bass.ly : removed file.
7958
7959         * Documentation/topdoc/INSTALL.texi: removed false warnings
7960         about gcc 3.3.
7961
7962 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7963
7964         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
7965
7966         * input/test/chords-without-melody.ly (texidoc): add from
7967         input/just-friends.ly
7968
7969         * input/regression/size{13--26}.ly: move from input/
7970
7971         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
7972         input/{star-spangled-banner,twinkle}.ly: remove 
7973         
7974         * lily/slur.cc: remove slur over rest warnings.
7975
7976         * lily/note-spacing.cc (get_spacing): include left part of right
7977         object in fixed space. This fixes stretched space before
7978         accidentals.
7979
7980         * input/regression/spacing-accidental-stretch.ly: new file.
7981
7982 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
7983
7984         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
7985         Reduce to 16pt.
7986
7987 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7988
7989         * input/regression/spacing-knee.ly: docstring
7990
7991         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
7992
7993         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
7994         input/tutorial/{test,solar,flowing}.ly: remove
7995
7996         * input/rhythm.ly: remove
7997
7998         * input/mutopia/F.Schubert/standchen.ly: update syntax.
7999
8000         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8001         update syntax. 
8002
8003         * scm/define-grobs.scm (all-grob-descriptions): set
8004         knee-spacing-correction to 1.0
8005
8006         * lily/note-spacing.cc (stem_dir_correction): compute knee
8007         correction using stem-thickness and head width.
8008
8009         * input/regression/beam-quanting-horizontal.ly: update texidoc
8010
8011         * scm/define-grobs.scm (all-grob-descriptions): set
8012         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8013         This fixes 32nd beams for noteheads in spaces quants.
8014
8015         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8016
8017 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8018
8019         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8020
8021 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8022
8023         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8024
8025         * VERSION (PACKAGE_NAME): release 1.7.21
8026
8027         * input/regression/stem-shorten.ly: new file.
8028
8029         * lily/stem.cc (get_default_stem_end_position): revise stem
8030         shortening code.
8031
8032         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8033
8034         * input/test/{scripts,volta-start,sleur}.ly: remove
8035         
8036         * input/regression/span-bar.ly: smaller file.
8037
8038         * input/regression/spacing-{natural,tight,loose}.ly: remove
8039
8040         * input/test/markup.ly: remove
8041
8042         * scripts/lilypond-book.py: put printfilename in separate chunk,
8043         so texidoc is printed after the filename.  
8044
8045 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8046
8047         * make/lilypond.mandrake.spec.in: fix docdirs.
8048
8049 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8050
8051         * input/regression/beam-french.ly: bugfix.
8052
8053         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8054
8055         * input/regression/(various).ly: add raggedright = #t.
8056
8057         * input/regression/auto-beam.ly: move from abe.ly
8058
8059 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8060
8061         * input/test/f*.ly: added texinfo index.
8062         
8063         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8064
8065 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8066
8067         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8068         quant penalty for beam just outside staff.
8069
8070         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8071         from beam-pos.ly,  remove non-horizontal tests. 
8072
8073         * input/test/(various): cleanup header info. 
8074
8075         * input/test/tchaikovsky.ly: remove file.
8076
8077         * scm/chord-generic-names.scm: move from
8078         double-plus-new-chord-name.scm
8079
8080         * input/test/orchestscore.ly: remove file
8081
8082         * Documentation/user/refman.itely (Vocal music): update documentation.
8083
8084         * scm/define-translator-properties.scm (chordNoteNamer): remove
8085         chordNameStyle, use chordNameFunction
8086
8087         * scm/chord-name.scm (set-chord-name-style): remove
8088         set-chord-name-style. Use \property chordNameFunction.
8089
8090 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8091
8092         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8093         music): remove @TeX{} command.
8094
8095 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8096
8097         * lilypond-indent.el (scan-sexps): Renamed to
8098         aargh-this-breaks-other-emacs-modes-scan-sexps.
8099
8100 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8101
8102         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8103         closing slurs: '()', etc. Add comments.
8104
8105         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8106
8107         * lilypond-font-lock.el: match unending string at eof.
8108
8109         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8110         
8111 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8112
8113         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8114         input/test/beam-dir.ly input/test/beam-position.ly    
8115         input/test/beam-suspect.ly input/test/beam-trend.ly    
8116         input/test/beams.ly input/test/crescendo-text.ly : deleted
8117         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8118         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8119         * input/test/default-bars.ly: moved to bar-always.ly
8120         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8121
8122 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8123
8124         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8125
8126 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8127
8128         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8129
8130 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8131
8132         * lilypond-indent.el: Match better slurs in scheme expressions.
8133         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8134
8135         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8136
8137 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8138
8139         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8140
8141         * input/ac-extra-voice.ly: Add texidoc.
8142
8143         * ly/chord-modifiers-init.ly: 
8144         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8145         and chordNameExceptionsPartial for new chord names.
8146
8147         * input/test/chord-names-dpnj.ly: 
8148         * input/test/dpncnt.ly: Update.
8149
8150         * scm/chord-name.scm: 
8151         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8152         chord selection and options.
8153
8154         * ly/chord-modifiers-init.ly: Add exceptions 
8155
8156         * scm/define-translator-properties.scm (chordNameStyle) 
8157         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8158
8159 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8160
8161         * ly/property-init.ly (germanChords): Added.
8162         (semiGermanChords): Added.
8163         
8164         * input/test/chord-names-german.ly: Use new macros
8165         
8166 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8167
8168         * lilypond-indent.el: Use similar parenthesis highlighting for 
8169         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8170         functions; removed LilyPond-show-paren-function. Fix indenting.
8171         Turn paren-matching on also in XEmacs.
8172
8173         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8174         as needed by parenthesis highlighting functions (in scan-sexp).
8175
8176 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8177
8178         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8179         function.
8180         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8181
8182 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8183
8184         * lilypond-indent.el: tune regexp for show-paren-function.
8185
8186 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8187
8188         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8189         for all LilyPond-produced tex snippets.
8190
8191         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8192         fixes one line --preview output of ly2dvi.
8193
8194 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8195
8196         * lilypond-indent.el: match only one type of slurs in
8197         LilyPond-show-paren-function.
8198
8199 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8200
8201         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8202         * debian/lilypond1.7.dirs: 
8203         * debian/lilypond1.7-doc.dirs: New file.
8204
8205         * input/regression/chord-name-exceptions.ly: Add parameter for
8206         ignatzekExceptions.  Quote hash in docstring.
8207
8208 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8209
8210         * lilypond-indent.el (show-paren-function): define show-paren-function
8211         as LilyPond-blink-matching-open and use it for closing parens.
8212         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8213
8214         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8215         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8216         LilyPond-blink-matching-paren in order to match both open and close
8217         brackets.
8218         
8219 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8220
8221         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8222         testing by modifying the code from FSF Emacs paren.el. Add comments.
8223
8224 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8225
8226         * input/test/dpncnt.ly: Transpose example to match new
8227         default \chords octave.  Add comment.
8228         
8229         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8230         comment about octave change.
8231
8232 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8233
8234         * input/test/[d,e]: added texinfo index tags.
8235         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8236
8237 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8238
8239         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8240
8241 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8242
8243         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8244         as in blink-matching-open.
8245
8246 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8247
8248         * input/test/[a-c]: more comments in files.
8249         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8250         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8251         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8252         mark file for proposed deletion.
8253         * input/test: renaming files:
8254         auto-beam-4-8.ly to beam-auto-4-8.ly
8255         auto-beam-override.ly to beam-auto-override.ly
8256         auto-beam.ly to beam-auto.ly
8257         blank.ly to blank-paper.ly
8258         absolute-volume.ly to dynamic-absolute-volume.ly
8259
8260 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8261
8262         * input/test/dpncnt.ly: 
8263         * input/test/chord-names-dpnj.ly: Resurrect.
8264
8265         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8266
8267         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8268
8269         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8270         Better docstring, add parameter OMIT-ROOT, tidy up.
8271
8272 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8273
8274         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8275
8276 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8277
8278         * scm/output-ascii-script.scm (as-font-alist-alist):
8279         (as-properties-to-font-name):
8280         (as-make-style-sheet): Remove.
8281
8282         * scm/font.scm (as-make-font-list): New function.
8283         (as-font-sheet-alist): New variable.
8284
8285         * ly/paper-as9-init.ly: 
8286         * ly/paper-as5-init.ly: Update.
8287
8288         * ly/paper-as5.ly:
8289         * ly/paper-as9.ly: New file.
8290
8291 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8292
8293         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8294
8295 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8296         * input/sondag-morgen/*: removed due to copyright concerns.
8297         * input/[a,b]*.ly: added a newline at the end of the texinfo
8298         doc string (produces better output in HTML version).
8299         * input/c*.ly: added texinfo index and added comments to
8300         aid in future changes to input/test/ files.
8301
8302 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8303         
8304         * Documentation/user/refman.itely: fixed build problem (missing
8305         file) caused by previous renaming.
8306
8307 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8308         
8309         * input/test/[a,b]*.ly: added texinfo index and added comments to
8310         aid in future changes to input/test/ files.
8311         * input/test/bar-number-every-5-reset.ly: renamed to
8312         bar-number-every-five-reset.ly
8313         * input/test/bar-script-visibility.ly: renamed to
8314         bar-number-show-all.ly
8315
8316 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8317
8318         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8319         to Voice.
8320
8321         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8322         out note-line and glissando functionality.
8323         
8324         * lily/line-spanner.cc (brew_molecule): cleanup.
8325
8326 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8327
8328         * scripts/as2text.scm: Use rdelim module.
8329         (start-system): Rename from start-line.
8330         (stop-system): Rename from stop-line.
8331         (af-gulp-file): Use string iso symbol for getenv.
8332
8333         * scm/output-ascii-script.scm: Add guile and lily modules.
8334         (font-name-alist): New variable.
8335         (draw-line): New function.
8336
8337         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8338         (Were these silently removed, without ChangeLog entry?)
8339
8340 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8341
8342         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8343         process 2nd ottava correctly.
8344
8345 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8346
8347         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8348
8349 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8350
8351         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8352
8353 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8354
8355         * VERSION: release 1.7.20
8356         
8357         * lily/text-spanner.cc (brew_molecule): clean up function. This
8358         fixes bugs with broken 8va spanners.
8359
8360         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8361         This prevents spurious line-breaks with raggedright
8362         
8363 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8364
8365         * lily/key-performer.cc (create_audio_elements): always use major
8366         key
8367
8368         * Documentation/user/internals.itely: updates
8369
8370         * input/regression/beam-break.ly: new file.
8371
8372         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8373         beams if starting or terminating stems have 'beaming set.)
8374
8375         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8376         property.
8377
8378         * lily/parser.yy (verbose_command_req): add comment about scales.
8379
8380 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8381
8382         * lilypond-indent.el: adjust regexps in bracket-matching.
8383
8384 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8385
8386         * Documentation/user/refman.itely: more tiny fixes
8387
8388         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8389         "Chord names"; added table with input syntax for solesmes neumes
8390         table; added some words about rationale on input syntax design
8391
8392         * lily/gregorian-ligature-engraver.cc,
8393         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8394         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8395         alignment of Pes Initio Debilis
8396
8397         * Documentation/user/refman.itely,
8398         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8399         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8400         bugs in the solesmes neumes table
8401
8402 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8403
8404         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8405         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8406
8407         * lilypond-mode.el: fix tag-score. small improvements.
8408
8409 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8410
8411         * .cvsignore: Add aclocal.m4.
8412
8413         * lily/music-constructor.cc: Include <assert.h>.
8414
8415 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8416
8417         * ly/engraver-init.ly (HaraKiriStaffContext): use
8418         RemoveEmptyStaffContext instead.
8419
8420         * Documentation/user/refman.itely: updates
8421
8422 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8423
8424         * Documentation/user/refman.itely: added solesmes neumes table;
8425         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8426         bugfix: "Ornaments" -> "Articulations"
8427
8428         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8429
8430 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8431
8432         * lilypond-indent.el: Add a message about trying to match \] or \).
8433         
8434 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8435         
8436         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8437         obsolete "arithmetic_*"
8438
8439         * input/bugs/ligatures.ly: removed (will be put into a different
8440         directory later)
8441
8442 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8443
8444         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8445         libkpathsea (Maurizio Tomasi).
8446
8447 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8448
8449         * input/regression/repeat-slash.ly (texidoc): new file
8450
8451         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8452         slash repeats separately. Slash repeats and %
8453         repeats can now be nested.
8454
8455 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8456
8457         * lilypond-indent.el: Add preliminary test for closing \] and \).
8458         
8459 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8460
8461         * lily/gregorian-ligature-engraver.cc,
8462         lily/vaticana-ligature-engraver.cc,
8463         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8464         mf/parmesan-heads.mf: various semivocalis related bugfixes
8465
8466         * input/bugs/ligatures.ly: new file demonstrating problems with
8467         ligatures
8468         
8469 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8470
8471         * lilypond-mode.el,
8472         lilypond-font-lock.el,
8473         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8474
8475 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8476
8477         * lilypond-mode.el: Remove outdated code. Stress the difference 
8478         between Emacs and XEmacs definitions.
8479
8480         * lilypond-mode.el,
8481         lilypond-indent.el: Define a function interactive only when necessary.
8482
8483 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8484
8485         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8486         Use inactive regions also in XEmacs.
8487
8488 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8489
8490         * Documentation/user/refman.itely (Repeat syntax): more updates
8491
8492         * lily/simple-spacer.cc (solve): move solution process into
8493         solve(). This fixes a bug with collisions and raggedright = ##t.
8494  
8495         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8496
8497         * ly/engraver-init.ly: remove GraceContext. Update examples.
8498
8499 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8500
8501         * GNUmakefile.in (fonts): Also make fontball.
8502
8503         * Website fixes:
8504
8505         * ly/engraver-init.ly (GraceContext): Add.
8506
8507         * run:
8508
8509             convert-ly $(find . -name *.ly)
8510
8511         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8512         new chords.
8513
8514 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8515
8516         * VERSION: 1.7.19 released
8517         
8518         * scm/music-functions.scm (set-octavation): new function.
8519
8520         * input/regression/ottava.ly: new file
8521
8522         * lily/translator-scheme.cc (LY_DEFINE): new function
8523         ly:unset-context-property
8524         (LY_DEFINE) new function ly:context-property-where-defined: 
8525
8526 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8527
8528         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8529
8530         * lilypond.words: add few.
8531
8532         * input/test/script-chart.ly: fix typo.
8533
8534 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8535
8536         * scm/define-grobs.scm: uniform naming for definitions and output
8537         routine files. 
8538
8539         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8540         scm/context-description.scm
8541
8542         * lily/parser.yy (translator_spec_body): add \description to the
8543         \translator{} body syntax.
8544
8545         * lily/ottava-engraver.cc: new file.
8546
8547         * scm/chord-name.scm (natural-chord-alteration): replace old
8548         chord stuff. 
8549
8550         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8551
8552         * Documentation/user/refman.itely (Metronome marks): update doco.
8553
8554         * input/regression/markup-note.ly: new file
8555
8556         * input/regression/metronome-marking.ly: new file
8557
8558         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8559
8560         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8561         metronome marks.
8562
8563 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8564
8565         * Documentation/user/GNUmakefile: Compatibility fix for new
8566         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8567         for making binary packages; info splitting bug has been fixed.
8568
8569         * Documentation/user/refman.itely: Compile fixes.
8570
8571 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8572
8573         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8574         Count \midi -keywords also for a region.
8575
8576 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8577
8578         * lily/lookup.cc (LY_DEFINE): new function
8579
8580         * Documentation/user/tutorial.itely: updates
8581
8582 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8583
8584         * lilypond-mode.el: Allow Midi on buffer.
8585         Use only '.ly'-extension, remove '.sly' and '.fly'.
8586         Allow use of inactive regions. Invoke next Command on Master file, 
8587         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8588
8589 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8590
8591         * Documentation/user/tutorial.itely: updates.
8592
8593 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8594
8595         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8596
8597 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8598
8599         * lily/coherent-ligature-engraver.cc: fixed typo
8600
8601         * lily/coherent-ligature-engraver.cc,
8602         lily/gregorian-ligature-engraver.cc,
8603         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8604         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8605         lily/vaticana-ligature-engraver.cc,
8606         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8607         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8608         removed all ligature specific stuff from NoteHead code
8609
8610         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8611         ligatures now use regular noteheads
8612
8613         * lily/vaticana-ligature.cc: tiny code cleanups
8614
8615         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8616         space between two adjacent noteheads of the same pitch
8617
8618         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8619         description; cleanup: removed obsolete font-family settings
8620
8621 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
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,
8627         lily/vaticana-ligature-engraver.cc,
8628         lily/include/gregorian-ligature-engraver.hh: updated for new
8629         Coherent_ligature_engraver; added comments that describe the basic
8630         design ideas of the ligature implementation
8631
8632         * lily/coherent-ligature-engraver.cc,
8633         lily/include/coherent-ligature-engraver.hh: new file: shared code
8634         between mensural ligatures and Gregorian chant notation ligatures
8635
8636 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8637
8638         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8639         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
8640         use only two arguments in sit-for, use no arguments in
8641         read-char-exclusive, backspace is not a character (127) in XEmacs.
8642
8643         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
8644
8645 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
8646
8647         * lilypond-mode.el: un-commenting works after syntax-table fix.
8648
8649         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
8650         group, verbose commenting for syntax table.
8651
8652         * lilypond-indent.el: add TODO for ligature slurs.
8653
8654 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
8655
8656         * lilypond-mode.el: Move comments of parenthesis matching away,
8657         (blink-matching-paren-on-screen) fix blinking in Emacs.
8658
8659         * lilypond-font-lock.el: Fix parent-matching for Emacs:
8660         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
8661
8662         * lilypond-indent.el: Add TODO for parenthesis matching.
8663
8664 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
8665
8666         * lilypond-mode.el: Fix XEmacs: 
8667         changed [S-iso-lefttab] to [(shift iso-lefttab)],
8668         invoke explicitly easy-menu-add (in Emacs done automatically).
8669         
8670         * lilypond.words: Add few words from input/*/*.ly.
8671
8672 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8673
8674         * VERSION (PATCH_LEVEL): release 1.7.18
8675
8676         * scripts/lilypond-book.py: only print basename for printfilename
8677         option
8678
8679         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
8680         and syntax updates.
8681
8682 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8683
8684         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
8685         better parametrisation. Move fatness of bulb downward.
8686
8687         * mf/parmesan-custodes.mf (dir_down): remove underscores from
8688         glyph names. Underscores are not allowed .ps encoding files.
8689
8690 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
8691
8692         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
8693         variable "packed" for packed right-ragged mode
8694
8695         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
8696         unused variable ragged; fixed indentation
8697
8698         * Documentation/user/refman.itely: tiny cleanups in ancient
8699         clef and custos section
8700
8701 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8702
8703         * lily/parser.yy (Simple_music): add \applyoutput, syntax
8704         \applyoutput PROCEDURE
8705
8706         * lily/my-lily-lexer.cc: add \applyoutput.
8707
8708         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
8709
8710         * lily/text-item.cc: clean text-interface description
8711
8712 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8713
8714         * input/{regression,test}/: use postfix for slur endings and beam
8715         begins.
8716
8717         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
8718         style beams too. 
8719
8720         * input/regression/lyrics-melisma-beam.ly: new file.
8721
8722         * lily/lyric-engraver.cc (process_music): change from
8723         process_acknowledged_grobs()
8724
8725         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
8726         functions to set and revert auto-beam settings.
8727
8728 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8729
8730         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
8731
8732 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
8733
8734         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
8735         Documentation/user/lilypond.tely: fixed some typos; updated author
8736         info
8737
8738         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
8739         #"" -> #'flag-style = #'()
8740
8741         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
8742         cleanup: removed dead #includes
8743
8744         * lily/gregorian-ligature-engraver.cc,
8745         lily/include/gregorian-ligature.hh,
8746         scm/grob-property-description.scm: small cleanups, small spacing
8747         fixes
8748
8749         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
8750         lily/vaticana-ligature.cc,
8751         lily/include/gregorian-ligature-engraver.hh,
8752         scm/grob-property-description.scm, scm/music-types.scm:
8753         "porrectus" -> "pes or flexa"
8754
8755         * ly/engraver-init.ly, scm/grob-description.scm,
8756         scm/grob-property-description.scm: junked porrectus, now handled
8757         by ligature code
8758
8759         * scm/grob-description.scm: bugfix: added space-alist entry for
8760         breathing sign/custos
8761
8762 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
8763
8764         * Another grand 2003 update.
8765         
8766         * Remove mentioning of `mudela'; There's no such thing.
8767
8768 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8769
8770         * Documentation/user/preface.itely (Preface to version 1.8): update
8771
8772         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
8773
8774         * Documentation/user/converters.itely (Invoking convert-ly): revise
8775
8776         * scripts/convert-ly.py (outfile_name): remove --assume-old.
8777
8778         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
8779
8780 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8781
8782         * Documentation/user/internals.itely: more updates.
8783
8784 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8785
8786         * Documentation/user/refman.itely: revise 
8787
8788         * Documentation/user/internals.itely: revise
8789
8790         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
8791
8792 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
8793
8794         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
8795         beautification: reformatted ancient clefs section; cleanup: small
8796         wording fixes
8797
8798 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
8799
8800         * lilypond.words: added words for chant notation, sorted
8801         alphabetically through "sort lilypond.words"
8802
8803 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
8804
8805         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
8806         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
8807         chant notation
8808
8809 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
8810
8811         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
8812         prevent TeX from interpreting them as long dash
8813
8814         * input/test/vaticana.ly: updated
8815
8816         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
8817         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
8818         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
8819         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
8820         fixes
8821
8822         * mf/parmesan-heads.mf: ledger endings: removed dead code
8823
8824 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8825
8826         * VERSION: 1.7.17 released
8827         
8828         * Documentation/user/GNUmakefile
8829         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
8830         files too.
8831
8832         * scm/document-markup.scm: new file: document all markup
8833         functions.
8834
8835         * scm/documentation-generate.scm: rename all documentation modules
8836         to document-*.scm
8837
8838         * scripts/lilypond-book.py: generate link to .ly file iso. link to
8839         .png
8840
8841         * input/test/divisiones.ly: added
8842
8843         * input/regression/output-property.ly: new file
8844
8845         * lily/cluster.cc: change cluster-interface to use style property
8846
8847 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
8848
8849         * input/test/chord-names-german.ly: modified.
8850
8851         * scm/chords-ignatzek.scm:
8852           chord-name->german-markup: Added
8853           note-name->german-markup: Changed (now producing lowercase notenames)
8854
8855         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
8856         
8857 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8858
8859         * scripts/convert-ly.py (FatalConversionError.conv):
8860         divisiominima -> divisioMinima, etc.
8861
8862         * ly/engraver-init.ly (FiguredBassContext): add
8863         Separating_line_group_engraver to Figured bass context.
8864
8865         * ly/german-chords-init.ly: remove file
8866
8867         * input/test/chord-names-german.ly (scm): new file.
8868
8869         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
8870
8871         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
8872         Chord_name_engraver
8873
8874         * Documentation/user/refman.itely: lots of updates.
8875
8876         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
8877         new file
8878
8879         * input/test/bar-number-every-5-reset.ly: new file.
8880
8881 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8882
8883         * input/regression/chord-name-major7.ly: new file
8884
8885         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
8886         if specced explicitly.
8887
8888         * input/regression/chord-name-entry-11.ly: new file.
8889
8890         * input/test/slur-beautiful.ly: new file.
8891
8892         * Documentation/user/refman.itely: updates.
8893
8894         * input/regression/collisions.ly (threevoice): cleanup.
8895
8896         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
8897
8898 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8899
8900         * Documentation/user/*.itely: various updates.
8901
8902         * ly/spanners-init.ly: enddecr/ endcr.
8903
8904         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
8905         of tutorial
8906
8907 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8908
8909         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
8910
8911         * lily/new-chord-name-engraver.cc (process_music): use octavation
8912         (a number) instead of original-pitch to store inversions. This
8913         fixes a problem with transposed chords with inversions.  
8914
8915 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
8916
8917         * stepmake/aclocal.m4: Include compile fix for broken flex, as
8918         used in includable-lexer.hh.
8919
8920         * lily/includable-lexer.cc: Bugfix: include config.h.
8921
8922         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
8923         circumvention of Debian packaging bug.
8924
8925 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
8926
8927         * flex-2.5.31 hits Debian/unstable.  Fixes below.
8928         
8929         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
8930
8931         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
8932         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
8933
8934         * lily/include/includable-lexer.hh: 
8935         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
8936
8937         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
8938
8939         * aclocal.m4: Regenerate.
8940
8941         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
8942         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
8943
8944         * scm/pdf.scm (use-modules): Include lily.
8945
8946         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
8947         Noordkamp).
8948         (use-modules): Include lily.
8949         (lily-def): Bugfix: include tex-val in let.
8950
8951 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
8952
8953         * lilypond-mode.el: sensible error if lilypond.words not found.
8954
8955         * lilypond.words: add few words.
8956
8957 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
8958
8959         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
8960
8961         * mf/parmesan-scripts.mf: fixed typo in char name
8962
8963 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8964
8965         * VERSION: 1.7.16 released
8966
8967         * python/lilylib.py (setup_temp): temporary directories are mode 700.
8968         (this is a security vulnerability).
8969
8970         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
8971
8972         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
8973         add staff support.
8974
8975 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
8976
8977         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
8978         ly/script-init.ly, scm/script.scm: bugfix: renamed
8979         fermata->signumcongruentiae to fix naming clash with feta font
8980
8981 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
8984
8985         * lily/multi-measure-rest-engraver.cc
8986         (start_translation_timestep): use grace timing too for determining
8987         when to make mmrest.
8988         (start_translation_timestep): clear numbers too.
8989
8990 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
8991
8992         * scm/music-types.scm: compile fix: escape braces
8993
8994         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
8995         work around font selection problem
8996
8997         * Documentation/user/refman.itely: BreathingSign: added docu for
8998         property "text"
8999
9000 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9001
9002         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9003         information.
9004
9005 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9006
9007         * lily/multi-measure-rest-engraver.cc (class
9008         Multi_measure_rest_engraver): make multiple Number objects, one
9009         for each MultiMeasureTextEvent.
9010
9011         * scm/music-functions.scm (glue-mm-rest-texts): use
9012         MultiMeasureTextEvent
9013
9014         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9015
9016         * Documentation/user/refman.itely (Multi measure rests): update.
9017
9018 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9019
9020         * lily/ly-module.cc (ly_copy_module_variables): use
9021         scm_internal_hash_fold() for iterating modules.
9022
9023 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9024
9025         * Documentation/user/refman.itely: Section Custodes: added more
9026         example code
9027
9028         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9029         neo-mensural rests to parmesan font
9030
9031         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9032         header
9033
9034 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9035
9036         * Documentation/user/macros.itexi: @fileref macro.
9037
9038         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9039         each file. 
9040
9041 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9042
9043         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9044         Documentation/topdocs/AUTHORS.texi: updated my email address
9045
9046         * Documentation/user/refman.itely: updated custos documentation;
9047         beautified divisiones example; beautified articulations table
9048
9049         * lily/breathing-sign.cc: bugfix: finalis molecule
9050
9051 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9052
9053         * Documentation/user/refman.itely: added docu for
9054         contemporary fermata symbols, gregorian breathing signs; small fixes
9055
9056         * ly/gregorian-init.ly: removed obsolete #'type props
9057
9058 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9059
9060         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9061         minimum-length property correctly.
9062
9063 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9064
9065         * scm/music-functions.scm (make-multi-measure-rest): set input
9066         locations for multimeasure rests.
9067
9068 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9069
9070         * input/regression/breathing-sign.ly: updated to for ancient
9071         notation
9072
9073 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9074
9075         * scripts/ly2dvi.py: Add newline.
9076
9077 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9078
9079         * scripts/ly2dvi.py (dependency_files): Compile fix.
9080
9081 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9082
9083         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9084         (make_html_menu_file): --html menu. 
9085
9086 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9087
9088         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9089
9090 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * input/screech-boink.ly: new file.
9093
9094 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9095
9096         * scripts/lilypond-book.py (make_lilypond_file): convert
9097         lilypond-file to lilypond block directly, without going through
9098         begin/end lilypond text.
9099         
9100
9101 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9102
9103         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9104         scm/grob-description.scm: moved Michael's original breathing sign
9105         code in brew_molecule() to divisio_minima(); provided new
9106         brew_molecule() that effectively replaces the
9107         Text_item::brew_molecule callback (with additional fallback to
9108         Michael's original code); added callbacks for brewing divisio
9109         maior/maxima and finalis
9110
9111         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9112         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9113
9114         * script-init.ly: added shortfermata, longfermata,
9115         verylongfermata, varcoda
9116
9117         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9118         longfermata, verylongfermata, varcomma, varcoda
9119
9120 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9121
9122         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9123           Remove all noquote and insert a few quote.
9124         
9125         * Documentation/user/lilypond-book.itely (Music fragment options),
9126           scripts/lilypond-book.py: Don't include quotation blocks by
9127           default. Introduce option quote instead of noquote
9128
9129 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9130
9131         * VERSION: 1.7.15 released
9132         
9133         * Documentation/user/lilypond.tely: omf updates.
9134
9135         * buildscripts/texi2omf.py (omf_vars): include version.date
9136
9137         * make/lilypond.redhat.spec.in: fixes for spec file. 
9138
9139         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9140         by function definition: lily now requires a recent GNU Make.
9141
9142         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9143         writing.
9144
9145         * make/ly-rules.make: remove .ly -> .tex rule
9146
9147         * Documentation/user/refman.itely (Figured bass): revised figured
9148         bass example.
9149
9150 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9151
9152         * stepmake/stepmake/omf-targets.make (local-install): add
9153         scrollkeeper-update message.
9154
9155         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9156         to binary.
9157         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9158
9159         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9160
9161         * Documentation/user/converters.itely (Invoking midi2ly): add
9162         track/channel notice.
9163
9164 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9165
9166         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9167
9168         * lily/parser.yy (scalar): DIGIT is also a scalar.
9169
9170         * Documentation/user/music-glossary.tely: add @omf tags
9171
9172         * Documentation/user/lilypond.tely: add @omf tags
9173
9174         * scm/generate-documentation.scm (string-append): add @omf tags.
9175
9176         * stepmake/stepmake/omf-*: new files 
9177
9178         * input/regression/multi-measure-rest.ly (texidoc): add doco
9179
9180         * GNUmakefile.in (web-doc-install): add web-doc-install target
9181
9182         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9183         fixes crashes while dumping MIDI.
9184
9185         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9186         midi
9187
9188 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9189
9190         * buildscripts/texi2omf.py: new file.
9191
9192         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9193         font-name
9194
9195 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9196
9197         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9198
9199         * lily/sequential-iterator.cc (descend_to_child): call
9200         descend_to_child() for all types of music.
9201
9202 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9203
9204         * scm/translator-property-description.scm: Add
9205         bassFigureFormatFunction.  Replace some entries.
9206
9207 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9208
9209         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9210         clean out.
9211
9212 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9213
9214         * scripts/midi2ly.py (Note.dump): never dump duration for
9215         dump_dur=0.
9216
9217         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9218         new function
9219
9220         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9221         figures using new markups. Much simpler, and should improve layout
9222         a little.
9223
9224         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9225
9226 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9227
9228         * ly/engraver-init.ly: use Hara kiri by default for 
9229         ChordNames, FiguredBass and Lyrics(Voice) context. 
9230
9231         * lily/axis-group-engraver.cc (acknowledge_grob): use
9232         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9233
9234         * scm/new-markup.scm (markup-function-list): add bracket,
9235         vbracket.
9236
9237         * ly/engraver-init.ly (ChordNamesContext): set
9238         minimumVerticalExtent
9239
9240 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9241
9242         * input/test/time-signature-double.ly: new file 
9243
9244         * input/regression/collision-head-chords.ly (texidoc): new file.
9245
9246         * lily/type-swallow-translator.cc: add note swallow translator 
9247
9248         * input/test/time-signature-double.ly: new file.
9249
9250         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9251
9252         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9253         (FiguredBassContext): idem.
9254
9255         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9256
9257         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9258
9259         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9260
9261         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9262         .afm dependency
9263
9264         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9265
9266         * python/lilylib.py (make_page_images): add function.
9267
9268         * scripts/ly2dvi.py (run_latex): include title in preview image.
9269
9270         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9271         from lilypond-book for <ly2dvifile> tags in HTML.
9272
9273         * scripts/ly2dvi.py (option_definitions): add --debug option to
9274         print out environment.
9275
9276         * input/regression/tie-chord-partial.ly: new file.
9277
9278 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9279
9280         * lilypond.words: add 3
9281
9282 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * scm/new-markup.scm (markup-function-list): add finger-markup
9285
9286         * input/tutorial/brahms-tweaked.ly: new markup 
9287
9288         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9289
9290         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9291         crash when processing '() markup
9292
9293         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9294
9295         * lily/breathing-sign.cc (railtracks): another caesura.
9296
9297         * mf/feta-schrift.mf: caesura symbol. 
9298
9299 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * scripts/convert-ly.py (FatalConversionError.conv): add
9302         ly:molecule-XXX conversions.
9303
9304         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9305
9306         * input/regression/multi-measure-rest-text.ly: new file.
9307
9308         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9309         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9310
9311         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9312         ScoreContext
9313
9314         * scm/new-markup.scm (center-markup): \center markup.
9315
9316         * scm/music-functions.scm: remove pitchify scripts.
9317
9318         * lily/music.cc (print_smob): display music name if available 
9319
9320 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9321
9322         * Documentation/user/refman.itely (Instrument names): remove
9323         \turnOff doco.
9324
9325 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9326
9327         * lily/score.cc (mark_smob): bugfix.
9328
9329         * input/regression/rehearsal-mark.ly: new file.
9330
9331         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9332         report error at the current token again.
9333
9334 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9335
9336         * cygwin/mknetrel: Exit if doc build fails.
9337
9338         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9339
9340 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9341
9342         * scm/music-types.scm (music-descriptions): add doc strings
9343
9344 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9345
9346         * lily/lexer.ll: 
9347         * lily/include/my-lily-lexer.hh: 
9348         * lily/include/includable-lexer.hh: Add flex kludge.
9349
9350         * config.hh.in: 
9351         * config.make.in: 
9352         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9353         cruft.
9354         
9355         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9356         code.
9357
9358 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9359
9360         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9361
9362         * lily/parser.yy (new_chord): Compile fix.
9363
9364 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9365
9366         * Documentation/user/refman.itely (Tuning groups of objects):
9367         remove documentation for \turnOff. 
9368
9369         * lily/percent-repeat-engraver.cc (try_music): add correct
9370         processing moments for double-measure percents as well.
9371
9372         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9373
9374         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9375         grob prop type. 
9376
9377         * Documentation/user/refman.itely (Printing named chords): add
9378         chord name tweak doco.
9379
9380         * input/template/gregorian-transcription.ly: new file.
9381
9382 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9383
9384         * VERSION: 1.7.13 released
9385         
9386         * input/test/*: lots of cleanups/comment-outs/removals in chord
9387         examples
9388         
9389         * input/regression/*: lots of cleanups/comment-outs/removals in
9390         chord examples
9391         
9392         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9393         options
9394
9395         * lily/new-chord-name-engraver.cc (process_music): give original
9396         inversion pitch to chord name routine.
9397
9398         * input/tutorial/os-score.ly: update to new markup
9399
9400         * Documentation/user/appendices.itely: simply include
9401         chords-ignatzek. 
9402
9403         * Documentation/user/refman.itely (Chords mode): add documentation
9404         for chord mode.
9405
9406         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9407         not present in chord.
9408         (construct-chord): add inversion and bass support.
9409
9410         * lily/chord.cc: junk contents.
9411
9412 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9413
9414         * Documentation/user/refman.itely:
9415         * Documentation/user/music-glossary.tely: fix. 
9416
9417 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9418
9419         * scm/chord-entry.scm (construct-chord): move chord construction
9420         to Scheme.
9421
9422         * lily/parser.yy (new_chord): new setup for chord entry.
9423
9424 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9425
9426         * lilypond.words:
9427         * Documentation/user/music-glossary.tely: add ambitus.
9428
9429 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9430
9431         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9432
9433         * lily/include/*.hh: string() -> to_string()
9434
9435         * scm/chords-ignatzek.scm: new file.
9436
9437         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9438         standard chord name exceptions.
9439
9440         * scm/translator-property-description.scm (chordNameSeparator):
9441         add property.
9442         (majorSevenSymbol): add property
9443
9444         * lily/translator-scheme.cc (ly:context-properties): new function
9445         (ly:context-parent): new function.
9446         (print_smob): print context name.
9447
9448         * lily/music.cc (ly:get-music-length): new function
9449         (print_smob): don't print properties.
9450
9451         * lily/duration.cc (duration<?): new function
9452
9453         * input/regression/chords-funky-ignatzek.ly: new file.
9454
9455         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9456         jazz chords.
9457
9458         * lily/pitch.cc (ly:pitch-diff): new function.
9459
9460         * input/regression/chords-ignatzek.ly: new file.
9461
9462 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9463
9464         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9465         pitches for jazz chords.
9466
9467 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9468
9469         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9470
9471 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9472
9473         * lilypond.words: add 1
9474
9475 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9476
9477         * Documentation/topdocs/AUTHORS.texi: refine.
9478
9479 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9480
9481         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9482         
9483         * lilypond.words: add one.
9484
9485 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9486
9487         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9488         Fontify bass note in chords, e.g., e in c1/e.
9489         
9490 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9491
9492         * Documentation/user/music-glossary.tely: Dutch updates and
9493         additions (Arent Storm).
9494
9495 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9496
9497         * input/regression/ambitus.ly:  move file.      
9498
9499         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9500
9501         * lily/event.cc (transpose): add tonic property to Key_change_req
9502         and to Key_engraver.
9503
9504 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9505
9506         * Documentation/user/refman.itely: fix typo.
9507
9508         * lilypond.words: removed wrong identifiers.
9509
9510 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9511
9512         * mf/feta-toevallig.mf: make flat stem shorter 
9513
9514 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9515
9516         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9517
9518         * lilypond.words: add from Phrasing slur.
9519         
9520 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9521
9522         * lilypond-mode.el: allow launching multiple ViewPS processes.
9523         
9524         * lilypond.words: add from Text markup.
9525
9526 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9527
9528         * input/test/ossia.ly (texidoc): add comment.
9529
9530         * input/regression/voice-follower.ly: new file.
9531
9532         * mf/feta-toevallig.mf: make flat heavier.
9533
9534         * lily/cluster-engraver.cc: clean up Cluster engraver
9535
9536         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9537         Engraver. Use Note_column to compute Y positions and deal with
9538         line break stuff.
9539
9540 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9541
9542         * lily/stem.cc: move french-beaming to stem.
9543
9544 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9545
9546         * lilypond-font-lock.el: fontify all durations in chords.
9547
9548         * lilypond.words: add from lily/my-lily-lexer.cc
9549
9550 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9551
9552         * VERSION: release 1.7.12
9553
9554         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9555
9556         * lily/gregorian-ligature.cc: new file
9557
9558         * lily/*: the Great 2003 search & replace.
9559
9560         * Documentation/user/refman.itely (Manual repeat commands): add
9561         note about font selection.
9562
9563 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9564
9565         * lilypond-mode.el: propose recompiling midi while invoking playing,
9566         not while stopping playing.
9567
9568 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9569
9570         * lilypond.words: add one.
9571
9572         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9573         and expressional note grouping. Fontify chord modes.
9574
9575 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9576
9577         * Documentation/user/music-glossary.tely (Top): translate melisma.
9578
9579 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9580
9581         * Documentation/user/music-glossary.tely (Top): add melisma.
9582
9583 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9584
9585         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9586         interfaces for (abstract) grob GregorianLigature
9587
9588         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9589         renamed head* -> glyph_name*, x-shift* -> x-offset*
9590
9591         * scm/grob-property-description.scm: bugfix: added missing descriptions
9592
9593 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9594
9595         * input/test/chord-names-dpnj.ly: New file.
9596
9597         * scm/double-plus-new-chord-name.scm: Implement full and partial
9598         exceptions.
9599
9600         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9601
9602         * scm/double-plus-new-chord-name.scm
9603         (double-plus-new-chord->markup): Fix sub->markup.
9604
9605
9606 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9607
9608         * lily/custos-engraver.cc: added TODO; editorial changes
9609
9610         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9611         consistency with other ligature engravers; removed access on (now)
9612         private variable _ligature of Ligature_engraver
9613
9614         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9615         renamed last_bound -> last_bound_; issue programming_error on
9616         abstract method calls; moved primitives code from
9617         Mensural_bracket_engraver to here (because almost ligature
9618         engravers will need it); renamed try_stop_ligature () ->
9619         typeset_ligature (); bugfix: store primitives of finished ligature
9620         in separate variable finished_primitives_ to avoid clash on input
9621         like "\] \["; added current_ligature () to enable access on
9622         private variable _ligature
9623
9624         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9625         (now in super class); renamed try_stop_ligature () ->
9626         typeset_ligature ()
9627
9628         * lily/mensural-ligature.cc: issue programming_error on abstract
9629         method calls
9630
9631         * lily/note-heads-engraver.cc: added TODO comment upon bool
9632         in_ligature
9633
9634         * mf/parmesan-heads.mf: fixed some of set_char_box()
9635
9636         * scm/grob-description.scm: added VaticanaLigature
9637
9638         * scm/grob-property-description.scm: added neume prefix properties
9639
9640         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
9641         lily/include/gregorian-ligature-engraver.hh,
9642         lily/include/gregorian-ligature.hh: new files; framework for
9643         gregorian ligature engravers such as vaticana
9644
9645         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
9646         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
9647         vaticana style ligature implementation (still somewhat uncomplete)
9648
9649 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9650
9651         * VERSION: release 1.7.11
9652
9653         * scripts/convert-ly.py: add ly:pitch-transpose rule
9654
9655 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
9656
9657         * input/test/dpncnt.ly: New file.
9658
9659         * lily/my-lily-lexer.cc: Add chordnames keyword.
9660
9661         * lily/parser.yy (chordnames_block): Parse chord name exception
9662         lists, see input/test/dpncnt.ly.
9663
9664         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
9665         function.
9666
9667         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
9668         filter-out too.
9669
9670         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
9671         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
9672         pitch functions (except for ly:make-pitch, but that's apparently
9673         some sort of scheme naming standard?).
9674
9675         * scm/lily.scm (!=): define-public.
9676
9677         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
9678
9679 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
9680
9681         * scm/double-plus-new-chord-name.scm
9682         (double-plus-new-chord-name->markup): New file.
9683
9684 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9685
9686         * python/lilylib.py (make_preview): don't suppress progress for
9687         bbox extraction.
9688
9689 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9690
9691         * Documentation/user/appendices.itely (scheme): update for new syntax.
9692
9693         * input/regression/chord-name-styles.ly: new file
9694
9695         * lily/instrument-name-engraver.cc: create instrument names
9696         without barline too.  Allows instrument name on ChordNames  
9697
9698         * scm/new-markup.scm (interpret-markup): allow simple strings as
9699         markup too.
9700
9701 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9702
9703         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
9704         (step->markup-accidental): Fix: add accidental.
9705         (chord::inner-name-american): 
9706         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
9707         append stray '/' if last superscript addition was 'o'.
9708
9709         * scm/new-markup.scm (normal-size-sub-markup) 
9710         (normal-size-super-markup): New function.
9711
9712         * lily/source-file.cc (Source_file): Add warning for possibly
9713         intentional but suspicious initialization.
9714
9715         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
9716         add comments about cut-and-paste programming.
9717
9718         * flower/rational.cc (lcm): Not used; comment out.
9719
9720 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9721
9722         * lily/new-fingering-engraver.cc (position_scripts): use
9723         fingerHorizontalDirection to determine fingering horizontal
9724         directions.
9725  
9726         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
9727         fingering support.
9728
9729         * scripts/convert-ly.py (FatalConversionError.conv): add style
9730         conversion rule. 
9731
9732         * scm/chord-name.scm (set-chord-name-style): new function.
9733         (new-chord-name-brew-molecule): revise to interpret markup only
9734         (new-chord->markup): cleanuppish rewrite. To be called from the
9735         new engraver.
9736
9737         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
9738         Markup earlier, during interpreting.
9739
9740         * input/test/{banter,jazz,american}-chords.ly (scheme): update
9741         style settings. Rename to chord-names-*.ly
9742
9743 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
9744
9745         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
9746         markup code and update to new markup.  Most probably broke some of
9747         it.
9748         
9749 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
9750
9751         * Documentation/user/refman.itely: added docu for ambitus and
9752         clusters
9753
9754         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
9755         ly_quote_scm() in lookup.cc
9756
9757         * mf/parmesan-clefs.mf: set_char_box fix
9758
9759         * lily/cluster-engraver.cc: junk implicit protection; use
9760         Protected_scm instead
9761
9762 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9763
9764         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
9765         throughout.
9766
9767         * scm/new-markup.scm: Turn-off error-triggering test code.
9768
9769 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9770
9771         * scm/new-markup.scm (markup-thrower-typecheck) 
9772         (markup-typecheck?):  add full typechecking functions.
9773         (make-markup-maker): add make-FOO-markup functions.
9774         (markup-argument-list-error): nice error checking messages.
9775         (make-markup): better function: less quoting escapades.
9776
9777 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
9778
9779         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
9780
9781 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
9782
9783         * cygwin/lilypond.hint (requires): Add cygwin.
9784
9785         * .cvsignore: Remove stepmake (huh!?!), add lib.
9786
9787         * GNUmakefile.in: Add libdir links for builddir runs.
9788
9789         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
9790         instead of datadir.
9791
9792         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
9793         local_lilypond_libdir.
9794
9795         * config.make.in (lilypond_libdir): Add.
9796
9797         * stepmake/stepmake/substitute-rules.make: 
9798         * stepmake/stepmake/script-rules.make: 
9799         * stepmake/stepmake/python-module-rules.make:
9800         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
9801         lilypond-python-module patch.
9802
9803 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9804
9805         * Documentation/user/refman.itely (Graphical interfaces): add note
9806         about xml2ly.
9807
9808 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9809
9810         * scripts/ly2dvi.py (run_dvips): remove trailing newline
9811
9812 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * VERSION: released 1.7.10
9815
9816         * scripts/musedata2ly.py (): idem
9817
9818         * scripts/midi2ly.py (dump_chord): idem
9819
9820         * scripts/etf2ly.py (version): idem 
9821
9822         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
9823
9824         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
9825
9826         * scm/tex.scm (tex-output-expression): remove eval compat
9827         glut. Other output files too.
9828
9829         * scm/chord-name.scm: don't export anything from chord module.
9830
9831         * input/test/american-chords.ly: idem
9832
9833         * input/test/banter-chords.ly (texidoc): idem
9834
9835         * input/test/Cc-chords.ly: add breakage notes.
9836
9837         * Documentation/user/refman.itely (Text markup): rewrite manual
9838         section.
9839
9840         * lily/parser.yy (scalar): allow \markup { } as property value. 
9841
9842         * scm/chord-name.scm: complete new markup usage
9843
9844         * scm/grob-description.scm (all-grob-descriptions): use new markup
9845         texts by default
9846
9847 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9848
9849         * scm/chord-name.scm: partial move to new markup texts.
9850
9851 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9852
9853         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
9854
9855         * scm/bass-figure.scm (brew-bass-figure): make stack direction
9856         settable.
9857
9858 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
9859
9860         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
9861         invoked for old midi, wait for killing.
9862
9863 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
9864
9865         * Documentation/user/music-glossary.tely: Finnishing.
9866
9867 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9868
9869         * mf/feta-nummer-code.mf: some kerning pairs.
9870
9871 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
9872
9873         * scm/output-lib.scm (set-bar-number-visibility): Context-function
9874         Added.
9875
9876         * Documentation/user/refman.itely (Bar numbers):
9877         set-bar-number-visibility added, modulo-bar-number removed again
9878         (sorry).
9879
9880 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
9881
9882         * scm/output-lib.scm (modulo-bar-number-visible): add function.
9883
9884         * Documentation/user/refman.itely: add modulo-bar-number-visible.
9885
9886         * Documentation/user/music-glossary.tely: translate into Finnish.
9887
9888 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9889
9890         * lilypond-mode.el: add shortcut for 2midi
9891
9892         * lilypond-font-lock.el: fontify lyrics
9893
9894 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
9895
9896         * scm/drums.scm : use 1.7.x names.
9897
9898         * input/regression/drums.ly : Don't use << chords >>
9899
9900 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
9901
9902         * lilypond-mode.el: tidy, add TODO
9903
9904         * make/lilypond.mandrake.spec.in: install-info quietly.
9905
9906 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9907
9908         * input/test/markup.ly: use new syntax.
9909
9910 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9911
9912         * ly/params-init.ly (interscoreline): add word-space
9913
9914         * input/test/metronome.ly (eighthNote): idem.
9915
9916         * input/test/script-priority.ly: use new markup
9917
9918         * lily/parser.yy (markup): allow HEAD markup0 markup1 
9919
9920         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
9921
9922         * lily/parser.yy (gen_text_def): bugfix.
9923         (full_markup): allow markup identifier.
9924
9925 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
9926
9927         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
9928         jobs at the same time. Add horizontal lines to Command menu.
9929         Allow one compiling job -- propose killing others before a new one.
9930
9931         * lilypond.words: add markup, teeny, etc.
9932
9933 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
9934
9935         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
9936         Allow only one type of midi process; launching Midi either stops
9937         midis or plays the current midi and launching MidiAll stops midis
9938         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
9939         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
9940
9941 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9942
9943         * lily/text-engraver.cc (process_acknowledged_grobs): use new
9944         markup  for new markup texts.
9945
9946         * lily/mark-engraver.cc (process_music): idem
9947         
9948         * lily/instrument-name-engraver.cc (create_text): idem
9949
9950         * scm/new-markup.scm (magnify-markup): new function.
9951
9952         * scm/molecule.scm (stack-lines): bugfix.
9953
9954         * lily/font-interface.cc (get_font): take font-magnification from
9955         alist chain.
9956
9957 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9958
9959         * lily/molecule-scheme.cc: move scheme functions to separate file.
9960
9961         * lily/font-metric.cc  (ly_get_glyph): new function. 
9962         
9963         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
9964         (italic-markup, dynamic-markup): new functions
9965         (font-markup): new function
9966
9967         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
9968         padding and minimum
9969
9970 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
9971
9972         * lily/accidental-engraver.cc:
9973         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
9974
9975 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
9976
9977         * lilypond.vim:
9978         * lilypond-font-lock.el: Put \longa as duration. Accept only 
9979         [a-zA-Z] for user defined identifiers. Separate note cases 
9980         with and without a duration (allow cis\longaX).
9981
9982         * lilypond.words: Add words from Info.
9983
9984 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9985
9986         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
9987
9988 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
9989
9990         * lilypond-mode.el: Propose reverting buffer before a command if
9991         it was edited with an another editor.
9992
9993 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9994
9995         * lily/molecule.cc (ly_translate_molecule): new function
9996
9997         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
9998         into libdir
9999
10000         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10001
10002         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10003
10004 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10005
10006         * lilypond.words: take \words from Info-index.
10007
10008 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10009
10010         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10011
10012 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10013
10014         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10015
10016 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10017
10018         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10019         and lilypond-documentation.
10020
10021 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10022
10023         * lily/parser.yy: Compile fix (bison 1.75).
10024
10025 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10026
10027         * VERSION: 1.7.9 released
10028
10029         * scm/music-functions.scm (shift-one-duration-log): refactor.
10030         Use music-map.
10031
10032         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10033
10034         * NEWS: update.
10035
10036         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10037         argument
10038         
10039         * scm/music-functions.scm (display-music): new function
10040         (music-map): change arg order.
10041
10042         * input/regression/new-markup-syntax.scm: new file
10043
10044         * lily/parser.yy (markup): add \markup { .. } syntax.
10045
10046         * scm/new-markup.scm (override-markup): new function
10047         (lookup-markup): new function
10048         (music-markup): new function
10049         (lookup-markup-command): use markup-signature to store argument
10050         format for parser.
10051
10052         * lily/lexer.ll: preliminary \markup syntax. 
10053
10054 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10055
10056         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10057         add pre/post-dependencies and menus with icons from source.
10058
10059         * Documentation/pictures/lilypond-48x48.xpm:
10060         * Documentation/pictures/lilypond-32x32.xpm:
10061         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10062         transparent.
10063
10064         * stepmake/stepmake/generic-targets.make:
10065         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10066
10067 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10068
10069         * input/regression/music-map.ly (texidoc): new file.
10070
10071         * scm/music-functions.scm (music-map): new function
10072
10073 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10074
10075         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10076
10077 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10078
10079         * input/test/to-xml.ly:
10080         * lily/ligature-engraver.cc: Fixes documentation.
10081
10082         * lilypond.mandrake.spec.in:
10083         * lilypond.redhat.spec.in: Add lilypond.words.
10084
10085         * Documentation/user/refman.itely: Mention Info inside emacs.
10086         
10087         * lilypond.suse.spec.in:
10088         * lilypond.redhat.spec.in:
10089         * lilypond.mandrake.spec.in: Set root-owner for doc
10090         (tobbe@nyvalls.se).
10091
10092 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10093
10094         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10095         os.popen.read ().
10096
10097 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10098
10099         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10100
10101         * python/lilylib.py (error): add space
10102
10103 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10104
10105         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10106         distribution.
10107
10108 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10109
10110         * lily/paper-outputter.cc (Paper_outputter): close port when
10111         finishing score.
10112
10113 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10114
10115         * scm/sodipodi.scm: Fixes.
10116
10117 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10118
10119         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10120
10121         * buildscripts/make-font-dir.py: Fix. 
10122
10123 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10124
10125         * lilypond-mode.el: Add support for Info inside Emacs.
10126
10127 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10128
10129         * buildscripts/make-font-dir.py: 
10130         * mf/GNUmakefile: Make sodipodi font map.
10131
10132         * scm/sodipodi.scm: Add more output functions.
10133
10134         * mf/feta-nummer.mf: 
10135         * mf/feta-beugel.mf: Add font_coding_scheme.
10136
10137         * lily/paper-outputter.cc (output_header): Fix creator string.
10138
10139 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10140
10141         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10142         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10143
10144         * lilypond.words: add two (Everybody can add/remove words now!).
10145
10146         * debian/rules:
10147         * make/lilypond.suse.spec.in:
10148         * make/lilypond.mandrake.spec.in:
10149         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10150
10151         * Documentation/user/refman.itely: Mention autocompletion.
10152
10153 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10154
10155         * scripts/ly2dvi.py: Add paper sizes.
10156
10157         * lily/timing-engraver.cc: 
10158         * lily/time-signature.cc: 
10159         * lily/span-bar.cc: 
10160         * lily/grob-scheme.cc: Code formatting fixes.
10161
10162         * scm/sodipodi.scm: 
10163         * scm/sketch.scm:
10164         * buildscripts/mf-to-table.py: 
10165         * buildscripts/make-font-dir.py: Font testing.
10166
10167 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10168
10169         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10170         inserts try-completion and shows all-completions.
10171
10172         * lilypond.words: '\' -> '\\'
10173
10174         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10175         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10176         
10177         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10178         and LilyPond-reserved-words.
10179         
10180 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10181
10182         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10183         from load-path.
10184         
10185         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10186         the mini-buffer with Control-Shift-c.
10187         
10188 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10189
10190         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10191         duration. This fixes \tempo taking time.
10192
10193 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10194
10195         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10196         Allow for text markup in repeatCommands. 
10197
10198 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10199
10200         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10201         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10202         Get rid of skeleton.el-dependency.
10203
10204         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10205
10206 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10207
10208         * lily/beam-engraver.cc (stop_translation_timestep): reset
10209         now_stop_ev_
10210
10211         * lily/scm-option.cc: add parse-protect to ly:set-option
10212
10213         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10214
10215 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10216
10217         * lily/include/ligature-bracket.hh: removed
10218         * lily/ligature-bracket.cc: removed
10219
10220         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10221         .tex
10222
10223         * lily/beam.cc (set_beaming): don't change beam count on rests.
10224         (brew_molecule): always set flag-width > 0.
10225
10226 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10227
10228         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10229         chars, remove instructions; instead, refer to lilypond-init.el and
10230         Documentation/topdocs/INSTALL.texi.
10231
10232         * lilypond.words: add identifiers and reserved words.
10233
10234         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10235         files and adding a load-path.
10236
10237         * lilypond-init.el: Instructions, extracted from 
10238         Documentation/topdocs/INSTALL.texi. 
10239         
10240 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10241
10242         * VERSION: 1.7.8 released 
10243
10244         * lily/grob.cc (warning): better robustness fix.
10245
10246 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10247
10248         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10249
10250         * lily/cluster-engraver.cc: stick better to variable naming
10251         conventions
10252
10253         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10254         until stop_translation_timestep()
10255
10256         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10257         min/max coordinates to backend, but no musical info such as
10258         pitches
10259
10260         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10261
10262         * lily/grob.cc: robustness fix: warning(): do not crash if
10263         cause is not set
10264
10265         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10266         the much more elaborated tuplet brackets than the very naive and
10267         simple ligature bracket grob
10268
10269 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10270
10271         * Documentation/user/refman.itely (Analysis brackets): add
10272         horizontal bracket doco.
10273
10274         * ly/property-init.ly (setMmRestFermata): added.
10275
10276         * Documentation/user/refman.itely (Multi measure rests): fermatas
10277         on mm rests.
10278
10279         * input/regression/apply-context.ly (texidoc): new file
10280
10281         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10282         code to be executed during interpretation. Possible applications:
10283         smart octavation, more advanced bar checks. 
10284
10285         * lily/apply-context-iterator.cc: new file.
10286
10287 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10288
10289         * input/test/new-markup.ly: new file.
10290
10291         * lily/text-item.cc (text_to_molecule): new function
10292
10293         * scm/new-markup.scm (lambda): new file
10294
10295         * lily/function-documentation.cc (ly_add_function_documentation):
10296         add proc property as well
10297
10298 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10299
10300         * Documentation/user/music-glossary.tely (Top): add custos.
10301
10302 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10303
10304         * Documentation/topdocs/INSTALL.texi: advise how to include source
10305         path to Emacs load-path and improve language.
10306
10307 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10308
10309         * GNUmakefile.in: config.h message fix.
10310
10311         * autogen.sh:
10312         * aclocal.m4: Regenerate.
10313
10314         * configure.in: 
10315         * config.make.in: 
10316         * stepmake/config.make.in: 
10317         * stepmake/configure.in: 
10318         * stepmake/autogen.sh: 
10319         * stepmake/aclocal.m4: Update for autoconf 2.56.
10320
10321 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10322
10323         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10324         to install Emacs-mode. Instructions how to use vim-mode.
10325
10326 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10327
10328         * scm/music-types.scm (music-descriptions): no length for tempo event.
10329
10330         * input/*.ly: add \version everywhere.
10331         
10332         * input/*.ly: update syntax to 1.7 + new-chords.
10333
10334         * VERSION: 1.7.7 released.
10335         
10336         * Documentation/user/*.tely: new chord syntax.
10337
10338         * input/regression/[bc]*.ly (texidoc): syntax updates.
10339         
10340 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10341
10342         * lilypond.words: add vocabulary to be used in auto-completion
10343
10344         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10345
10346         * lilypond.vim: allow note name at EOF
10347
10348 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10349
10350         * buildscripts/new-chords.py (edit): -e option: inline editing.
10351
10352         * input/regression/a*.ly (texidoc): syntax updates.
10353
10354         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10355         music): elucidations. 
10356
10357 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10358
10359         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10360         ly/spanners-init.ly, scm/grob-description.scm,
10361         scm/grob-property-description.scm, scm/music-types.scm,
10362         lily/cluster-engraver.cc, lily/cluster.cc,
10363         lily/include/cluster.hh, input/test/cluster.ly: cluster
10364         implementation
10365
10366         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10367         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10368         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10369
10370         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10371
10372         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10373
10374         * scm/grob-description.scm: bugfix: by default, use default note
10375         head style when engraving ligatures
10376
10377         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10378
10379         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10380         events
10381
10382         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10383
10384         * input/test/ancient-font.ly: bugfix: style -> flag-style
10385
10386         * lily/ligature-engraver.cc: indentation fix
10387
10388         * lily/parser.yy: indentation fixes
10389         
10390 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10391
10392         * input/regression/measure-grouping.ly: more elaborate example.
10393
10394         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10395         ly:div-moment. New functions 
10396
10397         * scm/music-functions.scm (set-time-signature): new function,
10398         allow inline time sig settings with measure grouping.
10399
10400         * lily/parser.yy (command_element): move time sig construction
10401         into Scheme.
10402
10403         * lily/side-position-interface.cc (out_of_staff): new function,
10404         like padding, but keep minimum distance from staff. Easier than
10405         linespanners (dynamics, pedals), but roughly the same effect.
10406
10407 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10408
10409         * emacs-mode.el: Added spanish-note-replacements 
10410         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10411
10412         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10413
10414 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10415
10416         * lilypond.vim: Do not fontify cises, desis, etc.
10417
10418         * vimrc: view dvi with <S-F6>
10419
10420 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10421
10422         * lily/lookup.cc (triangle): new function.
10423
10424         * input/regression/measure-grouping.ly (texidoc): new file: show
10425         triangles and brackets for beat groups of 3 and 2.
10426
10427         * lily/include/measure-grouping-spanner.hh (class
10428         Measure_grouping): new file.
10429
10430         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10431
10432         * lily/measure-grouping-engraver.cc (class
10433         Measure_grouping_engraver): new file.
10434
10435 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10436
10437         * Merge from stable:
10438
10439             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10440         
10441         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10442         stylesheet.
10443
10444         * ly/paper19.ly: Include paper19-init.ly.
10445
10446         * ly/paper19-init.ly: New file.
10447
10448         * Documentation/user/tutorial.itely (First steps): Fix first
10449         example for font test.
10450
10451         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10452
10453         * ChangeLog: Add 1.7.6 release marker (see below).
10454
10455         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10456         Add .py files.
10457
10458 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10459
10460         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10461
10462         * input/tutorial/*.ly: update to new syntax.
10463
10464         * lily/parser.yy (Composite_music): new transpose syntax,
10465         \transpose FROM TO MUSIC. 
10466
10467 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10468
10469         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10470         latex progress/error output to stderr (by default this goes to
10471         stdout).  Show lilypond progress, even when not verbose.
10472
10473         * python/lilylib.py (system): New optional parameter to control
10474         showing of progress.
10475
10476         * scm/backend-documentation-lib.scm (check-dangling-properties):
10477         Fix error message.
10478
10479         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10480         axis, extent.
10481
10482         * scm/grob-property-description.scm (magnify): Remove.
10483         (extent, axis): Add.
10484
10485 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10486
10487         * VERSION: Release 1.7.6.
10488
10489         * scripts/convert-ly.py: more uniformization substitutions.
10490
10491         * buildscripts/new-chords.py (sub_chords): new file.
10492
10493 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10496         lilypond.map.  Include sauter fonts too.  Cleanups.
10497
10498 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10499
10500         * Documentation/user/tutorial.itely (First steps): change to new
10501         chord/tie/slur/beam notation.
10502
10503         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10504         ties.
10505
10506         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10507         engraver. Process ties in postfix notation, i.e. c8-~ c
10508
10509         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10510
10511         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10512
10513         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10514
10515         * lily/beam-engraver.cc (try_music): accept new-beam-events
10516
10517         * input/regression/chord-scripts.ly (texidoc): new file
10518
10519         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10520         script-events.
10521
10522         * scm/script.scm (default-script-alist): cleanup.
10523
10524         * lily/script-engraver.cc (make_script_from_event): cleanup.
10525
10526         * lily/lyric-combine-music-iterator.cc
10527         (Lyric_combine_music_iterator): remove superfluous events.
10528         (melisma_busy): new function. Fix broken melismas.
10529
10530 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10531
10532         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10533         Remove nonvalid settings. Use descriptive key names.
10534         Use <Return> to indicate the pressing of that key.
10535
10536 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10537
10538         * scripts/lilypond-book.py (option_definitions): Typo.
10539
10540         * scripts/ly2dvi.py: Updates.
10541
10542         * python/lilylib.py (setup_environment, print_environment)
10543         (get_bbox, make_preview): Merge and remove from ly2dvi and
10544         lilypond-book.
10545
10546         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10547
10548         * .cvsignore: Remove some cruft.
10549
10550         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10551         path.
10552
10553         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10554         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10555         throughout.
10556
10557         * python/lilylib.py (quiet_system): Junk
10558         (system): Display error log upon failure.
10559         (read_pipe): New function.  Cleanups and fixes.
10560
10561         * python/*.py: Rename from *.py.in.
10562         
10563         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10564
10565         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10566
10567 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10568
10569         * python/GNUmakefile: Bugfix: handle modules.
10570
10571         * stepmake/stepmake/python-module-targets.make (default): Add
10572         compiled modules. 
10573
10574         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10575         compiling modules.
10576
10577         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10578         Bugfix.  (OUT_PYC_MODULES): Add.
10579
10580 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10581
10582         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10583         Use default paths. Refresh description.
10584
10585 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10586
10587         * VERSION: 1.7.5 released
10588
10589         * input/regression/finger-chords.ly (texidoc): new file.
10590
10591         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10592         support
10593
10594         * lily/fingering-engraver.cc (process_music): remove kludgy
10595         scriptHorizontal stuff.
10596
10597         * lily/script.cc: remove staff-support property.
10598
10599         * lily/new-fingering-engraver.cc (add_fingering): new
10600         file. Fingering engraver for new style chords.
10601
10602 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10603
10604         * lily/parser.yy (bare_number): allow 4 \cm (without
10605         decimal dot). (should backport to 1.6?)
10606
10607         * ly/declarations-init.ly: use Scheme for dimension defs.
10608
10609         * lily/parser.yy (TODO): remove hard coded dimensions, add
10610         REAL NUMBER_IDENTIFIER production.
10611
10612         * lily/rest-collision.cc (force_shift_callback): rewrite using
10613         -done property.
10614
10615         * scm/grob-property-description.scm (rest-collision-done): add
10616         property.
10617         
10618         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10619
10620 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10621
10622         * input/regression/multi-measure-rest-center.ly: new file.
10623
10624         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10625         off horizontally by 0.05 ss. Fixed.
10626
10627 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10628
10629         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10630
10631         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10632
10633 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10634
10635         * lily/tie.cc (get_control_points): also avoid staff lines on the
10636         just outside the outer staff lines
10637
10638 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10639
10640         * ly/params-init.ly: Just define style-alist, no need to
10641         define-public.
10642
10643         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
10644         (thanks Han-Wen).
10645
10646         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
10647         (FET_FILES): = FONT_FILES.
10648
10649         * Merge from stable:
10650
10651             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
10652
10653 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10654
10655         * VERSION: 1.7.4 released.  
10656         
10657         * scm/generate-documentation.scm (string-append): add macro
10658         definitions.
10659
10660         * lily/text-item.cc (lookup_text): don't use virtual fonts for
10661         normal texts.
10662
10663         * lily/multi-measure-rest-engraver.cc: make separate
10664         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
10665
10666         * lily/multi-measure-rest.cc: remove text handling. Remove
10667         number-threshold.
10668
10669 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10670
10671         * scm/music-types.scm: doc patch by Graham Percival
10672
10673 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10674
10675         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
10676         encoding part.
10677         (Font_info.set_defaults): pixelsize now also defauts to '0'.
10678         (sketch_p): Sketch wants only first four elements of X11 font spec.
10679
10680         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
10681
10682         * mf/feta-autometric.mf: Write foundry and family to log.
10683
10684         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
10685         font translation table.
10686
10687         * buildscripts/mf-to-table.py: Better font info into afm.
10688
10689         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
10690         1.0.9 required.
10691
10692         * configure.in: Whine for mftrace 1.0.9.
10693
10694 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10695
10696         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
10697
10698         * lily/main.cc (main_prog): don't try to load init.EXT when
10699         processing foo.EXT.
10700
10701 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
10702
10703         * scm/tex.scm (zigzig-line): added.
10704
10705         * scm/ps.scm (zigzag-line): added.
10706
10707         * ps/music-drawing-routines.ps (subvec): added.
10708         (draw_zigzag_line): added.
10709         
10710         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
10711         grob properties zigzag-width and zigzag-length.
10712
10713         * input/regression/glissando.ly: Add some zig-zagged glissandi.
10714
10715 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
10716
10717         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
10718         svg output, including font.
10719
10720 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10721
10722         * scm/lily.scm: Register sodipodi output module.
10723
10724         * scm/sodipodi.scm: New file.
10725
10726         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
10727
10728         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
10729         comment, after header.
10730         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
10731         FullName.  Fix FontName key.
10732
10733 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
10734
10735         * lily/rest.cc (after_line_breaking): bugfix: dots after half
10736         and breve rests.
10737         
10738         * input/test/blank-notes.ly: bugfix
10739
10740         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
10741         rests. (Kim Shrier)
10742
10743         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
10744         
10745 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
10746
10747         * scm/tex.scm: 
10748         * scm/ps.scm: Cleanup and remove obsolete junk.
10749
10750         * Documentation/user/internals.itely:
10751         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
10752
10753         * lily/parser.yy: Identify shift/reduce problems.
10754
10755         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
10756         make-style-sheet.  Too specific for convert-ly?
10757
10758 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10759
10760         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
10761
10762         * input/test/*.ly: various fixes.
10763
10764         * lily/music.cc (name): bugfix
10765
10766         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
10767
10768         * lily/input-file-results.cc (code): set-point-and-click! ->
10769         set-point-and-click
10770         
10771 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10772
10773         * Use uniform ly: prefix for exported scheme primitive functions.
10774
10775         * scm/music-types.scm: junk compat glue
10776
10777         * scripts/convert-ly.py: add rules for stuff below, junk
10778         compatibility glue for spanrequest.
10779
10780         * lily/parser.yy (verbose_event): remove \spanrequest,
10781         \commandspanrequest, \script. 
10782         
10783         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
10784
10785         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
10786         for \penalty, \glissando.
10787
10788         * VERSION: release 1.7.3
10789         
10790 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
10791
10792         * lily/accidental-engraver.cc: Fix
10793         grace-in-the-beginning-of-measure bug caused by the resent
10794         partial-measure fix.
10795
10796         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
10797         overlap looks too crowded)
10798         
10799 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10800
10801         * lily/parser.yy (assignment): allow SCM expression as assignment.
10802
10803         * lily/include/music-output-def.hh (class Music_output_def):
10804         * lily/music-output-def.cc: 
10805         * lily/paper-def.cc: 
10806         * scm/font.scm (markup-to-properties):
10807         * lily/parser.yy (music_output_def_body): 
10808         remove style_sheet_
10809
10810 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10811
10812         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
10813         length.
10814
10815         * input/regression/spacing-to-grace.ly: new file.
10816
10817         * input/regression/spacing-end-of-line.ly: new file.
10818
10819         * lily/note-spacing.cc (get_spacing): take into account breakable
10820         stuff sticking out at the left (time sig change at line break).
10821
10822         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
10823         raggedright code.
10824
10825         * scm/music-functions.scm (make-voice-props-set): add
10826         staff-position for mm rests.
10827  
10828         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
10829         before grace notes a little.
10830
10831         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
10832
10833         * lily/break-align-interface.cc (do_alignment): right-edge spacing
10834         key adds space at the end of line. 
10835
10836 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10837
10838         * scm/sketch.scm: Fix beams.
10839
10840         * buildscripts/mf-to-table.py: Add EncodingScheme.
10841
10842         * scm/sketch.scm: Resurrect.
10843
10844 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10845
10846         * lily/multi-measure-rest.cc: use breve rests for measure lengths
10847         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
10848
10849 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10850
10851         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
10852
10853         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10854
10855 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10856
10857         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
10858         token for origin information.
10859
10860         * lily/parser.yy (My_lily_lexer): do identifier location and
10861         cloning from lexer.
10862
10863         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
10864         logic out of the parser. Add bar checks on both ends.
10865
10866         * Documentation/user/refman.itely (Multi measure rests): add more
10867         notes about mm rests.
10868
10869 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
10870
10871         * input/regression/bar-scripts.ly: Re-enable.
10872
10873         * lily/parser.yy:
10874         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
10875         released rsn.  Bison 1.50 has a crucial bug and won't work.
10876
10877         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
10878
10879
10880 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10881
10882         * input/regression/bar-scripts.ly: Blunt documentation build fix.
10883
10884 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10885
10886         * Actually merge changes since 1.6.4 besides ChangeLog, and
10887         resolve conflicts.  Lots of updates, hope all is well.
10888         
10889         * cygwin/lilypond.hint (requires): Add ghostscript.
10890
10891         * scm: Update some (c).
10892         
10893 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10894
10895         * input/test/{various}.ly: add \header fields and texidoc strings.
10896
10897 2002-10-05  Werner Lemberg  <wl@gnu.org>
10898
10899         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
10900         renamed to `output_latex_quoted'.
10901         Added `output_latex_noquote'.
10902         (schedule_lilypond_block): Implement `noquote' option for LaTeX
10903         mode.
10904
10905 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10906
10907         * ChangeLog: Add 1.6.6 release marker.  See below.
10908
10909         * stepmake/stepmake/po-targets.make: Remove --c++ option.
10910
10911         * scripts/midi2ly.py: Fix global syntax warnings.
10912
10913         * GNUmakefile.in: Generate builddir locale tree too.
10914
10915         * scripts/ly2dvi.py:
10916         * scripts/midi2ly.py: 
10917         * scripts/mup2ly.py: 
10918         * scripts/update-lily.py:
10919         * lily/main.cc (setup_paths): Fix for locales setup.
10920
10921 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10922
10923         * Documentation/windows/installing.texi: Soften wording about
10924         necessity of becoming Administrator.  tommie@iae.nl reports this
10925         does not seem to be necessary for his flavour of Windows 2000.
10926         Explicitely discourage text mode mounts.
10927
10928 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10929
10930         * lily/rest.cc (after_line_breaking): backport dot position fix.
10931
10932         * lily/rest-collision.cc (do_shift): also remove dots for suicided
10933         rests. Thanks to Klaus Zimmermann for finding this bug.
10934
10935 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
10938
10939 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10940
10941         * Documentation/user/music-glossary.tely: fix links.
10942
10943 2002-10-21  Werner Lemberg  <wl@gnu.org>
10944
10945         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
10946         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
10947         scaling factor) only once and use them in the definition of
10948         \embeddedps.
10949         * ps/music-drawing-routines.ps (skeel): Removed.
10950
10951 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10952
10953         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
10954         Solaris7, as we don't use nested $( ) constructs.
10955
10956 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10957
10958         * VERSION: Release 1.6.6.
10959         
10960 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10961
10962         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
10963         as workaround for /bin/sh problems on Solaris7.
10964
10965 2002-10-19  Werner Lemberg  <wl@gnu.org>
10966
10967         * GNUmakefile.in (web-doc): Fix typos.
10968         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
10969         `music-drawing-routines.ps' but emit \special{header=...} once.
10970         * scm/tex.scm (header-end): Updated.
10971
10972 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10973
10974         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
10975         undefined tremolo. 
10976
10977 2002-10-15  Werner Lemberg  <wl@gnu.org>
10978
10979         * scripts/lilypond-book.py (g_make_html): New global variable.
10980         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
10981         if `g_make_html' isn't set.
10982         [main]: Add format `texi-html'.
10983         (option_definitions): Updated.
10984         * Documentation/user/lilypond-book.itely: Updated.
10985
10986         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
10987         * make/ly-rules.make (%.texi, %.nexi): Use it.
10988         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
10989         format to lilypond-book.
10990         * GNUmakefile.in (web-doc): Ditto.
10991
10992 2002-10-14  Werner Lemberg  <wl@gnu.org>
10993
10994         Further improve TeX output.  The produced files are about 40%
10995         smaller.  `lilyponddefs.tex' is now read only once.
10996
10997         * tex/lilyponddefs.tex: Remove footer stuff.
10998         (\ifundefined): Renamed to...
10999         (\lilypondundefined): This.  Use LaTeX's definition to
11000         make it nestable and make it global.
11001         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11002         output.
11003         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11004         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11005         them global.
11006         (\placebox): Renamed to...
11007         (\lyitem): This.
11008         Make it global and call \outputscale by itself.
11009         (\lybox, \lyvrule): New macros to reduce input data.
11010         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11011         New auxiliary macros.
11012         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11013         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11014         to...
11015         (\lilypondspace): This and made it global.
11016         (\turnOnPostScript): Renamed to...
11017         (\lilypondpostscript): This and made it global.
11018         (\turnOnExperimentalFeatures): Renamed to...
11019         (\lilypondexperimentalfeatures): This and made it global.
11020         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11021         (\lilypondsetdimen): This and made it global.
11022         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11023         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11024         (all, $(outdir)/music-drawing-routines.ps): New rules.
11025         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11026         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11027         start-system, stop-system, stop-last-system, filledbox): Updated to
11028         use the changed macros from lilyponddefs.tex.
11029         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11030
11031 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11032
11033         * Documentation/windows/installing.texi: Update.
11034
11035 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11036
11037         * VERSION: 1.6.5 released
11038
11039         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11040
11041 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11042
11043         * scm/translator-property-description.scm (voltaOnThisStaff): add
11044         property.
11045
11046 2002-09-28  Werner Lemberg  <wl@gnu.org>
11047
11048         * scm/tex.scm (header-end): Suppress page numbering.
11049
11050         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11051         Fix quotation for HTML output.
11052
11053 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11054         
11055         * Documentation/user/refman.itely: grammar and phrasing
11056           fixes to "Note Entry" section.  Also adds a few new examples.
11057
11058 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11059
11060         * flower/include/string-data.icc: include string.h
11061
11062 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11063
11064         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11065
11066 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11067
11068         * Documentation/user/GNUmakefile (extra-local-help): Add.
11069
11070         * stepmake/stepmake/www-targets.make (local-help): Add.
11071
11072 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11073
11074         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11075         packages.
11076
11077         * Documentation/topdocs/README.texi (Top): building documentation
11078         (not website.)
11079
11080 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11081
11082         * Documentation/user/refman.itely: 
11083         * Documentation/user/tutorial.itely: 
11084         * Documentation/user/music-glossary.tely: Merge changes.
11085
11086         * Documentation/user/glossary.html.in: 
11087         * Documentation/index.texi: 
11088         * Documentation/header.html.in: Accomodate renaming of glossary.
11089         
11090         * Documentation/user/tutorial.itely: Add some glossary references.
11091         
11092         * Documentation/user/refman.itely: Minor fixes.
11093         
11094         * Documentation/user/lilypond.tely: Add glossary do direntry.
11095
11096         * Documentation/user/music-glossary.tely: Rename (previously:
11097         glossary.tely).  Fix anchor placement.
11098
11099         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11100
11101 2002-09-23  Werner Lemberg  <wl@gnu.org>
11102
11103         * scripts/lilypond-book.py (output_dict): Fix handling of
11104         various environments by avoid extraneous newlines.
11105         Rename `output-all' regexp for html to `output-html'.
11106         Replace `output-all' regexp for texi with `output-texi-quote'
11107         and `output-texi-noquote'.
11108         (compose_full_body): Don't override `linewidth' user option
11109         for `singleline'.
11110         (schedule_lilypond_block): Don't indent text specified with
11111         `intertext' option.
11112         Add new option `noquote'.
11113         (compile_all_files): Use latex instead of tex to compile ly
11114         files directly.
11115
11116         * Documentation/user/lilypond-book.itely: Updated and revised.
11117         Improve layout.
11118
11119         * Documentation/user/glossary.tely,
11120         Documentation/user/introduction.itely,
11121         Documentation/user/tutorial.itely,
11122         Documentation/user/refman.itely,
11123         Documentation/user/appendices.itely: Fix overfull LilyPond
11124         boxes caused by the new lilypond-book code.  Other minor
11125         fixes.
11126
11127         * Documentation/user/macros.itexi (@texiflat): Don't emit
11128         trailing space.
11129
11130         * scm/tex.scm (end-output, header-end): Add preamble and
11131         postamble to make lilypond output directly compilable with
11132         latex.
11133
11134         
11135 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11136
11137         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11138         instructions.
11139
11140 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11141
11142         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11143
11144 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11145
11146         * lily/beam.cc (connect_beams): don't crash if there are quarter
11147         notes in beams.
11148
11149 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11150
11151         * Documentation/user/refman.itely: corrected ancient clef
11152         docu; added docu on ligatures
11153
11154 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11155
11156         * Documentation/user/glossary.tely,
11157         Documentation/user/refman.itely, input/les-nereides.ly,
11158         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11159         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11160         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11161         Stem properties: flag-style -> stroke-style, style -> flag-style.
11162
11163
11164 2002-09-22  Werner Lemberg  <wl@gnu.org>
11165
11166         * scripts/lilypond-book.py: Add option `notime' to suppress
11167         printing of a time signature.  Specify default indentation of 0pt
11168         if single line fragment.  Don't emit redundant `\paper{ }'.
11169
11170         * Documentation/user/lilypond-book.itely: Updated.
11171
11172         * Documentation/user/glossary.tely: Completely reformatting.
11173
11174 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11175
11176         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11177
11178 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11179
11180         * Documentation/user/tutorial.itely: Fix links.
11181         
11182         * Documentation/topdocs/index.tely:
11183         * Documentation/index.texi:
11184         * Documentation/header.html.in: Small website fixes and updates.
11185
11186         * debian/: Debian patch by Anthony Fok.
11187
11188 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11189
11190         * Documentation/footer.html.in: How time flies: It's already 2002!
11191
11192         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11193         more descriptive link names than 'here'.
11194
11195 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11196
11197         * VERSION: 1.7.2 released
11198         * VERSION: 1.6.4 released
11199         
11200         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11201
11202         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11203         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11204
11205         * mf/feta-din.mf (test): add x-height and space.
11206
11207         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11208         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11209
11210         * ly/grace-init.ly: add-to-grace-init: function to portably add
11211         settings to \grace. 
11212
11213         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11214         if we get an absolute dynamic event.
11215  
11216         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11217
11218         * lily/source-file.cc (get_line): oops. All line numbers were off
11219         by 2. Fix that. 
11220
11221         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11222         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11223
11224         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11225
11226         * lily/parser.yy (number_factor): remove (number) as number
11227         expression. ("Let them eat Lisp").
11228
11229 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11230
11231         * lily/horizontal-bracket.cc: new file.
11232
11233         * lily/horizontal-bracket-engraver.cc: new file.
11234
11235         * input/regression/note-group-bracket.ly: new file. Support
11236         horizontal note brackets for music analysis.
11237
11238         * lily/stem.cc (flag): new flag-style: no-flag.
11239
11240         * input/test/stem-cross-staff.ly: new file
11241         
11242         * Documentation/user/internals.itely: Improved formatting, fixing
11243         typos.  Added a section `Output details' to describe how the TeX
11244         code looks like.
11245
11246         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11247
11248         * lily/parser.yy: remove \dynamicscript.
11249
11250         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11251         definitions. 
11252
11253         * python/midi.c (midi_error): take two arguments.
11254
11255         * Merge 1.6.5 changes:
11256         
11257 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11258
11259         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11260         staff-space.  Previous 1.5 was probably meant as half-spaces.
11261         (cautionary-style): parentheses (was: smaller).  This is what doco
11262         says, and it seems more logical.
11263
11264         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11265         for 2nd sentence.
11266
11267 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11268
11269         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11270
11271 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11272
11273         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11274
11275 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11276
11277         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11278
11279 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11280
11281         * scm/translator-property-description.scm (voltaOnThisStaff): add
11282         property.
11283
11284 2002-09-28  Werner Lemberg  <wl@gnu.org>
11285
11286         * scm/tex.scm (header-end): Suppress page numbering.
11287
11288         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11289         Fix quotation for HTML output.
11290
11291 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11292         
11293         * Documentation/user/refman.itely: grammar and phrasing
11294           fixes to "Note Entry" section.  Also adds a few new examples.
11295
11296 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11297
11298         * flower/include/string-data.icc: include string.h
11299
11300 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11301
11302         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11303
11304 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * Documentation/user/GNUmakefile (extra-local-help): Add.
11307
11308         * stepmake/stepmake/www-targets.make (local-help): Add.
11309
11310 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11311
11312         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11313         packages.
11314
11315         * Documentation/topdocs/README.texi (Top): building documentation
11316         (not website.)
11317
11318 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11319
11320         * Documentation/user/refman.itely: 
11321         * Documentation/user/tutorial.itely: 
11322         * Documentation/user/music-glossary.tely: Merge changes.
11323
11324         * Documentation/user/glossary.html.in: 
11325         * Documentation/index.texi: 
11326         * Documentation/header.html.in: Accomodate renaming of glossary.
11327         
11328         * Documentation/user/tutorial.itely: Add some glossary references.
11329         
11330         * Documentation/user/refman.itely: Minor fixes.
11331         
11332         * Documentation/user/lilypond.tely: Add glossary do direntry.
11333
11334         * Documentation/user/music-glossary.tely: Rename (previously:
11335         glossary.tely).  Fix anchor placement.
11336
11337         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11338
11339 2002-09-23  Werner Lemberg  <wl@gnu.org>
11340
11341         * scripts/lilypond-book.py (output_dict): Fix handling of
11342         various environments by avoid extraneous newlines.
11343         Rename `output-all' regexp for html to `output-html'.
11344         Replace `output-all' regexp for texi with `output-texi-quote'
11345         and `output-texi-noquote'.
11346         (compose_full_body): Don't override `linewidth' user option
11347         for `singleline'.
11348         (schedule_lilypond_block): Don't indent text specified with
11349         `intertext' option.
11350         Add new option `noquote'.
11351         (compile_all_files): Use latex instead of tex to compile ly
11352         files directly.
11353
11354         * Documentation/user/lilypond-book.itely: Updated and revised.
11355         Improve layout.
11356
11357         * Documentation/user/glossary.tely,
11358         Documentation/user/introduction.itely,
11359         Documentation/user/tutorial.itely,
11360         Documentation/user/refman.itely,
11361         Documentation/user/appendices.itely: Fix overfull LilyPond
11362         boxes caused by the new lilypond-book code.  Other minor
11363         fixes.
11364
11365         * Documentation/user/macros.itexi (@texiflat): Don't emit
11366         trailing space.
11367
11368         * scm/tex.scm (end-output, header-end): Add preamble and
11369         postamble to make lilypond output directly compilable with
11370         latex.
11371
11372         
11373 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11374
11375         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11376         instructions.
11377
11378 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11379
11380         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11381
11382 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11383
11384         * lily/beam.cc (connect_beams): don't crash if there are quarter
11385         notes in beams.
11386
11387 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11388
11389         * Documentation/user/refman.itely: corrected ancient clef
11390         docu; added docu on ligatures
11391
11392 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11393
11394         * Documentation/user/glossary.tely,
11395         Documentation/user/refman.itely, input/les-nereides.ly,
11396         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11397         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11398         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11399         Stem properties: flag-style -> stroke-style, style -> flag-style.
11400
11401 2002-09-22  Werner Lemberg  <wl@gnu.org>
11402
11403         * scripts/lilypond-book.py: Add option `notime' to suppress
11404         printing of a time signature.  Specify default indentation of 0pt
11405         if single line fragment.  Don't emit redundant `\paper{ }'.
11406
11407         * Documentation/user/lilypond-book.itely: Updated.
11408
11409         * Documentation/user/glossary.tely: Completely reformatting.
11410
11411 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11412
11413         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11414
11415 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11416
11417         * Documentation/user/tutorial.itely: Fix links.
11418         
11419         * Documentation/topdocs/index.tely:
11420         * Documentation/index.texi:
11421         * Documentation/header.html.in: Small website fixes and updates.
11422
11423         * debian/: Debian patch by Anthony Fok.
11424
11425 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11426
11427         * Documentation/footer.html.in: How time flies: It's already 2002!
11428
11429         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11430         more descriptive link names than 'here'.
11431
11432 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11433
11434         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11435
11436 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11437
11438         * lily/part-combine-music-iterator.cc (get_state): cleanup
11439         (get_music_info): cleanup.
11440
11441 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11442
11443         * scm/backend-documentation-lib.scm (interface-doc-string):
11444         crosslinks between interfaces and grobs. Headings for interfaces
11445         in grob explanation.
11446
11447 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11448
11449         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11450         dtd).  Add preliminary dtd.
11451         (re-sub-alist): Robustify.
11452
11453 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11454
11455         * lily/include/event-chord-iterator.hh,
11456         lily/context-specced-music-iterator.cc,
11457         lily/event.cc, lily/event-chord-iterator.cc: add
11458
11459 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11460
11461         * lily/: some (c) header fixes.
11462         
11463         * lily/request-chord.cc: Remove.
11464         
11465         * lily/include/event-chord-iterator.hh:
11466         * lily/include/event.hh:
11467         * lily/event-chord.cc: New file.
11468         
11469         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11470         requested.
11471
11472 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11473
11474         * lily/ : rename Request to Event
11475
11476         * lily/parser.yy (command_element): move clef stuff into Scheme.
11477
11478         * lily/:  rename length_mom () to get_length()
11479
11480         * lily/part-combine-music.cc: removed file and class.
11481
11482         * lily/context-specced-music-iterator.cc (class
11483         Context_specced_music_iterator): new file. Obsoletes the
11484         Context_specced_music type.
11485
11486         * scm/music-types.scm (make-repeated-music): put different kinds
11487         of repeated music into music-type table.
11488
11489         * VERSION: 1.7.1 released.
11490
11491         * scm/to-xml.scm: new file.
11492
11493         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11494         new Input representation: dump music as XML.
11495
11496         * scm/engraver-documentation-lib.scm
11497         (engraver-accepts-music-types?): add links from music to engraver,
11498         from music-type to engraver.
11499
11500         * lily/include/command-request.hh: removed
11501         lily/include/musical-request.hh: removed. Removed all _req classes
11502         except Key_change_req. Changes throughout.
11503
11504 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11505
11506         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11507
11508 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11509
11510         * lily/*.cc: specify accepts for many engravers.
11511
11512         * scm/music-documentation-lib.scm: dump music expressions and
11513         music subtypes.
11514
11515         * scm/documentation-lib.scm: complete revision.
11516         Use GOOPS objects to store document tree explicitly. Cleaned up and
11517         sped up doco generation a lot.
11518
11519 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11520
11521         * input/trip.ly (fugaIILeft): add arpeggio
11522
11523         * lily/translator-group.cc (try_music_on_nongroup_children):
11524         oops. The name symbol is in the cdr of the assoc handle.
11525
11526         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11527         Hyphen_req, Glissando_req, Break_req, Mark_req 
11528
11529 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11530
11531         * lily/musical-request.cc (music-duration-length,
11532         music-duration-compress): new functions.
11533
11534         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11535         throughout. Warning doesn't work yet.
11536
11537         * lily/translator-group.cc (try_music_on_nongroup_children):
11538         new implementation: store candidate acceptors in a hashTable.
11539
11540 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11541
11542         * scm/music-types.scm (music-descriptions): change name to
11543         internal-class-name
11544
11545         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11546
11547 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11548
11549         * lily/beam.cc (connect_beams): don't crash if there are quarter
11550         notes in beams.
11551
11552 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11553
11554         * Documentation/user/refman.itely: corrected ancient clef
11555         docu; added docu on ligatures
11556
11557 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11558
11559         * Documentation/user/glossary.tely,
11560         Documentation/user/refman.itely, input/les-nereides.ly,
11561         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11562         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11563         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11564         Stem properties: flag-style -> stroke-style, style -> flag-style.
11565
11566 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11567
11568         * scm/music-functions.scm (music-separator?): don't use name music
11569         property.
11570
11571 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11572
11573         * stepmake/stepmake/generic-targets.make (help): Document check
11574         target.
11575
11576         * lily/new-accidental-engraver.cc: Compile fix.
11577
11578 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11579
11580         * scripts/convert-ly.py: Add rule.
11581
11582         * input/test/music-creation.ly:
11583         * input/test/add-staccato.ly:
11584         * input/test/add-text-script.ly: ly-make-music.
11585
11586         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11587         More ly-make-music renamings.
11588
11589         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11590
11591         * lily/music-constructor.cc (make_music): Add debugging info.
11592
11593         * scm/music-functions.scm (make-simultaneous-music,
11594         (make-sequential-music, context-spec-music):
11595         * scm/music-types.scm (music-descriptions): Get lily to run.
11596
11597 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11598
11599         * lily/command-request.cc (transpose_key_alist): new function.
11600
11601         * lily/key-performer.cc (create_audio_elements): cleanup. 
11602
11603 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11604
11605         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11606
11607         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11608         events-accepted field.
11609
11610         * scm/music-types.scm: new file.
11611
11612         * lily/parser.yy: put music type initialization into scheme,
11613         similar to grob initialization.  Changes throughout.
11614
11615 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11616
11617         * Documentation/user/tutorial.itely: Fix links.
11618         
11619         * Documentation/index.texi: 
11620         * Documentation/header.html.in: 
11621         * Documentation/topdocs/index.tely: Small website fixes and updates.
11622
11623         * debian/: Debian patch by Anthony Fok.
11624
11625 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11626
11627         * Documentation/footer.html.in: How time flies: It's already 2002!
11628
11629         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11630         more descriptive link names than 'here'.
11631
11632         * ROADMAP: Remove test stuff.
11633
11634         * scripts/update-lily.py: Allow auto-building of stable and
11635         development versions.  Bugfixes.
11636
11637 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11638
11639         * VERSION: released 1.7.0
11640
11641         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11642
11643         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
11644         positive line widths.
11645
11646 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
11649         go.  Fix comments.
11650
11651         * cygwin: Cygwin updates.
11652
11653 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11654
11655         * Documentation/windows/installing.texi (Top): version for python,
11656         urls for ghostscript (thanks to John Potelle)
11657         
11658         * lily/simultaneous-music-iterator.cc
11659         (Simultaneous_music_iterator): init children_list_ before
11660         triggering GC.
11661
11662         * lily/*-iterator.cc: be even more careful with smobbed copy
11663         constructors. 
11664
11665         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
11666         LeftEdge item.
11667
11668 2002-09-15  Werner Lemberg  <wl@gnu.org>
11669
11670         Improving LilyPond's output to make them ordinary TeX boxes with
11671         predictable dimensions.  System boxes are now vertically centered on
11672         the baseline; this offset can be further controlled with
11673         \lilypondscoreshift.
11674
11675         * lily/system.cc (System::post_processing): Pass length of current
11676         system to `start-system' (including any horizontal indentation).
11677
11678         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
11679         prettier.
11680         (lily-def): Append `%'.
11681         (start-system): Add parameter `wd'.  Output more TeX code to specify
11682         box dimensions.
11683         (stop-system, stop-last-system): Complement changes in
11684         `start-system'.
11685         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
11686         Updated.
11687
11688         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
11689         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
11690         Write final `\endinput'.
11691
11692         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
11693         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
11694         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
11695         files and macro definitions don't produce spurious spaces and
11696         paragraphs (using \endlinechar).
11697         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
11698
11699         * Documentation/user/internals.itely: Improved formatting, fixing
11700         typos.  Added a section `Output details' to describe how the TeX
11701         code looks like.
11702
11703 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11704
11705         * lily/accidental-engraver.cc: Also work with partial measures.
11706
11707 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11708
11709         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
11710         spanner.
11711
11712 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11713
11714         * lily/identifier-smob.cc (unpack_identifier): new file.
11715
11716         * lily/lexer.ll (identifier_type): new function.  use ly-id to
11717         pass off scheme expressions as music identifiers.
11718
11719         * scm/lily.scm: reorganisation, cleanups.
11720
11721         * lily/main.cc: small cleanups.
11722
11723 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11724
11725         * lily/ly-module.{cc,hh}: new file.
11726
11727 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
11728
11729         * lily/accidental-engraver.cc: Also work with partial measures.
11730
11731 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
11732
11733         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
11734
11735 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11736
11737         * lily/my-lily-lexer.cc: use SCM module in stead of
11738         Scheme_hash_table. Changes throughout.  
11739
11740 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11741
11742         * VERSION (MY_PATCH_LEVEL): make 1.7.0
11743