]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(struct Slur_score_state): new
[lilypond.git] / ChangeLog
1 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
2
3         * lily/slur-scoring.cc (struct Slur_score_state): new
4         struct. Collect scoring function arguments.
5
6         * scm/part-combiner.scm (determine-split-list): remove playing1
7         and playing2.
8
9 2004-10-02  Graham Percival  <gperlist@shaw.ca>
10
11         * Documentation/index.html.in: remove link to templates.
12
13         * Documentation/user/notation.itely: more small fixes.
14
15 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
16
17         * lily/timing-engraver.cc (process_music): move setting
18         measure-length. This fixes spacing-whole-rest.ly
19
20         * VERSION (PACKAGE_NAME): release 2.3.20
21         
22         * input/regression/quote-transposition.ly: update example
23
24         * scm/define-music-properties.scm (all-music-properties): change
25         meaning of instrumentTransposition.  It is now the pitch played
26         that sounds as middle C. This means that instrumentTransposition
27         can be \transposed. 
28         Fixes: transpose-quote.ly
29
30         * lily/parser.yy (command_element): reverse setting of
31         instrumentTransposition
32
33         * lily/pitch.cc (pitch_interval): rename.
34
35         * lily/recording-group-engraver.cc (stop_translation_timestep):
36         remove macrameing of accumulator and set_car/cdr.
37         Fixes: transposition-quote.ly
38
39         * lily/music.cc (transpose): fold Event::transpose() in.
40
41         * lily/event.cc: remove Transpose. 
42
43         * lily/recording-group-engraver.cc: cleanup.
44
45         * ly/music-functions-init.ly (displayMusic): add function.
46
47         * make/lilypond.fedora.spec.in: rename file.
48
49         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
50         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
51
52         * Documentation/user/changing-defaults.itely (Changing context
53         properties on the fly): typo.
54
55         * lily/slur.cc (outside_slur_callback): try three sample points
56         for determining collisions. This fixes: slur-script.ly.
57
58 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
59
60         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
61
62 2004-10-01  Graham Percival  <gperlist@shaw.ca>
63
64         * Documentation/user/notation.itely: more small fixes.
65
66         * Documentation/user/examples.itely: make new sections.
67
68         * input/test/bar-lines.ly: improve output, fix bug.
69
70         * Documentation/user/changing-defaults.itely: small fixes.
71
72 2004-10-01  Werner Lemberg  <wl@gnu.org>
73
74         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
75         T1 encoding in texinfo mode.
76         (\lilypondstart): Use it.
77         (\lilypondloop, \lilyponditerate): Removed.  Unused.
78
79 2004-09-30  Werner Lemberg  <wl@gnu.org>
80
81         * tex/lilyponddefs.tex (\lilypondstart): Define
82         \lilypondfontencoding for both texinfo and latex mode.
83
84         * scm/framework-tex.scm (font-load-command): Use
85         \lilypondfontencoding.
86
87 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
88
89         * scm/framework-tex.scm (dump-page): take with-extents?
90         argument. If true, output Y extents. Used for lilypond-book
91         documents.
92
93         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
94         \bookpaper.
95
96         * lily/slur.cc (outside_slur_callback): epsilon-delta management
97         for slur edges. Fixes: progerror-no-bezier-intersection.ly
98  
99         * scm/framework-tex.scm (dump-page): put stencil height in dumped
100         page.
101
102 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
103
104         * Documentation/user/notation.itely (Multi measure rests):
105         Improved example.
106
107 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
108
109         * lily/auto-beam-engraver.cc (test_moment): robustify.
110
111 2004-09-28  Werner Lemberg  <wl@gnu.org>
112
113         * scm/framework-tex.scm (font-load-command): Define proper font
114         macro which sets font encoding if available.
115         (define-fonts): Define \lilypondpaperinputencoding, to be taken
116         from the \bookpaper block.
117
118         * tex/lilyponddefs.tex (\lilypondstart): Use
119         \lilypondpaperinputencoding for global input encoding.
120
121 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
122
123         * lily/score.cc (Score): oops. Copy error_found_ too.
124
125 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * stepmake/stepmake/texinfo-rules.make: 
128         * Documentation/GNUmakefile: --srcdir build fixes.
129
130         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
131
132         * Documentation/user/latex-lilypond-example.latex:
133         * Documentation/user/latex-example.latex: Fix compile errors.
134         Still buggy, need more love.
135
136 2004-09-27  Werner Lemberg  <wl@gnu.org>
137
138         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
139
140 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
141
142         * Documentation/user/examples.itely: removed \midi block to
143         simplify the example
144
145         * Documentation/user/notation.itely: Removed superfluous
146         TextSpanner tweakings (is already done by engraver-init.ly).
147         Documented bug: vertical alignment of articulations.
148
149         * Documentation/user/notation.itely, ly/engraver-init.ly
150         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
151         padding.
152
153         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
154         docu about TextSpanner padding bug from manual to engraver.ly
155         (since it's workarounded and hence not user-visible any more)
156
157 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
158
159         * VERSION: release 2.3.19
160
161 2004-09-26  Graham Percival  <gperlist@shaw.ca>
162
163         * ly/property-init.ly: fix bug in displaying ledger lines while
164         \hideNotes is on.
165
166         * Documentation/user/notation.itely: more editing.
167
168         * Documentation/user/examples.itely: add piano-dynamics template.
169
170         * input/template/piano-dynamics.ly: remove.
171
172         * Documentation/user/sound-output.itexi: more editing
173
174 2004-09-25  Graham Percival  <gperlist@shaw.ca>
175
176         * Documentation/user/notation.itely: more editing.
177
178 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
179
180         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
181         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
182
183 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
184
185         * lily/hairpin.cc (print): check columns of bounds, not bounds
186         themselves.
187         (print): robustify bound-padding lookup.
188
189         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
190
191         * scripts/lilypond-book.py (Compile_error.process_include): catch
192         Compile_error exception, and remove output .texi.
193
194         * scm/define-music-properties.scm (all-music-properties): add
195         error-found
196
197         * lily/parser.yy (Music_list): add error-found to music with errors.
198
199         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
200
201         * lily/book.cc (process): ignore books with errors
202
203         * lily/include/score.hh (class Score): add error_found_ member.
204
205         * lily/drum-note-engraver.cc (try_music): idem.
206
207         * lily/note-heads-engraver.cc: remove start-playing-event.
208
209         * lily/part-combine-iterator.cc (Part_combine_iterator): use
210         BusyPlayingEvent to determine which voice was active last.
211         (unisono): use last active to where to get unisono information
212         from. This fixes: partcombine-rest.ly (again).
213
214         * scm/part-combiner.scm (determine-split-list): cleanups
215
216 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
217
218         * input/regression/lyric-extender.ly: simplify.
219         complexify.
220
221         * lily/lyric-extender.cc (print): use it to determine size of
222         extender. Remove Lyric_extender::is_visible().
223
224         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
225         next property.
226
227         * lily/lyric-engraver.cc: remove get_current_rest().
228         
229 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
230
231         * input/regression/lyric-extender.ly: Fix and add test.
232
233         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
234
235 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
236
237         * lily/note-head.cc: remove Note_head::extent.
238
239 2004-09-23  Graham Percival  <gperlist@shaw.ca>
240
241         * Documentation/user/tutorial.itely: do manual style 2-space
242         indents in examples
243
244         * Documentation/user/notation.itely: more editing.
245
246 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
247
248         * lily/lyric-engraver.cc (get_current_rest): New function.
249
250         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
251         stop at rest.
252
253         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
254
255         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
256
257 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
258
259         * Documentation/user/examples.itely (Small ensembles): added
260         example for transcription of mensural music
261
262         * Documentation/user/notation.itely (The Lyrics context): fixed broken
263         link to SATB vocal score
264
265         * Documentation/user/notation.itely (System start delimiters):
266         fixed typo: GrandStaff->StaffGroup
267
268         * Documentation/user/notation.itely (Ancient articulations):
269         removed obsolete comment on \episem bug
270
271 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
272
273         * scm/framework-tex.scm (output-preview-framework): Fix invocation
274         of header.
275
276 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
277
278         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
279         start to note-column.
280
281         * lily/hairpin.cc (print): check text-interface, to attach to
282         dynamic texts.  
283
284         * lily/include/text-item.hh (class Text_interface): rename
285         Text_item -> Text_interface
286
287         * lily/piano-pedal-bracket.cc (print): robustify.
288
289 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
290
291         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
292
293         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
294         true will print the page number in the first page.
295
296         * Documentation/user/changing-defaults.itely: Document
297         printfirstpagenumber.
298
299 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
300
301         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
302         objects.
303
304         * lily/beam-concave.cc (calc_concaveness): take absolute value of
305         dy for scaling. This fixes various downbeams.
306         
307
308         * lily/beam-quanting.cc (best_quant_score_idx): 
309
310 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
311
312         * scm/framework-tex.scm (header-to-file): Fix.
313
314 2004-09-22  Werner Lemberg  <wl@gnu.org>
315
316         * lily/parser.yy <score_body>: Fix typo.
317
318 2004-09-22  Graham Percival  <gperlist@shaw.ca>
319
320         * Documentation/user/tutorial.itely: modified a "future planning" comment.
321
322         * Documentation/user/notation.itely: more editing.
323
324 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
325
326         * scm/define-markup-commands.scm (note-by-number): read font-size
327         to determine stem length. Fixes: markup-note.ly
328
329 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
330
331         * lily/slur.cc (outside_slur_callback): read #'padding for
332         slur-padding. Fixes: slur-script.ly
333
334         * lily/parser.yy (score_body): disallow \bookpaper in \score.
335
336 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
337
338         * Documentation/user/notation.itely (ancient flags): documented
339         flags-related known bugs
340
341         * lily/include/ligature-engraver.hh: added comment about why and
342         how of (non-)use of abstract virtual methods
343
344         * ly/engraver-init.ly (VaticanaVoice,
345         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
346         unset dash-fraction property in order to get solid lines
347
348         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
349
350 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
351
352         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
353
354 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
357         in function.
358
359         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
360         openout_any=p.  Throughout: progress to stderr, translate user
361         messages.
362
363         * scm/output-gnome.scm: Fix font dir description.
364
365 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
366
367         * input/test/mensural-ligatures.ly (voice): move linethickness
368         settings to bookpaper.
369
370         * lily/simple-spacer.cc (Module): use force to stretch to 
371         line length as force measure for ragged spacing.
372         
373         * lily/lily-parser.cc (get_paper): don't set parent for \paper
374         blocks in the parser. This eliminates ordering dependency for
375         \bookpaper and \paper
376
377         * ly/part-paper-init.ly: remove file.
378
379         * lily/includable-lexer.cc (new_input): elucidate message.
380
381         * VERSION: 2.3.18 released.
382         
383 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
384
385         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
386         * input/mutopia/R.Schumann/romanze-op28-2.ly:
387         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
388         #'Slur.attachment setting.
389
390         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
391         friendlier for point and click.
392
393 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
394
395         * ly/init.ly: reverse collected scores.
396
397         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
398         layout to determine force.
399         
400 2004-09-18  Werner Lemberg  <wl@gnu.org>
401
402         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
403         ties.
404
405         * ly/declarations-init.ly (escapedBiggerSymbol,
406         escapedSmallerSymbol): Fix typos.
407
408         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
409
410 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
411
412         * input/{input,regression}/*.ly: run convert-ly
413
414         * VERSION: release 2.3.17
415
416         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
417         little wider for attachment calculation. This prevents stem and
418         slur touching.
419
420         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
421         ) 
422
423         * input/regression/tie.ly (texidoc): cleanup.
424
425         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
426         and ~
427
428         * lily/slur-scoring.cc (score_extra_encompass): check if extra
429         objects are on boundary column. 
430
431         * lily/main.cc (parse_argv): process --tex too.
432
433         * ly/music-functions-init.ly (keepWithTag): add music functions
434         keepWithTag and removeWithTag.
435
436         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
437
438         * lily/accidental-engraver.cc (recent_enough): interpret laziness
439         = #t. This fixes no-reset accidental-style.
440
441         * input/regression/accidental-piano.ly (Module): new file.
442
443         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
444
445 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
446
447         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
448         extra encompass.
449         (score_extra_encompass): use Y coordinate of attachment if X
450         attachment falls in extra encompass X extent.
451
452         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
453         GUILE_LOAD_PATH
454
455 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
456
457         * scm/output-gnome.scm: Small fixes.
458
459         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
460
461 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
462
463         * Documentation/user/notation.itely (Ancient flags): Removed
464         documentation on adjust-if-on-staffline (this property was removed
465         by Han-Wen).
466
467         * Documentation/user/notation.itely (Ancient notation): Minor
468         cleanups and fixes.  Renamed "Vaticana style contexts" ->
469         "Gregorian Chant contexts".  Added section "Mensural contexts".
470         Added section "Ancient articulations".
471
472         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
473
474 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
475
476         * buildscripts/guile-gnome.sh: Add missing bit.
477
478 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
479
480         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
481
482         * lily/slur-scoring.cc (get_y_attachment_range): set end point
483         using base_attachment.
484
485         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
486         page header back.
487
488         * scm/documentation-generate.scm (top-node): move version to top
489         node.
490
491         * lily/ledger-line-spanner.cc: add ledgered-interface, with
492         property no-ledgers.
493
494 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
495
496         * Documentation/user/{changing-defaults,examples,invoking,
497         tutorial}.itely: Expand 's to is.
498
499         * Documentation/user/notation.itely: Capitalize only first letter.
500
501         * Documentation/user/programming-interface.itely: Capitalize Scheme.
502
503         * Documentation/user/lilypond-book.itely: use @refbugs.
504
505         * THANKS: sort.
506
507         * input/mutopia/F.Schubert/morgenlied.ly,
508         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
509         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full name.
510
511 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
512
513         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
514         lneomensural char entry; (ii) fixed mensural/neomensural naming
515         clash typo; (iii) lneomensural char: fixed stem attachment point.
516         WARNING: FONT CHANGED!
517
518 2004-09-15  Graham Percival  <gperlist@shaw.ca>
519
520         * Documentation/user/introduction.itely: update \stemBoth to \stemNeutral
521
522         * Documentation/user/notation.itely: more editing of the manual.
523
524 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
525
526         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
527         factor in edge attraction. This reflects that the left edge may
528         have a larger gap for an ascending up-slur.
529         (get_base_attachments): copy bound Y from right bound, if there is
530         only one note-column after the line break.
531
532 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
533
534         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
535
536 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
537
538         * lily/phrasing-slur-engraver.cc (process_music): Create
539         PhrasingSlur instead of Slur.
540
541         * Documentation/user/changing-defaults.itely (Defining new
542         contexts): Fixed misprinted context name.
543
544 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
545
546         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
547
548         * scripts/convert-ly.py (conv): change Both to Neutral in property
549         settings.
550
551         * ly/engraver-init.ly: increase extent of Staff. 
552
553 2004-09-13  Graham Percival  <gperlist@shaw.ca>
554
555         * scm/script.scm: change behaviour of slur and accent.
556
557         * Documentation/user/music-glossary.tely: de-gender a few entires.
558
559         * Documentation/user/introduction.itely: de-gender a few sentences.
560
561 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
562
563         * input/regression/rehearsal-mark-number.ly: Reuse the existing
564         formatting routine when adding boxed numbers. Makes it easier to
565         extrapolate how to do for boxed letters.
566
567 2004-09-12  Graham Percival  <gperlist@shaw.ca>
568
569         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
570
571         * Documentation/user/invoking.itexi: updated the "reporting bugs" section.
572
573 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
574
575         * scm/define-grobs.scm (all-grob-descriptions): longer
576         ideallengths for stems in higher order beams.
577
578         * Documentation/user/changing-defaults.itely (Page layout):
579         document them.
580
581         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
582         to get sane spaces for titles.
583
584         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
585         beforetitlespace, betweentitlespace.
586
587         * input/regression/beam-quant-standard.ly (primeSixteenths): add
588         16th notes.
589
590         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
591         small slope up to smallest quant. This prevents small slopes from
592         getting rounded to zero.
593
594         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
595         are smaller than the smallest quant.
596
597         * input/tutorial/brahms*.ly: remove.
598
599         * input/*: update all .ly files.
600          
601         * ly/a4-init.ly (vsize): remove papersize init files.
602
603         * scripts/convert-ly.py (conv): add conversion.
604
605         * lily/parser.yy: change mode changing commands to XXXmode,
606         eg. drummode.
607         (mode_changing_head): group mode changes.
608         (mode_changing_head_with_context): new commands: create context as
609         well as change mode.
610
611         * input/regression/system-overstrike.ly: new file.
612
613         * scm/page-layout.scm (ly:optimal-page-breaks): add
614         betweensystempadding also to fixed distance for the spring.
615  
616         * scm/define-grobs.scm (all-grob-descriptions): fix order of
617         key-cancellation.
618
619         * input/regression/beam-concave-damped.ly: new file.
620
621         * lily/beam-concave.cc: new file, with new routines for concave
622         decisions. There are now two types of concaveness: 1. a sharp
623         logic decision forcing a beam horizontal, and 2. a number that
624         measures how concave beams are that are not caught by 1.
625
626         This fixes: morgenlied.ly and input/regression/beam-concave.ly
627         
628         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
629         property: add-stem-support
630
631 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
632
633         * lily/slur-scoring.cc (get_bound_info): only do
634         broken trend at the end of the line.
635
636         * VERSION (PACKAGE_NAME): release 2.3.16.
637
638         * input/regression/phrasing-slur.ly (Module): remove (duplicate
639         with phrasing-slur-slur-avoid.ly)
640
641         * lily/slur-scoring.cc (struct Extra_collision_info): collect
642         parameters for extra offset.
643         (get_bezier): add slurs mid-points for curve determination
644         (score_extra_encompass): add slur end points for scoring.
645
646 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
647
648         * scm/framework-ps.scm (reencode-font): Handling font scaling
649         and reencoding differently to work around a bug in gs 8.30 and
650         earlier.
651         Update callers.
652
653 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
654
655         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
656         extent index of other system. Fixes slurs across line breaks.
657
658         * lily/tuplet-engraver.cc (start_translation_timestep): use
659         Tuplet_description::stop_ for determining when to stop producing
660         tuplet brackets. This fixes: tuplet-overwrite.ly
661
662         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
663         errors with GUILE 1.7 CVS.
664
665         * lily/translator.cc (derived_mark): new function.
666
667         * lily/slur-scoring.cc (score_encompass): new penalty type:
668         variance penalty demerits slurs where one head/stem is much
669         closer to the slur than average.
670
671         * lily/tuplet-bracket.cc (print): use robust_relative_extent
672         iso. extent()
673         (calc_position_and_height): use robust_relative_extent(). This
674         fixes a couple of programming_errors
675
676         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
677         file.
678
679         * lily/part-combine-iterator.cc (unisono): bugfix for the case
680         that voice-2 plays solo, and voice-1 has an mmrest that starts
681         earlier. In that case, we switch to voice-2, so we catch the
682         mmrest of voice-2. This fixes: partcombine-rest.ly.
683  
684 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
685
686         * scm/define-grob-properties.scm (all-internal-grob-properties):
687         add adjacent-hairpins property.
688
689         * lily/hairpin.cc: lengthen hairpin if space is available.
690
691         * input/regression/dynamics-hairpin-length.ly (Module): new file.
692
693 2004-09-10  Graham Percival  <gperlist@shaw.ca>
694
695         * Documentation/user/notation.itely: small fixes to docs.
696
697 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
698         
699         * VERSION (PACKAGE_NAME): release 2.3.15
700
701         * make/lilypond.redhat.spec.in (Requires): bump requirement for
702         ec-fonts-mftraced
703
704         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
705         the latest ec-fonts-mftraced package.
706
707         * scm/define-context-properties.scm
708         (all-internal-translation-properties): add property. Remove
709         definition of quotes property.
710
711         * Documentation/user/notation.itely (Quoting other voices):
712         document it
713
714         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
715         property, to determine what events are processed in \quote.
716
717 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
718
719         * (many files): removed most occurrences of underscore ("_")
720         from font characters; made font character naming more
721         consistent
722
723         * input/test/gregorian-scripts.ly: fixed another victim of grand
724         replacement operations
725
726         * lily/vaticana-ligature-engraver.cc: caught some more "_"
727         inconsistencies
728
729         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
730
731 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
732
733         * Documentation/user/changing-defaults.itely (Paper size): doc
734         landscape
735         
736
737         * scm/framework-ps.scm (eps-header): bugfixes. 
738
739         * scm/titling.scm (default-score-title): remove opus from the
740         \score title.
741
742 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
743
744         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
745
746         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
747
748         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
749
750         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
751
752         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
753
754         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
755
756         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
757
758         * scripts/ps2png.py (program_name): changed to sys.argv[0]
759
760 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
761
762         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
763         character position.  Huh?
764
765         * scm/output-gnome.scm (placebox): Shield affine-relative.
766
767         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
768         cater for system's pango 1.5.1.
769
770         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
771
772         * scm/slur.scm: Tweak.
773
774 2004-09-08  Graham Percival  <gperlist@shaw.ca>
775
776         * Documentation/user/{first couple of chapters}: more editing.
777
778 2004-09-07  Graham Percival  <gperlist@shaw.ca>
779
780         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
781         and summary.
782
783         * Documentation/user/{first couple of chapters}: the big "Graham's
784         moved to a new city, his friends haven't arrived, and he has no
785         internet access" patch.  Numerous editorial and stylistic changes
786         to the manual.
787
788 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
789
790         * scm/framework-ps.scm (output-framework): handle landscape settings.
791
792         * ps/lilyponddefs.ps: cleanup.
793
794 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
795
796         * scm/define-grobs.scm (all-grob-descriptions): unset
797         threshold. This fixes morgenlied. 
798
799         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
800         rod calculation.
801
802         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
803         spanners into account for staff-extents.
804
805         * lily/ottava-bracket.cc (print): take common refpoint of dots
806         into account as well.
807
808 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
809
810         * lily/lookup.cc (triangle): translate by interval.
811
812         * VERSION (PACKAGE_NAME): release 2.3.14
813
814         * Documentation/user/changing-defaults.itely (Page layout): add
815         betweensystempadding
816
817         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
818
819         * input/regression/quote-cyclic.ly (Module): new file.
820
821         * scm/lily.scm (print): add function.
822
823         * scm/music-functions.scm (quote-substitute): new
824         function. Substitute \quote when putting music into \score.
825
826         * input/regression/key-signature-cancellation.ly (Module): new file.
827
828         * lily/*.cc: more ly_scm2 -> scm_to converions.
829
830         * lily/key-signature-interface.cc (print): take position
831         difference into account when spacing naturals.
832
833         * lily/key-engraver.cc (create_key): create KeyCancellation grob
834         separately, so the cancellation can be put before the staff-bar
835
836         * scm/define-grobs.scm (all-grob-descriptions): add a
837         KeyCancellation grob.
838
839         * lily/tuplet-engraver.cc (struct Tuplet_description): new
840         struct. Use to clean-up Tuplet_engraver
841
842 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
843
844         * lily/*: ly_scm2int -> scm_to_int
845         ly_scm2double -> scm_to_double
846
847         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
848
849 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
850
851         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
852         0 springs
853
854         * lily/system.cc (post_processing): 
855
856         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
857         density for vertical spacing by means of force penalty.
858         
859         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
860         dimension-variables
861
862         * Documentation/user/changing-defaults.itely (Page layout): add
863         betweensystemspace variable.
864
865         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
866
867         * scm/page-layout.scm (space-systems): new function. Use spring
868         and rod approach for vertically spacing systems.
869
870         * ly/engraver-init.ly: tune down minimumVerticalExtent.
871
872         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
873         vertical alignment.
874
875         * lily/slur-engraver.cc (process_music): add warning for slur.
876
877 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
878
879         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
880
881         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
882         export spacing routine to SCM.
883
884         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
885         new class, separate Grobs from interface.
886
887 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
888
889         * lily/include/lily-guile.hh: compatibility glue for 1.6
890
891         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
892
893         * lily/lily-guile.cc: remove ly_scm2str0.
894
895 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
896
897         * Documentation/user/macros.itexi: Use @inforef iso @uref for
898         external references.  Fixes HTML cross references with makeinfo 4.7.
899
900 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
901
902         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
903         expand_only option.
904
905 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
906
907         * lily/system.cc (get_line): add System stencil to exprs. Fixes
908         system-extents.ly.
909
910         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
911
912         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
913         for MultiMeasureRestNumber
914
915         * VERSION (PACKAGE_NAME): release 2.3.13
916
917 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
918
919         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
920         takes two arguments.
921
922 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
923
924         * input/regression/slur-stem-broken.ly: remove.
925
926         * lily/slur.cc: add quant-score.
927
928         * input/regression/slur-staccato.ly (texidoc): remove
929
930         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
931
932 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
933
934         * lily/include/bezier-bow.hh: remove.
935
936         * lily/slur-bezier-bow.cc (Module): remove.
937
938         * lily/include/slur.hh (Module): remove.
939
940         * lily/slur.cc: remove
941
942         * input/test/slur-beautiful.ly (Module): remove
943
944         * input/test/slur-attachment-override.ly (Module): remove
945
946         * lily/slur-quanting.cc (after_line_breaking): only do scoring
947         when less than 4 control-points.
948
949         * lily/key-signature-interface.cc: add style.
950
951         * Documentation/user/notation.itely (Automatic staff changes):
952         document new behavior.
953
954         * input/regression/slur-extreme.ly: new file.
955
956         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
957         bass. Obviates \clef bass in the bass staff, when using \autochange 
958
959         * lily/auto-change-iterator.cc (construct_children): instantiate
960         up/down Staff, create Voice on up staff initially. Obviates
961         explicit instantiation of up/down contexts for \autochange. 
962
963         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
964         slur depending on extents of note heads.
965         
966 2004-08-28  Graham Percival  <gperlist@shaw.ca>
967
968         * Documentation/user/tutorial.itely: minor editing.
969
970         * Documentation/user/examples.itely: tiny editing.
971
972 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
973
974         * lily/slur-quanting.cc (init_score_param): read scoring
975         parameters from slur-details property
976
977         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
978         Accidental
979
980         * Documentation/user/advanced.itely: removed.
981
982         * Documentation/user/programming-interface.itely (How markups work
983         internally): new subsection.
984
985         * Documentation/user/converters.itely (Invoking abc2ly): remove
986         musedata2ly.
987
988 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
989
990         * Documentation/user/point-and-click.texi (Point and click): new file.
991         put point & click in appendix.
992         
993         * Documentation/user/changing-defaults.itely (Vertical spacing):
994         corrections
995
996 2004-08-27  Graham Percival  <gperlist@shaw.ca>
997
998         * Documentation/user/introduction.itely: add note about the
999         "example templates" section of the manual, and remove link to
1000         input/template/
1001
1002 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
1003
1004         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
1005         -> La@TeX
1006
1007         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
1008         missing lneo_mensural head; editorial cleanups
1009
1010         * lily/mensural-ligature.cc: added more comments
1011
1012 2004-08-26  Graham Percival  <gperlist@shaw.ca>
1013
1014         * Documentation/user/examples.itely: second, third, fourth, and fifth sections added.
1015
1016         * input/template/{various}: removed files included in examples.itely.
1017
1018 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
1019
1020         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
1021         Stem::stem_end_position instead of broken
1022         Staff_symbol_referencer::get_position
1023
1024 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1025
1026         * debian/changelog: debian patch by Anthony Fok.
1027
1028         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
1029
1030         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
1031         get spurious messages with skipTypesetting on.
1032
1033 2004-08-25  Graham Percival   <gperlist@shaw.ca>
1034
1035         * Documentation/user/lilypond-book.itely: slight clean-up.
1036
1037         * Documentation/user/examples.itely: began section.
1038
1039 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1040
1041         * lily/script-interface.cc: add slur property.
1042
1043         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
1044         too.
1045
1046         * input/regression/phrasing-slur-slur-avoid.ly: new file.
1047
1048         * lily/ottava-bracket.cc (print): always start from right edge of
1049         a broken bound. This fixes ottava-clef.ps 
1050
1051 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1052
1053         * input/regression/slur-script-inside.ly: new file.
1054
1055         * lily/new-slur.cc (outside_slur_callback): new function, to make
1056         scripts avoid slurs 
1057
1058         * lily/slur-engraver.cc (finalize): 
1059
1060         * lily/script-interface.cc: add inside-slur property.
1061
1062         * lily/slur-engraver.cc (finalize): read inside-slur property.
1063
1064         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
1065         message.
1066
1067         * ly/property-init.ly (unHideNotes): hide accidentals at staff
1068         level. Fixes: hideNotes-accidental.ly
1069
1070 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
1071
1072         * scm/page-layout.scm (plain-header): fix bug that print page
1073         number in the first page if firstpagenumber was different than 1.
1074
1075 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1076
1077         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
1078         fonts. Fixes triangle markup for chords.
1079
1080         * lily/slur-quanting.cc (score_extra_encompass): make score depend
1081         on distance. This fixes slur-tenuto.ly and slur-tie.ly
1082  
1083         * flower/include/interval.hh (T>): add distance() function
1084
1085         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
1086         octaviation-dot.ly 
1087
1088         * lily/context-scheme.cc: ly_context_grob_definition: new function.
1089
1090         * VERSION (MY_PATCH_LEVEL): release 2.3.12
1091
1092         * lily/new-slur.cc (add_column): remove set_interface()
1093
1094 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1095
1096         * input/regression/slur-double.ly: new file. 
1097
1098         * lily/slur-engraver.cc: add doubleSlurs property
1099
1100         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
1101         symbols.
1102
1103         * Documentation/user/notation.itely (Easy Notation note heads):
1104         revise notation Chapter.
1105
1106         * ly/music-functions-init.ly (makecluster): add makeClusters music function.
1107
1108         * lily/part-combine-engraver.cc: rename soloADue ->
1109         printPartCombineTexts
1110
1111         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
1112
1113         * lily/horizontal-bracket.cc (print): use
1114         Tuplet_bracket::make_bracket, so it supports bracket-flare,
1115         edge-eight and shorten-pair.
1116
1117 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1118
1119         * Documentation/user/changing-defaults.itely (Page layout):
1120         description of firstpagenumber. Moved @refbugs about rightmargin
1121         to the end of the section (it was looking like the documentation
1122         after the refbugs was part of the bug comment).
1123
1124         * scm/framework-ps.scm (output-framework): set the first
1125         postscript page number to firstpagenumber
1126
1127         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
1128         page number according to firstpagenumber
1129
1130         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
1131         parameter
1132
1133 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1134
1135         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
1136         nested slurs. 
1137
1138         * scripts/convert-ly.py (lilypond_version_re_str): handle
1139         \version "bar" % "foo"
1140
1141         * lily/completion-note-heads-engraver.cc (process_music): set
1142         duration-log before announcing object.
1143         
1144         * lily/staff-symbol.cc (print): subtract thickness from staff line
1145         length
1146
1147         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
1148         
1149 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
1150
1151         * scm/stencil.scm: remove fontify-text and fontify-text-white
1152
1153 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1154
1155         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
1156
1157         * Documentation/user/sound-output.texi (Sound): new file. Move all
1158         MIDI related information.
1159
1160 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1161
1162         * lily/script-engraver.cc (acknowledge_grob): only take into
1163         account note heads with a music cause. Fixes ambitus-accent.ly
1164
1165         * scm/define-markup-commands.scm (finger): set encoding to
1166         fetaNumber.
1167
1168 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
1169
1170         * scripts/convert-ly.py: typo
1171
1172 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
1173
1174         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
1175         font calls for diagrams based on paper and props
1176
1177 2004-08-19  Graham Percival <gperlist@shaw.ca>
1178
1179         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
1180
1181 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
1182
1183         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
1184         added setHairpinDecresc/Dim
1185
1186 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1187
1188         * lily/include/lily-guile.hh: Cosmetics.
1189
1190 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1191
1192         * input/regression/fermata-rest-position.ly: new file
1193
1194         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
1195
1196         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
1197
1198 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1199
1200         * scm/framework-tex.scm (output-preview-framework) 
1201         (output-classic-framework): 
1202         * scm/framework-ps.scm (output-preview-framework):
1203         s/ly:paper-book-lines/ly:paper-book-systems/g
1204
1205         * scm/fret-diagrams.scm (ss-font-encoding):
1206         s/my-font-encoding/ss-font-encoding
1207
1208 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1209
1210         * scm/music-functions.scm (direction-polyphonic-grobs): Set
1211         direction also on fingerings.
1212
1213         * lily/clef-engraver.cc: Add forceClef to list of read properties.
1214
1215 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1216
1217         * po/nl.po: Some updates.
1218
1219         * scm/lily.scm (_): New function.
1220         (postscript->pdf, postscript->png, lilypond-main)
1221         (postscript->pdf): Use it.  Write messages to stderr.
1222
1223         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
1224
1225         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
1226         xgettext does not recognise scheme yet.  Patch submitted.
1227
1228         * lily/scm-option.cc (LY_DEFINE):
1229         * lily/main.cc: The program is now called lilypond (WAS: lilypond-bin).
1230
1231         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
1232         messages.
1233
1234         * lily/include/paper-book.hh
1235         * lily/include/paper-system.hh: Finish renaming of paper-line to
1236         system.  Fix users.
1237
1238 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1239
1240         * scm/documentation-generate.scm (string-append): add version.
1241
1242         * scm/define-markup-commands.scm (box): add box-padding and
1243         thickness props for the box command.
1244  
1245         * Documentation/user/changing-defaults.itely (Text encoding):
1246         elucidate use of \encoding for \header strings.
1247
1248         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
1249
1250         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
1251         staff-change.ly
1252
1253         * lily/output-def.cc (assign_context_def): use set_variable().
1254
1255         * lily/text-item.cc (interpret_string): accept string input
1256         encoding too.
1257
1258         * scm/encoding.scm (read-encoding-file): print warning when file
1259         can't be found.
1260
1261         * tex/latin1.enc: remove.
1262
1263         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
1264
1265         * lily/rod.cc (columnize): robustness fix. Don't crash for
1266         nil span points. Fixes: appoggiatura-segfault.ly
1267         (add_to_cols): extra robustness fix.
1268
1269 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1270
1271         * lily/text-item.cc (interpret_string): use lookup_variable() to
1272         fidn inputencoding. Now, \paper inherits inputencoding from
1273         \bookpaper.
1274
1275         * lily/script-engraver.cc (stop_translation_timestep): remove slur
1276         collision kludge.
1277
1278         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
1279         kludge.
1280
1281 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1282
1283         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
1284
1285 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1286
1287         * lily/spanner.cc (spanned_rank_iv): Bugfix.
1288
1289         * lily.scm: Mark un-internationlised user messages (with FIXME).
1290
1291         * lily/include/modified-font-metric.hh (struct
1292         Modified_font_metric): New file.  (WAS: incorrectly named
1293         scaled-font-metric.hh ?)
1294
1295         * lily/include/scaled-font-metric.hh: Remove.
1296
1297         * lily/text-item.cc (interpret_string): Identify and document
1298         input-encoding problem.
1299
1300         * lily/paper-book.cc (pages): Do not use `paper' as variable name
1301         for a Bookpaper.
1302
1303         * tex/latin1.enc: Replace /minus with /hyphen.
1304
1305         * scm/encoding.scm: For latin1 (input-)encoding, use
1306         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
1307
1308         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
1309         inputencoding.
1310
1311 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
1312
1313         * Documentation/topdocs/INSTALL.html: fixes.
1314
1315 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
1316
1317         * buildscripts/builder.py: Fix for scons CVS.
1318
1319 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
1320
1321         * Documentation/user/notation.itely,
1322         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
1323         input/test/ambitus-mixed.ly: fix plurals:
1324         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
1325
1326 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1327
1328         * lily/dynamic-engraver.cc (typeset_all):
1329         * lily/script-engraver.cc (stop_translation_timestep): Handle
1330         collisions with new-slur.
1331
1332 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1333
1334         * scm/define-grobs.scm (all-grob-descriptions): Add
1335         new-slur-interface.
1336
1337 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1338
1339         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
1340         produces .PS
1341
1342 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
1343
1344         * scm/define-grob-properties.scm (all-user-grob-properties): fix
1345         definition of number-type
1346
1347 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
1348
1349         * scm/fret-diagrams.scm : change sans-serif font encoding from 
1350         TeX-text to ec (uses ecss fonts instead of cmss fonts)
1351
1352         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
1353         number-type and label-dir
1354
1355         * scm/define-grob-properties.scm: add number-type and label-dir
1356
1357         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
1358         left or right.  Allow choice of upper-case roman, lower-case roman, or
1359         arabic numerals in fret label
1360
1361 2004-08-04  Werner Lemberg  <wl@gnu.org>
1362
1363         * lily/slur-quanting.cc: Include libc-extension.hh.
1364         s/round/my_round/.
1365         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
1366         s/autobeaming/autoBeaming/.
1367
1368 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1369
1370         * VERSION: 2.3.11 released.
1371
1372         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
1373         renameinput.
1374
1375 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1376
1377         * lily/lookup.cc (round_filled_box): remove warnings about blot
1378         diameter.
1379
1380         * scm/paper.scm (paper-set-staff-size): make linethickness more
1381         easily tunable.
1382
1383         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
1384         \newlyrics -> \addlyrics
1385
1386         * lily/text-spanner.cc (print): use it.
1387
1388         * lily/dynamic-text-spanner.cc (print): use it.
1389
1390         * lily/grob.cc (robust_relative_extent): new function.
1391
1392         * scripts/lilypond-book.py (main): add -f tex as default process.
1393
1394         * lily/text-spanner.cc (print): only take linear_combination of
1395         nonempty interval.
1396         
1397
1398 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
1399
1400         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
1401         isn't specified by the user in \bookpaper center the music in the
1402         page.
1403
1404 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1405
1406         * Fix some problems after the renaming of my-lily -> lily
1407
1408 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1409
1410         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
1411
1412         * lily/slur-quanting.cc (enumerate_attachments): apply center on
1413         stem-X in more cases. 
1414
1415         * lily/stem.cc (dim_callback): solve todo.
1416
1417 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1418
1419         * input/test/README: new file.
1420
1421         * lily/lily-parser.cc: rename my-lily* files.
1422
1423         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
1424         parser.
1425
1426         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
1427
1428         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
1429
1430         * make/mutopia-targets.make (local-WWW): don't make ps.gz
1431         examples. They take a huge amount of space.
1432
1433         * Documentation/user/GNUmakefile: fix symlinks.
1434
1435         * VERSION: 2.3.10 released.
1436         
1437         * input/test/lyrics-skip-notes.ly: remove
1438
1439         * input/test/stem-cross-staff.ly (noFlag): fold into manual
1440
1441         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
1442         remove.
1443
1444 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
1445
1446         * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
1447
1448 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1449
1450         * input/regression/beam-dir-functions.ly: move from test/
1451
1452         * Documentation/user/notation.itely (Feathered beams): new node.
1453
1454         * Documentation/user/changing-defaults.itely (Difficult tweaks):
1455         new node
1456
1457         * input/regression/lyric-hyphen-retain.ly: move to regression.
1458
1459         * input/regression/harmonic.ly: fold into manual
1460         
1461         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
1462         stem-length,chord-names-no-inversions}.ly: remove
1463         
1464         * input/test/tie-cross-voice.ly: move to regression.
1465
1466         * Documentation/user/notation.itely (Running trills): new node.
1467
1468         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
1469
1470         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
1471
1472         * lily/trill-spanner-engraver.cc: new file.
1473
1474         * input/regression/trill-spanner.ly: new file.
1475
1476         * input/test/timing.ly: fold into manual.
1477
1478         * input/test/time.ly: remove
1479
1480         * input/test/trill.ly: remove
1481         
1482         * input/test/time-signature-double.ly: fold into manual
1483
1484         * input/test/separate-staccato.ly: remove
1485
1486         * input/test/spanner-after-break-tweak.ly: fold into manual.
1487
1488         * input/test/script-priority.ly: fold into manual.
1489
1490         * input/test/scheme-interactions.ly: remove.
1491         
1492         * input/test/unfold-all-repeats.ly (mel),
1493         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
1494         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
1495         fold into manual.
1496
1497         * input/regression/no-staff.ly: move from input/test/
1498
1499         * input/regression/markup-score.ly: move from input/test/
1500
1501         * input/test/lyrics-melisma-faster.ly: fold into manual
1502         
1503         * input/test/lyrics-melisma-variants.ly: fold into manual
1504
1505         * Documentation/user/notation.itely (Popular music): new node. 
1506
1507         * input/test/gourlay.ly: remove
1508         
1509         * input/test/improv.ly: fold into manual.
1510
1511         * input/test/figured-bass-alternate.ly (fl): remove
1512
1513         * lily/dynamic-text-spanner.cc (print): new file.
1514
1515         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
1516
1517         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
1518         keep recursing into children in case a parent context inserts a
1519         grob into a child context.
1520
1521         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
1522         
1523 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * scm/define-markup-commands.scm (postscript): new markup command
1526         \postscript
1527
1528         * Documentation/user/notation.itely (Formatting cue notes): new
1529         section.
1530
1531         * input/test/clef-end-of-line.ly: fold into manual.
1532
1533         * input/test/scales-greek.ly: remove.
1534
1535         * input/test/chords-without-melody.ly: fold into manual.
1536
1537         * input/test/cadenza-skip.ly: remove.
1538
1539         * input/test/clef-8-syntax.ly: remove.
1540
1541         * input/test/clef-manual-control.ly: move into manual.
1542
1543         * Documentation/user/notation.itely (Aligning to cadenzas): fold
1544         in cadenza-skip.ly
1545
1546         * mf/parmesan*.mf: change neo_mensural to neomensural.
1547
1548         * input/test/trills.ly: remove.
1549
1550         * input/test/transposition.ly: remove.
1551
1552         * input/test/to-xml.ly: move to no-notation.
1553
1554         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
1555
1556         * lily/ledger-line-spanner.cc (print): use staff variable, not
1557         me. Fixes ledger lines on differently sized staves.
1558
1559         * input/test/rhythm-excercise.ly: remove file.
1560
1561         * lily/stem.cc (dim_callback): only do something if visible. Fixes
1562         spurious flag not found warning for 128th rest.
1563
1564         * input/regression/rest-dot-position.ly: new file.
1565         
1566         * input/test/rest-dot-positions.ly: remove
1567
1568         * lily/staff-symbol-referencer.cc (get_position): emergency
1569         fallback: use coordinate * 2.
1570
1571         * input/no-notation/midi-scales.ly: move from test/
1572
1573         * scm/define-markup-commands.scm (score): remove debugging code.
1574
1575         * input/test/incipit.ly (violin): remove. 
1576
1577         * lily/system-start-delimiter.cc (print): only draw system
1578         delimiter to staves that reach up to left bound of the delimiter.
1579
1580         * input/no-notation/embedded-scm.ly: move from test/
1581
1582         * input/test/follow-voice.ly: remove
1583
1584         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
1585
1586         * input/test/drarn*: remove
1587         
1588         * input/test/count-systems.ly: remove.
1589
1590         * lily/bar-line.cc (compound_barline): fix : for staff without
1591         lines.
1592
1593         * lily/accidental.cc (print): use music_font_alist_chain(). This
1594         fixes smaller cautionaries.
1595
1596         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
1597         encoding for accidental.
1598
1599         * Documentation/user/notation.itely (Educational use): new section
1600
1601         * input/test/*.ly: clean up directory: move examples into manual
1602         or regtest.
1603         
1604
1605         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
1606         mode as well. This fixes resolution errors.
1607
1608 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1609
1610         * scm/lily.scm (postscript->png): show commands for --verbose.
1611
1612         * flower/include/getopt-long.hh: opps. short option should be
1613         char, not int.
1614
1615         * Documentation/user/GNUmakefile: use symlinks to save space.
1616
1617         * VERSION: 2.3.9 released.
1618
1619         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
1620
1621         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
1622         manual.
1623
1624         * Documentation/user/tutorial.itely (Integrating text and music):
1625         remove \score and \notes from manual.
1626
1627         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
1628         mode in the beginning.
1629
1630 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1631
1632         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1633         Correct the documentation of the spacing parameters. 
1634
1635         * Documentation/user/tutorial.itely (Integrating text and music), 
1636         Documentation/user/lilypond-book.itely (Integrating LaTeX and
1637         music): Document that you need to add the map file ec-mftrace.map
1638         in the dvips command.   
1639
1640 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1641
1642         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
1643         found.
1644
1645         * lily/text-item.cc (interpret_string): insert encoding setting
1646         here
1647
1648         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
1649         encoding kludge.
1650
1651         * Documentation/user/changing-defaults.itely (Text encoding): node
1652         on encoding.
1653
1654         * lily/lyric-engraver.cc (try_music): remove superfluous check.
1655
1656         * lily/book-paper-def.cc (find_scaled_font): remove default
1657         encoding, because it messes up font loading for feta and
1658         parmesan. Encoding should only be specified for running texts.
1659
1660         * lily/modified-font-metric.cc (text_dimension): support coding
1661         scheme ""
1662         
1663 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1664
1665         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
1666         definition, so \override works as expected.
1667
1668         * lily/measure-grouping-engraver.cc: clarify
1669
1670 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1671
1672         * lily/parser.yy (context_def_mod): remove \consistsend
1673
1674         * lily/context-def.cc (instantiate): use Translator::must_be_last
1675         to determine engraver order.
1676
1677         * lily/translator.cc (must_be_last): new function
1678
1679         * scripts/convert-ly.py (conv): rule.
1680
1681         * lily/bar-line.cc (print): return '() for height == 0.0 too.
1682
1683 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1684
1685         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
1686  
1687 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1688
1689         * lily/include/lily-guile.hh (scm_is_int): compat glue.
1690
1691 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1692
1693         * input/regression/page-layout.ly: new file.
1694
1695         * scm/paper.scm (set-paper-dimensions): Preliminary support for
1696         left and right margins.
1697
1698         * Documentation/user/changing-defaults.itely (Page layout):
1699         Explain the leftmargin option.
1700
1701 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
1704
1705         * input/test/lyrics-melisma-faster.ly: new file.
1706
1707         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
1708         change of melody by setting associatedVoice.
1709
1710         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
1711
1712         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
1713         file contents, rather \include them, so default linewidth is set.
1714         (ly_options): make BOOKPAPER set of options. Move linewidth
1715         settings there.
1716
1717         * Documentation/user/examples.itely: new file. Templates are to be
1718         moved here.
1719
1720         * Documentation/user/programming-interface.itely: move chapter.
1721
1722         * scm/document-markup.scm (doc-markup-function): add @code
1723
1724         * stepmake/stepmake/texinfo-rules.make: remove chmod.
1725
1726 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1727
1728         * scm/page-layout.scm (plain-header): add printpagenumber boolean
1729         to bookpaper.
1730
1731         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1732         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
1733
1734         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
1735
1736         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
1737
1738         * scripts/lilypond-latex.py: move from lilypond.py
1739
1740         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
1741         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
1742
1743         * scm/lily.scm (postscript->png): new function
1744         (postscript->pdf): new function
1745
1746         * lily/paper-book.cc (post_processing): call
1747         convert-to-{dvi,ps,png,pdf}
1748
1749         * scripts/ps2png.py (option_definitions): new file.
1750
1751         * lily/paper-book.cc (output): call output-preview-framework
1752         (post_processing): new function. Do PDF/PNG conversion.
1753
1754         * lily/paper-outputter.cc (close): new function.
1755
1756         * scm/framework-ps.scm (convert-to-pdf): new function. Call
1757         ps2pdf.
1758         (output-preview-framework): new function. Generate a preview .ps
1759         
1760
1761 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1762
1763         * VERSION: release 2.3.8
1764         
1765         * lily/note-head.cc: remove ledger line handling.
1766
1767         * lily/ambitus.cc (print): strip away accidental / note head code,
1768         and associated properties.
1769
1770         * lily/ambitus-engraver.cc (create_ambitus): change name to
1771         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
1772         other ambitus parts.
1773         (create_ambitus): group grobs in Ambitus grouping object. 
1774
1775         * lily/include/pitch-interval.hh (Pitch>): new file.
1776
1777         * lily/pitch-interval.cc (add_point): new file.
1778
1779         * lily/ledger-line-engraver.cc: new file.
1780
1781         * lily/ledger-line-spanner.cc (print): new file. Set limits to
1782         ledger line length to avoid clashes.
1783
1784 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785
1786         * Documentation/user/invoking.itexi (Invoking lilypond): remove
1787         deprecated options
1788
1789 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1790
1791         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
1792         to command line option: fast=1 (default on).
1793
1794         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
1795         This brings SCons run-time on up-to-date tree down from 48s with
1796         only checksums, to 34s without 2day checksums, to 14s (make needs
1797         4 seconds).
1798         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
1799         necessary.
1800
1801 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1802
1803         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
1804         (score_extra_encompass): process scripts at edges too, by checking
1805         control points directly. 
1806
1807 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1808
1809         * po/nl.po: Update.
1810
1811         * lily/main.cc: Fix ly:option-usage help.
1812
1813         * input/regression/slur-script.ly: More collision tests.
1814
1815         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
1816
1817 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1818
1819         * VERSION: release 2.3.7
1820
1821         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
1822         files.
1823
1824         * Documentation/user/notation.itely (Slurs): document ^ and _ for
1825         slurs.
1826
1827         * input/regression/slur-script.ly: new file.
1828
1829         * lily/accidental-engraver.cc (process_acknowledged_grobs):
1830         make accidental appear to come from note head engraver.
1831
1832         * lily/slur-quanting.cc: new file.
1833         (score_extra_encompass): new function. Avoid scripts and
1834         accidentals
1835
1836 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1837
1838         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
1839         This greatly reduces the number of files that get recompiled
1840         after touching config.hh.
1841
1842         * config.hh.in: Remove GUILE_*_VERSION.
1843
1844         * lily/new-slur.cc: Resolve conflicts.
1845
1846         * lily/stem-engraver.cc (make_stem): New method.
1847
1848         * lily/include/script-interface.hh:
1849         * lily/script-interface.cc: New file.
1850
1851         * lily/include/script.hh:
1852         * lily/script.cc: Remove.
1853
1854         * lily/music.cc (duration_log): New method.
1855
1856         * lily/script.cc (struct Skript): Remove.
1857
1858         * lily/new-slur.cc (get_base_attachments): Try at articulations.
1859         Lots of coding cleanups (Stom).
1860
1861 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1862
1863         * lily/new-slur.cc (avoid_staff_line): new function: avoid
1864         collisions with staff lines.
1865
1866         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
1867         global_path
1868
1869         * scm/define-grobs.scm (all-grob-descriptions): set ratio
1870         .25. This flattens short slurs.
1871
1872         * lily/new-slur.cc (enumerate_attachments): move X of attachment
1873         points for tilted slurs.
1874
1875         * input/regression/slur-tilt.ly: new file.
1876
1877         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
1878         stems of 16th graces too.
1879
1880         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
1881         quant penalty dependent on how much the line is in the gap.
1882
1883         * input/regression/grace-stem-length.ly: new file.
1884
1885         * lily/beam-quanting.cc (score_forbidden_quants): remove
1886         interquant check. The penalty of 1000 is much too harsh, and the
1887         inter case should be caught by check-staff-line-in-gap check.
1888
1889         * lily/scm-option.cc: move debug-beam to \paper.
1890
1891         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
1892         .txt files to appease makeinfo.
1893
1894         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
1895         remove texttagline.
1896         
1897         * lily/new-slur.cc: cleanup, split in functions.
1898
1899         * lily/parser.yy (chord_body_element): allow octave-check = inside
1900         chord body. 
1901
1902         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
1903
1904         * lily/stem.cc (height): call Beam::after_line_breaking().
1905
1906         * lily/rest-collision.cc (force_shift_callback): only call shift
1907         for columns containing rests.
1908
1909         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
1910
1911         * input/regression/font-postscript.ly: invoke afm2tfm. 
1912
1913 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1914
1915         * mf/SConscript: Build map files.
1916
1917         * SConstruct: Rename $out to out-www in web.
1918
1919 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1920
1921         * SConstruct (web_kluts): Have make web build in out-www.  Not.
1922
1923 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1924
1925         * Documentation/user/music-glossary.tely (Top): add fragment to
1926         pertinent @lilypond entries.
1927
1928         * scm/define-grobs.scm: switch on new-slur by default.
1929
1930         * lily/scm-option.cc: symbol != string.
1931
1932         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
1933         really work yet.
1934         (set_end_points): make X coord of attachment dependent on  Y.
1935         (score_encompass): add edges too.
1936
1937 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1938
1939         * lily/stem.cc (get_beaming): new function.
1940
1941         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
1942         for fragment snippets. This fixes inclusion of toplevel-music
1943         examples (such as new-slur.ly)
1944  
1945 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1946
1947         * scripts/lilypond-book.py: Remove second import of stat.
1948
1949         * More SCons cleanups.
1950
1951         * Documentation/bibliography/computer-notation.bib (note): Remove
1952         extraneous closing brace.
1953
1954 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1955
1956         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
1957         stat calls.
1958
1959         * Documentation/bibliography/SConscript (bibs): failed try to get
1960         bib2html find html-long.bst.
1961
1962         * buildscripts/bib2html.py (stat): fail if bibtex fails.
1963
1964         * make/stepmake.make: use usescons for using scons. 
1965
1966 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1967
1968         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
1969         for lilypondend.  Import stat (huh?).
1970
1971 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1972
1973         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
1974         bypass dvi. 
1975
1976         * input/regression/font-postscript.ly: new file. 
1977
1978         * scm/framework-ps.scm (load-fonts): load pfb files too.
1979
1980         * lily/pfb.cc (pfb2pfa): new file.
1981
1982 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1983
1984         * scripts/lilypond-book.py (PREAMBLE_LY): set
1985         toplevel-music-handler too.
1986
1987 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1988
1989         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
1990         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
1991
1992         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
1993
1994         * python/SConscript:
1995         * python/vim:
1996         * input/mutopia/*SConscript: New file.
1997
1998         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
1999
2000         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
2001         fixes web build.
2002
2003         * make/stepmake.make (scons): re-route to SCONS if user has been
2004         running scons in this tree.
2005
2006         * SConstruct (config_vars): Add CPPDEFINES.
2007         (env): Set checksums type to "content".
2008         (save_config_cache): Do not exit after configuring when using
2009         checksums (the default) instead of timestamps.
2010
2011 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2012
2013         * SConstruct: Further development.
2014
2015         * input/test/SConscript: 
2016         * input/template/SConscript: 
2017         * input/regression/SConscript: 
2018         * Documentation/bibliography/SConscript:
2019         * Documentation/bibliography/index.html.in: New file.
2020
2021         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
2022         generation.
2023
2024         * buildscripts/builder.py: Add new builders.
2025
2026         * make/stepmake.make: 
2027         * stepmake/stepmake/*.make: 
2028         * configure.in:
2029         * lily/*:
2030         * flower*: Use config.hh (Was config.h).
2031
2032         * scm/encoding.scm (get-coding): Print friendly error message when
2033         no encoding is found, rather than crashing.
2034
2035 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2036
2037         * lily/new-slur.cc (score_slopes): strong sloping score only when
2038         stems point in same dir. 
2039
2040 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2041
2042         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
2043         for beam start.
2044
2045         * lily/parser.yy (context_prop_spec): check grob name for
2046         alphanumericness..
2047
2048         * lily/lyric-engraver.cc: creates LyricText objects
2049
2050 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2051
2052         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
2053
2054 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2055
2056         * SConstruct: Configure only pristine build tree or on user
2057         request.  Cleanups.  Add Documentation/topdocs to subdirs.
2058         Use checksums instead of timestamps.
2059         (CheckYYCurrentBuffer): Return result.
2060
2061         * Documentation/topdocs/SConscript: New file.
2062
2063 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2064
2065         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
2066
2067         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
2068         scm_from_int instead.
2069
2070 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2071
2072         * SConstruct: Updates.  Add targets: tar, dist, release.
2073
2074 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2075
2076         * input/mutopia-header.ly: Generate output.
2077
2078         * SConstruct:
2079         * buildscripts/builder.py:
2080         * Documentation/user/SConscript: SCons fixes.
2081
2082 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2083
2084         * lily/new-slur.cc (class New_slur): new file. Score based slur
2085         computations.
2086
2087 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2088
2089         * mf/SConscript: Remove Builders.
2090
2091         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
2092
2093         * input/SConscript: 
2094         * Documentation/user/SConscript: New file.
2095
2096 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2097
2098         * Documentation/topdocs/NEWS.texi (Top): add note about new
2099         emacs electric-|
2100
2101         * scm/*.scm: adapt ly:warn calls.
2102
2103         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
2104
2105         * lily/repeat-acknowledge-engraver.cc (process_music): look at
2106         main timing, not grace timing. Fixes volta-repeat-grace.
2107
2108         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
2109         remove ly:kpathsea-gulp-file.
2110
2111         * scm/translation-functions.scm (format-metronome-markup): make
2112         note smaller, align to bottom.
2113
2114         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
2115
2116         * lily/metronome-engraver.cc (stop_translation_timestep): attach
2117         metronome to musical column. Don't ack time sigs or bar lines.
2118
2119 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
2120
2121         * THANKS: sort, add David. Kristof contributed code, he is a
2122         contributor.
2123
2124 2004-07-09  David Svoboda      <svoboda@cmu.edu>
2125
2126         * elisp/lilypond-mode.el,
2127         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
2128         count beats between last measure stop | and point in emacs.
2129         
2130 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2131
2132         * tex/GNUmakefile (TEX_FILES): don't dist
2133         music-drawing-routines.ps, latin1.enc 
2134
2135         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
2136         --no-pdf, --pdftex
2137         (copyright): add --latex option
2138         (ic_p.make_include_option): use direct PS as default.
2139
2140         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
2141
2142         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
2143
2144         * scm/script.scm (default-script-alist): marcato should follow
2145         into staff
2146         
2147 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2148
2149         * buildscripts/builder.py:
2150         
2151         * Documentation/SConscript (outdir): New file.  Add *list.ly
2152         dependencies.  Fixes PDF doc build.
2153
2154 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2155
2156         * SConstruct: Add Tar target (incomplete), fix install issues, fix
2157         run from build-dir.
2158
2159         * ly/SConscript:
2160         * scm/SConscript: New file.
2161
2162         * lily/main.cc (dir_info): Print variables in sh format.
2163
2164         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
2165
2166         * mf/SConscript: Update multiple target rules.
2167
2168         * SConstruct (assert_version): Add.
2169
2170 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2171
2172         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
2173
2174 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2175
2176         * buildscripts/mf-to-table.py: Do not try to open ''.
2177
2178         * mf/SConscript: New file.
2179
2180 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
2181
2182         * scm/fret-diagrams.scm : Convert many properties to constants,
2183         reducing the pollution of the property namespace.
2184
2185         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
2186         unnecessary properties for fret-diagram
2187
2188         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
2189         for interface
2190
2191 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2192
2193         * SConstruct: Update.
2194
2195 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2196
2197         * input/regression/beam-quant-standard.ly (seconds): print desired
2198         quants when failing.
2199
2200 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2201
2202         * SConstruct:
2203         * flower/SConscript:
2204         * lily/SConscript: New file.
2205
2206 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
2207
2208         * scm/define-grob-properties.scm (all-user-grob-properties): Add
2209         descriptions for all fret-diagram properties.
2210
2211         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
2212         fret-diagram interface code
2213
2214 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2215
2216         * ly/book-paper-defaults.ly: set default encoding to ec.
2217
2218         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
2219         installed.
2220
2221         * tex/latin1.enc: new file, from a2ps. 
2222
2223 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
2224
2225         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
2226         add a faint, green border line.
2227
2228         * Documentation/index.html.in: drop <table>, add a faint border line.
2229
2230 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2231
2232         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
2233
2234         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
2235
2236 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
2237
2238         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
2239
2240         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
2241
2242         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
2243         scale white text
2244
2245         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
2246         position for numbered dots so dot will touch fret.
2247         (various routines): move to font-metric interface, rather than
2248         name, size interface.  Clean up comments.
2249
2250         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
2251         size and offset to better center white text.
2252
2253 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2254
2255         * ChangeLog: Remove pre-2.1 changes.
2256
2257         * Documentation/misc/ChangeLog-2.1: New file.
2258
2259         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
2260         from ChangeLog.
2261
2262 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2263
2264         * input/test/chords-below-volta-bracket.ly,
2265         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
2266
2267 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2268
2269         * VERSION: release 2.3.6
2270
2271         * input/regression/beam-quant-standard.ly: new file: test standard
2272         beam quants.
2273
2274         * scm/beam.scm (check-quant-callbacks): new function
2275         (check-beam-quant): new function: check whether current beam
2276         quants match argument.
2277
2278         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
2279         forbidden quant for sitting (upstem)/hanging (downstem) on outer
2280         staffline line.
2281
2282 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2283
2284         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
2285         functions.
2286
2287         * lily/note-collision.cc (do_shifts): align colliding notes to
2288         their leftmost note.
2289
2290         * input/regression/collision-alignment.ly: new file.
2291
2292         * ly/init.ly: don't print gc stats.
2293
2294         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
2295         extra newline
2296
2297         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
2298         for dimensions. This fixes ottava-remove-empty-staff.ly
2299
2300         * input/regression/lyrics-tenor-clef.ly: new file.
2301
2302         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
2303         cyclic parents when two axis-group-engravers are
2304         present. Fixes: crash-axis-group-engraver.ly. 
2305         
2306         * input/test/volta-chord-names.ly: new file.
2307
2308         * scm/define-context-properties.scm
2309         (all-user-translation-properties): change voltaOnThisStaff
2310         definition. 
2311
2312         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
2313         if necessary.
2314
2315         * lily/volta-bracket.cc (print): handle volta brackets without
2316         bars. 
2317
2318 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2319
2320         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
2321         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
2322
2323 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2324
2325         * scm/output-gnome.scm: updated instructions for running gnome
2326         backend
2327
2328 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
2329
2330         * scm/fret-diagrams.scm (draw-dots): default values for dot size
2331         and dot-position now depend on finger-code value; in-dot makes
2332         dots larger and centered.
2333         (draw-barre): added straight-barre indicator option
2334         (draw-dots): made fontify-text-white work.
2335
2336         * music-drawing-routines.ps: added /draw_white_text
2337
2338         * scm/output-tex.scm:  added white-text
2339
2340         * scm/output-ps.scm:  added white-text
2341
2342         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
2343         list of stencil expressions
2344
2345         * scm/stencil.scm: Added fontify-text-white
2346
2347 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
2348
2349         * input/regression/+.ly: use @unnumbered section.
2350
2351 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2352
2353         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
2354         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
2355
2356 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2357
2358         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
2359
2360 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2361
2362         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
2363         was causing an error. (was not actually commited in 2004-06-20)
2364
2365         * input/regression/lily-in-scheme.ly (withPaddingC): does not
2366         breaks anymore
2367
2368 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2369
2370         * VERSION: 2.3.5 released.
2371         
2372         * lily/my-lily-parser.cc (parse_string): switch module too.
2373
2374 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2375
2376         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
2377         ec-fonts-mftraced to running requirements.
2378
2379 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2380
2381         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
2382         assignments don't reach the original file.
2383
2384         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
2385         exists
2386
2387 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2388
2389         * scm/output-gnome.scm: 
2390         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
2391
2392         * debian/: Apply Debian patch (Anthony Fok).
2393
2394 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
2395
2396         * Documentation/user/music-glossary.tely: fix titling; @top is already
2397         an @unnumbered @chapter.
2398
2399 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2400
2401         * debian/GNUmakefile (EXTRA_DIST_FILES):
2402         (CONF_FILES): update file list.
2403
2404         * lily/stencil.cc (interpret_stencil_expression): bugfix.
2405
2406 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2407
2408         * debian/: Remove cruft (requested Anthony Fok.)
2409
2410         * buildscripts/guile-gnome.sh: Build without gcc libtool version
2411         juggling.
2412
2413         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
2414         Add popup menu with grob properties.
2415
2416         * lily/grob-scheme.cc (ly:grob-properties):
2417         (ly:grob-basic-properties): New function.
2418
2419         * lily/stencil.cc (interpret_stencil_expression): Comment-out
2420         "no-origin" call.  Fixes -fps output.
2421
2422         * scm/output-ps.scm (no-origin): Add dummy implementation.
2423
2424         * scm/output-gnome.scm (define-origin): Remove
2425         (grob-cause): Add.
2426
2427         * scm/output-ps.scm (scm):
2428         * scm/output-tex.scm (scm): Remove define-origin from exports list.
2429         (define-origin): Remove.
2430
2431         * scm/output-gnome.scm (define-origin): 
2432
2433         * scm/lily.scm (ly:all-output-backend-commands): Remove
2434         define-origin.  Add grob-cause.
2435
2436 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
2437
2438         * buildscripts/lilypond-words.py: add ly/portugues.ly.
2439
2440 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
2441
2442         * Documentation/user/GNUmakefile:
2443         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
2444         --include-css=.../texinfo.css; command includes css into the html.
2445
2446         * Documentation/texinfo.css: add file.
2447         define <hr> as black and thin.            
2448
2449 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2450
2451         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
2452         stencil expression. Junk define-origin.
2453
2454         * lily/my-lily-parser.cc (parse_string): init parser variable when
2455         lexer_ is set, ie. in parse_string and parse_file.
2456
2457         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
2458         ly:score-bookify.
2459
2460         * scm/lily.scm (collect-scores-for-book): new function.
2461
2462         * ly/init.ly: print collected scores/musics.
2463
2464         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
2465         scope, not in lily module.
2466
2467         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
2468
2469         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
2470         encapsulate gtk/pango tests.
2471
2472         * po/tr.po: Turkish translation.
2473
2474 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2475
2476         * input/regression/lily-in-scheme.ly: regression test for #{
2477         ... #} syntax
2478
2479         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
2480         was causing an error.
2481
2482         * Documentation/user/programming-interface.itely (Using LilyPond
2483         syntax inside Scheme): documentation for #{ ... #} syntax.
2484
2485 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
2486
2487         * Documentation/index.html.in: use black thin <hr>.
2488
2489         * buildscripts/mutopia-index.py: use thin black <hr>.
2490
2491 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2492
2493         * scm/fret-diagrams.scm: Use UNIX style line endings.
2494         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
2495         typo.  Fixes compile.
2496
2497         * scm/output-ps.scm (white-dot): Remove second incarnation.
2498
2499         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
2500
2501 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2502
2503         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
2504         single file error.
2505
2506         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
2507
2508 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
2509
2510         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
2511         remove size as argument to fret-diagram interface;
2512         improved white-circle dots for fret;
2513         improved top-fret thick line/
2514
2515         * scm/output-ps.scm: added white-dot function
2516
2517         * scm/output-tex.scm: added white-dot function
2518
2519         * tex/music-drawing-routines.ps: added draw_white_dot function
2520
2521         * ps/music-drawing-routines.ps: added draw_white_dot function
2522
2523         * input/test/fret-diagram.ly: examples to show multiple
2524         functions and multiple interfaces
2525
2526 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2527
2528         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
2529         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
2530
2531         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
2532         conflict.  Have I told you lately how much I love autotools?
2533
2534 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2535
2536         * lily/lily-guile.cc: 
2537         * lily/pangofc-afm-decoder.cc:
2538         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
2539         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
2540
2541         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
2542         developers.
2543
2544         * lily/paper-outputter.cc (file): New method.
2545         (dump_string): Use it.
2546
2547         * scm/output-gnome.scm: Update with pango CVS info, lilylib
2548         musing.
2549
2550         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
2551         of them has a comma :-).
2552
2553         * scm/framework-gnome.scm: Add pango decoders.
2554
2555         * lily/include/pangofc-afm-decoder.hh: 
2556         * lily/pangofc-afm-decoder.cc: New file.
2557
2558         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
2559
2560         * configure.in: Check for pango.
2561
2562         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
2563         autoconf).
2564         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
2565
2566         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
2567
2568 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2569
2570         * Documentation/user/tutorial.itely (Integrating text and music):
2571         fix grammar & punctuation.
2572
2573 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2574
2575         * lily/: Stray janitorial cleanups.
2576
2577         * scm/lily.scm (ly:all-stencil-expressions):
2578         * scm/lily.scm (ly:all-output-backend-commands): New function.
2579
2580         * scm/safe-lily.scm (safe-objects): Add them.
2581
2582         * scm/framework-gnome.scm (<gnome-outputter>): New class.
2583
2584         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
2585
2586 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2587
2588         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
2589
2590 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2591
2592         * scm/page-layout.scm (default-page-make-stencil): add
2593         raggedbottom, raggedlastbottom.
2594
2595         * Documentation/user/changing-defaults.itely (Page layout): add doc.
2596
2597         * scm/framework-tex.scm (define-fonts): fix export of
2598         papersize.
2599
2600         * lily/paper-book.cc (classic_output): strip suffixes from
2601         framework functions.
2602
2603         * lily/tuplet-bracket.cc (before_line_breaking): do not return
2604         SCM_UNDEFINED to Scheme.
2605
2606 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2607
2608         * lily/book.cc: remove Book::to_stencil().
2609         (process): whoops. Score::book_rendering returns vector, not list.
2610
2611         * scripts/convert-ly.py (conv): remove \notes.
2612         apply to input examples.
2613
2614         * lily/paper-outputter.cc (output_stencil): don't use
2615         smobify_self() but self_scm()
2616
2617         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
2618         from smobify_self().
2619
2620         * lily/paper-book.cc (output): load framework module
2621         scm_c_resolve_module().
2622
2623         * python/lilylib.py (exit): exit with argument i.
2624
2625 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2626
2627         * scm/framework-gnome.scm (output-framework-gnome): Try loading
2628         gnome modules from non-toplevel.
2629
2630         * lily/ly-module.cc (ly:import-module): Export to ly:.
2631
2632         * lily/paper-score.cc (process): Do not show progress newline.
2633
2634         * lily/paper-book.cc (output, classic_output): Show progess
2635         newline after score.
2636
2637 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
2638
2639         * buildscripts/lilypond-words.py: add ly/vlaams.ly
2640
2641 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2642
2643         * lily/score.cc (ly:run-translator): Do not crash on empty music
2644         list.
2645
2646         * lily/book.cc (process): Do not render score when systems is empty.
2647
2648         * input/simple-song.ly: Down one octave.
2649
2650         * scm/output-gnome.scm: Remove script again; re-add modules fix
2651         (CVS conflict resolve?)
2652
2653         * lily/stencil.cc (ly:interpret-stencil): Was:
2654         interpret_stencil_expression.
2655
2656 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2657
2658         * buildscripts/guile-gnome.sh: New file.
2659
2660         * scm/output-gnome.scm: White background, better window size, sane
2661         canvas size.  Cleanups.
2662
2663 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2664
2665         * VERSION: release 2.3.4
2666
2667         * Documentation/user/invoking.itexi (Invoking the lilypond
2668         binary): document --safe.
2669
2670         * scm/output-gnome.scm: set PATH in script.
2671
2672         * scm/page-layout.scm (default-page-make-stencil): don't stretch
2673         if there is too few systems on a page.
2674
2675         * lily/parser.yy (relative_music): start at middle C without pitch
2676         argument.
2677
2678         * Documentation/user/changing-defaults.itely (Page layout): new node.
2679         (Paper size): rename node
2680         (Page breaking): new node.
2681         (Titling): move from invoking.
2682         (File structure): new node.
2683
2684         * lily/parser.yy (score_body): allow \header and music anywhere in
2685         \score body.
2686
2687 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2688
2689         * scm/lily.scm (ly:load): Remove page-breaking.scm.
2690
2691 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2692
2693         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
2694
2695         * lily/include/paper-line.hh: rename to Paper_system.
2696
2697         * lily/include/paper-book.hh: doc class.
2698
2699         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
2700
2701         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
2702         (plain-header): add instrument-name.
2703         (default-page-make-stencil): bugfixes.
2704
2705         * lily/parser.yy (book_body): allow \header anywhere in \book{}
2706
2707         * lily/paper-book.cc: remove copyright & tagline. Remove
2708         interactions with Page
2709
2710         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
2711         here, 
2712         (default-page-make-stencil): new function
2713         (default-page-music-height): new function
2714         (page-headfoot): new function
2715         (ly:optimal-page-breaks): generate stencils directly from here
2716
2717         * scm/titling.scm: new file, group titling functions
2718
2719 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2720
2721         * scm/output-gnome.scm: Handle multiple pages.
2722
2723         * scm/framework-gnome.scm: Do not load output-gnome.
2724         (framework-gnome): Invoke output-gnome::header and
2725         output-gnome::end-output as faked stencils.  Fixes experimental
2726         gnome output.
2727
2728 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2729
2730         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
2731         octavation compatibility fixes. Backportme. 
2732
2733         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
2734         pages.
2735         (ly:optimal-page-breaks): combine-penalties: no shortcut for
2736         negative. Now we handle negative penalties (ie. \pageBreak)
2737         correctly.
2738
2739         * lily/system.cc (get_line): extract page-penalty from the left
2740         bound.
2741
2742         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
2743
2744 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2745
2746         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
2747
2748 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2749
2750         * scm/output-gnome.scm: Update script.  Move development to
2751         lilypond_2_3_2 branch for now.
2752
2753 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2754
2755         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
2756         negative penalties.
2757         cleanups.
2758
2759         * Documentation/user/changing-defaults.itely (Creating contexts):
2760         index entries
2761
2762         * scm/page-breaking.scm (ly:optimal-page-breaks): new
2763         file. Rewrite function. 
2764
2765         * lily/paper-book.cc (pages): new interface: page-breaking returns
2766         list of line-list.
2767
2768         * lily/page.cc (Page): take lines argument.
2769
2770         * scm/document-translation.scm (all-engravers-doc): link to user man
2771
2772         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
2773
2774         * Documentation/user/notation.itely (Relative octaves): typo.
2775
2776         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
2777
2778 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2779
2780         * scm/output-gnome.scm: Update build script.
2781
2782 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2783
2784         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
2785         gnome backend.
2786
2787         * scm/framework-gnome.scm: New file.
2788
2789         * scm/lily.scm: Use it.
2790
2791         * lily/paper-outputter.cc: Janitorial cleanups.
2792         (ly:outputter-dump-string): Remove unreachable statement.
2793
2794         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
2795         (ice-9): Bugfix: Add srfi-1.
2796
2797         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
2798
2799 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2800
2801         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
2802         in do_quit()
2803
2804 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2805
2806         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
2807
2808 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2809
2810         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2811         override of Beam::position-callbacks. Why would grace beams not be
2812         quantized? Fixes: weird-stem-size-grace. 
2813
2814         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
2815         warning only once. Backportme.
2816
2817         * lily/accidental-engraver.cc (number_accidentals_from_sig):
2818         bugfix, 2nd try. Backportme.
2819
2820         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
2821
2822 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2823
2824         * Documentation/user/notation.itely (Instrument transpositions):
2825         Correct the name of the instrumentTransposition property.
2826
2827 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2828
2829         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
2830
2831 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2832
2833         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
2834         and postLilyPondExample are called when defined.
2835
2836 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2837
2838         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
2839         This fixes setting notenames with `\include "nederlands.ly" '
2840
2841         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
2842         new function.
2843
2844 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2845
2846         * scm/page-layout.scm: don't do piece, it should be in score-title
2847         only.
2848
2849         * lily/lexer.ll: lex \score separately.
2850
2851         * lily/paper-book.cc: junk stencil2line.
2852
2853         * lily/paper-line.cc (Paper_line): construct from Stencil
2854         directly. No futzing with the dimensions.
2855
2856         * lily/include/paper-line.hh (class Paper_line): 
2857
2858         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
2859         takes arbitrary number of arguments.
2860
2861         * input/test/markup-score.ly (tuning): simplify example. 
2862
2863 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2864
2865         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
2866
2867         * scm/define-markup-commands.scm (score): define score-markup
2868
2869         * lily/parser.yy (markup): use score-markup.
2870
2871         * lily/score.cc: add ly:score? 
2872
2873 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
2874
2875         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
2876         fret-parse-string so it prepares for calls to fret-diagram-verbose
2877         Changed display constants to props so they are available for
2878         \override.
2879
2880 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2881
2882         * VERSION: release 2.3.3
2883
2884         * stepmake/stepmake/generic-vars.make: unset LANG.
2885
2886         * input/regression/tuplet-nest.ly: bugfix.
2887
2888         * lily/tie-performer.cc (stop_translation_timestep): reset
2889         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
2890
2891         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
2892         clear repeat_ directly after setting stem_tremolo_. Fixes:
2893         tremolo-repeat.ly
2894
2895         * input/regression/span-bar-break.ly: new file.
2896
2897         * scm/define-grobs.scm (all-grob-descriptions): remove
2898         break-visibility from SpanBar. Fixes: piano-repeat.ly
2899
2900 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2901
2902         * python/lilylib.py (make_ps_images): only compute bbox when needed.
2903
2904         * scripts/lilypond-book.py (process_snippets): use lily -f ps
2905         files for generating pngs. (failed experiment)
2906
2907         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
2908         file with PFA fonts included.
2909
2910         * lily/score.cc (default_rendering): put header in too.
2911
2912         * lily/paper-line.cc (LY_DEFINE): change function to
2913         ly:paper-line-extent
2914
2915         * scm/page-layout.scm (default-book-title): only add lines for
2916         non-nil fields.
2917         (default-score-title): idem.
2918
2919         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
2920
2921         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
2922
2923         * lily/include/paper-book.hh (class Paper_book): remove height_
2924         member.
2925
2926         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
2927
2928         * lily/ly-module.cc (LY_DEFINE): bugfix.
2929
2930         * lily/paper-book.cc (book_title): separate function for the book
2931         title.
2932
2933         * scm/page-layout.scm (default-book-title): only account for
2934         markup fields.
2935
2936         * scm/framework-ps.scm: new file. Move high level interface from
2937         output-ps.scm
2938
2939         * scm/music-functions.scm (def-grace-function): move macros from
2940         ly/music-functions-init.ly
2941
2942         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
2943         framework-tex.scm
2944
2945         * scm/framework-tex.scm (dump-line): new file. High level
2946         interface for output (pages, systems, header). 
2947
2948         * lily/include/page.hh (class Page): add is_last_ field.
2949
2950         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
2951
2952         * lily/paper-book.cc (split_string): new function
2953         (output): output multiple formats, i.e. --format=ps,tex
2954
2955         * scm/output-ps.scm (output-scopes): dump variables directly.
2956         (define-fonts): rewrite for new interface
2957
2958         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
2959
2960         * lily/paper-outputter.cc (Paper_outputter): take format argument.
2961
2962         * lily/main.cc (parse_argv): don't set extension for output.
2963
2964         * lily/clef-engraver.cc (create_clef): remove
2965         Staff_symbol_referencer::set_position() call. 
2966
2967 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2968
2969         * ly/music-functions-init.ly (addlyrics): set the 'origin property
2970         with the location argument in music function definitions.
2971
2972 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2973
2974         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
2975         staffsymbol dependency.
2976
2977         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
2978         cleanups.
2979
2980         * lily/book.cc (process): return Paper_book
2981         (to_stencil): use Book::process().
2982
2983         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
2984         header_ field. Store in $globalheader
2985
2986         * lily/parser.yy (book_body): book header is initted to
2987         $globalheader.
2988
2989
2990 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2991
2992         * input/test/fill-a4.ly: removed.
2993
2994         * lily/parser.yy (output_def): push scope of parent_ Output_def
2995         too.
2996
2997 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2998
2999         * scm/output-gnome.scm: Update info.
3000
3001 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3002
3003         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
3004
3005         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
3006         than 1 module.
3007
3008         * lily/include/ly-module.hh (ly_use_module): rename is_module to
3009         ly_c_module_p.
3010
3011         * scm/page-layout.scm (default-book-title): move Scheme titling
3012         functions to here.
3013
3014         * lily/parser.yy (book_paper_block): remove scope too.
3015
3016         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
3017
3018         * lily/rest.cc: add direction to rest properties.
3019
3020         * lily/include/output-def.hh: new file, move from
3021         music-output-def.hh
3022
3023 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3024
3025         * scm/output-gnome.scm: Describe feta-cork hack.
3026
3027 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3028
3029         * lily/include/book-paper-def.hh: derive from Output_def 
3030
3031         * lily/include/paper-def.hh: move all functionality out of class.
3032         Junk header.
3033
3034         * lily/include/music-output-def.hh: rename Music_output_def to
3035         Output_def.
3036
3037         * input/wilhelmus.ly: only set space for Paper formatting. 
3038
3039         * lily/include/midi-def.hh: remove file, remove class.
3040         Move functions to Music-output-def.
3041
3042         * lily/music-output-def.cc (Music_output_def): remove separate
3043         translator table. Lookup translators in scope directly. This
3044         obviates Context suffix for context identifiers, i.e.
3045
3046         \context {
3047           \Staff
3048           .. 
3049           }
3050
3051
3052         will work.
3053
3054
3055         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
3056
3057         * Documentation/user/changing-defaults.itely (Horizontal spacing):
3058         document spacing override hack.
3059
3060 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3061
3062         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
3063         installation info.  Support point-and-click.  Add +/- zoom
3064         keybindings.
3065
3066 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3067
3068         * VERSION: 2.3.2 released
3069
3070         * lily/parser.yy (book_body): set default bookpaper.
3071
3072         * scm/output-tex.scm (header): kludge: hard code linewidth. 
3073
3074         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
3075
3076 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3077
3078         * lily/score.cc (default_rendering): scale outputdef before
3079         starting.
3080
3081 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3082
3083         * scm/fret-diagrams.scm: Add header.
3084
3085         * scm/output-gnome.scm: Hello world :-)
3086
3087 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3088
3089         * scripts/lilypond.py (run_dvips): only add papersize if present.
3090
3091         * lily/accidental-engraver.cc (update_local_key_signature): new
3092         function, fold code from initialize() and process_music().
3093         (update_local_key_signature): use deep copy. This fixes one
3094         problem from custom-key-signatures.ly.
3095         (number_accidentals_from_sig): tighter check for
3096         accidental-too-old.
3097
3098         * ly/engraver-init.ly: remove localKeySignature
3099         definition from ChoirStaff, StaffGroup, Score.
3100
3101         * lily/percent-repeat-engraver.cc (try_music): add moments for
3102         barlines too. Fixes: skipbars-percent-repeat.ly.
3103
3104 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3105
3106         * lily/context-def.cc (filter_performers): don't go to cdrloc if
3107         skipping last pair. Fixes: crash-bar-number.
3108
3109         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
3110         D. Sorensen)
3111
3112         * input/test/fret-diagram.ly: new file.
3113
3114         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
3115         (scale-paper): divide by scale.
3116
3117 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3118
3119         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
3120         case.
3121
3122 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * scm/stencil.scm (fontify-text): reinstate function
3125
3126         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
3127
3128         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
3129
3130         * lily/parser.yy (book_paper_head): \bookpaper {} 
3131
3132         * python/midi.c: remove config.h
3133
3134 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3135
3136         * scm/output-gnome.scm: Update.
3137
3138 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3139
3140         * scm/output-gnome.scm: New file.
3141
3142         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
3143
3144 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3145
3146         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
3147         (find_scaled_font): move from Paper_def
3148
3149 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3150
3151         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
3152         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
3153
3154         * po/fr.po: update po.
3155
3156         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
3157
3158         * lily/book-paper-def.cc (print_smob): new file.
3159
3160 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
3161
3162         * buildscripts/lilypond-words.py: search words also from
3163         music-functions-init.ly.
3164
3165 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3166
3167         * ly/music-functions-init.ly (def-music-function): new helper
3168         macro for defining music functions. \addlyrics \appoggiatura
3169         \acciaccatura \grace \partcombine \autochange \applycontext
3170         \applyoutput and \breathe are now defined here thanks to it.
3171
3172         * lily/parser.yy: 
3173         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
3174         \grace \partcombine \autochange \applycontext \applyoutput and
3175         \breathe keywords removed from the parser.
3176
3177         * lily/parser.yy: 
3178         * lily/music-function.cc (ly_make_music_function): 
3179         * lily/lexer.ll (music_function_type): added a case for 0-arg
3180         music functions.
3181
3182 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3183
3184         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
3185         refering to a music expression can be used in lily-inside-scheme:
3186         #{ $music #}
3187
3188         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
3189         and ly:parser-define, and change ly:parser-parse-string in order
3190         to make #{ $music #} work.
3191
3192         * scm/new-markup.scm (compile-markup-expression): when an argument
3193         is a string, use `make-simple-markup'.
3194
3195 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3196
3197         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
3198
3199 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3200
3201         * scripts/convert-ly.py (FatalConversionError.func): handle + in
3202         font-size. (backportme)
3203
3204 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3205
3206         * lily/paper-outputter.cc (output_stencil): dump font definitions
3207         before each stencil.
3208
3209         * lily/include/paper-book.hh (struct Score_lines): new
3210         struct. Collect info per Paper-score.
3211
3212         * lily/include/page.hh (class Page): to_stencil() returns Stencil
3213         everywhere.
3214
3215         * lily/stencil.cc (find_expression_fonts): new function
3216
3217         * lily/paper-outputter.cc (output_stencil): use
3218         interpret_stencil_expr
3219
3220         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
3221         (interpret_stencil_expr): new function. Generic stencil
3222         interpretation.
3223
3224         * lily/paper-def.cc (find_scaled_font): divide lookup
3225         magnification by outpuscale for non-virtual fontmetrics. This
3226         fixes ludicrously long font definitions for text
3227         fonts. (backportme)
3228
3229         * lily/score-engraver.cc: remove
3230         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
3231
3232 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3233
3234         * input/test/markup-score.ly: Remove \notes.
3235
3236         * lily/parser.yy (book_body): Grok Composite_music and \header.
3237         (markup): Push NOTES mode before score_block.
3238
3239         * VERSION: release 2.3.1
3240
3241         * mf/feta-klef.mf: 
3242         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
3243
3244         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
3245
3246         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
3247
3248 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3249
3250         * scm/output-tex.scm (output-tex-string): tighten safe security.
3251
3252         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
3253
3254         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
3255         allowed ly functions.
3256
3257         * lily/ly-module.cc (ly_module_define): only define variable if
3258         bound.
3259         (ly_make_anonymous_module): take safe option.
3260
3261 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3262
3263         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
3264
3265 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3266
3267         * input/regression/newaddlyrics.ly: Fix.
3268
3269         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
3270         \score \notes.
3271
3272 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
3273
3274         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
3275
3276 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3277
3278         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
3279
3280         * lily/paper-line.cc (Paper_line): don't store list of stencils,
3281         but convert to single Stencil immediately.
3282
3283         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
3284
3285 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3286
3287         * scm/output-sodipodi.scm: Resurrect sodipodi output.
3288
3289 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
3290
3291         * elisp/lilypond-mode.el: Changed the way defaults are created for
3292         LilyPond-command-master.  LilyPond-mode will now check the
3293         timestamps of the files to see which command has to run next.
3294
3295 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3296
3297         * scm/bass-figure.scm (format-bass-figure): don't set
3298         number-markup for strings. This fixes string in bass
3299         figure. (backportme)
3300
3301         * lily/parser.yy (bass_number): insert number-markup into figure
3302         definition.
3303
3304         * scm/define-music-properties.scm (all-music-properties): make
3305         'figure a markup.
3306
3307         * scripts/convert-ly.py (conv): \apply -> \applymusic
3308
3309 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
3310
3311         * elisp/lilypond-mode.el: changed the order of some commands
3312         ("Midi" after "2Midi"), use the user-defined
3313         LilyPond-command-default as default instead of "LilyPond"
3314
3315         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
3316         to set the master file for the next command.
3317
3318         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
3319         with font-lock-reference-face.
3320
3321 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
3322
3323         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
3324
3325         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
3326
3327 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * ly/music-functions-init.ly (TODO): new file.
3330
3331         * lily/parser.yy (Generic_prefix_music_scm): add more
3332         music_function symbols.
3333         (Prefix_composite_music): change \apply to music-function   
3334
3335         * lily/include/music-function.hh: rename to music-function
3336
3337 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3338
3339         * lily/music-head.cc (LY_DEFINE): change order of args.
3340
3341         * input/regression/music-head.ly (texidoc): new file.
3342
3343         * lily/parser.yy (Generic_prefix_music): allow generic
3344         music-transformation functions. 
3345
3346         * lily/include/music-head.hh (is_music_head): new file.
3347
3348         * lily/music-head.cc (get_music_head_transform): new file.
3349
3350 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3351
3352         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
3353         empty extent. This fixes ottava brackets on rests. (backportme)
3354
3355         * make/lilypond.redhat.spec.in (Group): ln png files for info.
3356
3357         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
3358
3359         * cygwin/lily-wins.py: update for the lily-wins.py script.
3360
3361 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3362
3363         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
3364         code. This will obviate typeset_grob () in the future.  The effect
3365         of this is that improperly written spanner handling will result in
3366         invalid spanner bounds.
3367         (announce_grob): add to elems_ from here
3368         (typeset_grob): comment out.  
3369
3370         * lily/include/engraver.hh (make_spanner): new calling interface
3371         for make_{item,spanner}. This obviates most calls to
3372         announce_grob().
3373
3374         * scm/music-functions.scm (set-accidental-style): use GrandStaff
3375         iso. PianoStaff for piano styles.
3376
3377 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
3378
3379         * Documentation/user/music-glossary.tely: add segno after d.s.
3380
3381 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3382
3383         * lily/include/audio-column.hh: remove unused variables.
3384         (patch by Michael Welsh Duggan)
3385
3386         * flower/include/axes.hh (other_axis): inline Axes function
3387         (thanks to David Brandon).
3388
3389 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3390
3391         * cygwin/mknetrel: Install image links (backportme).
3392
3393         * Documentation/user/GNUmakefile (local-install-info): Activate
3394         actual installing of image links (backportme).
3395
3396 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3397
3398         * Documentation/user/notation.itely (Measure repeats): Removed
3399         unnecessary (and confusing) \context Voice{.
3400
3401 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
3404
3405         * lily/page.cc (Page): Do not use ly_scheme_function for
3406         volatile/configurable variables (FIXME: better name).
3407
3408         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
3409         get_scmvar).
3410
3411 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3412
3413         * scripts/convert-ly.py (FatalConversionError.subst): use
3414         \transposition.
3415
3416 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3417
3418         * lily/include/page.hh (class Page): Declare left_margin ().
3419
3420         * lily/page.cc: Remove paper var caching.
3421
3422 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3423
3424         * Documentation/user/music-glossary.tely: Add name to @top node.
3425         Remove comment from @table definitions (workaround for makinfo
3426         bug).
3427
3428         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
3429         ly:stencil-get-expr).  Update callers.
3430         (ly:stencil-align-to!):  Return stencil too.
3431
3432         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
3433         stencil.  Remove looped line-based page output.
3434         (output_line): Use line stencil.  Remove looped stencil-based line
3435         output.
3436
3437         * lily/page.cc (ly:page-paper-lines): New function.
3438
3439         * input/test/markup-score.ly: New file.
3440
3441         * scm/define-markup-commands.scm (stencil): New markup.
3442
3443         * lily/book.cc (to_stencil): New method.
3444
3445         * lily/parser.yy (markup): Use it to grok \score.
3446
3447 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3448
3449         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
3450
3451         * lily/paper-book.cc (pages): Change signature.  Update callers.
3452
3453         * lily/include/page.hh:
3454         * lily/page.cc: New file.
3455
3456         * lily/paper-line.cc (to_stencil): New method.
3457
3458         * lily/paper-outputter.cc (output_stencil): New method.
3459
3460         * lily/paper-outputter.cc (output_line): Use them.
3461
3462         * lily/warn.cc: Remove.
3463
3464         * lily/my-lily-parser.cc (distill_inname): Remove.
3465
3466         * flower/include/file-name.hh: 
3467         * flower/file-name.cc: New file.  Update users.
3468
3469         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
3470         (find): New method of same name.
3471
3472         * lily/my-lily-parser.cc (ly:parse-file): Use it.
3473
3474         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
3475         constant error message.
3476
3477 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
3478
3479         * input/test/{blank-notes.ly,staff-container.ly}: typos.
3480
3481 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3482
3483         * Documentation/user/music-glossary.tely: @table @strong' replaced
3484         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
3485         (backportme).
3486
3487 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3488
3489         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
3490
3491         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
3492         #{ lily music expression #} that returns an equivalent scheme
3493         music expression by parsing the string.
3494
3495 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3496
3497         * lily/my-lily-parser.cc:
3498         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
3499         SCM string (foo.ly/toto.scm support).
3500
3501 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3502
3503         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
3504
3505 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3506
3507         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
3508
3509         * scripts/lilypond-book.py: LY code that includes \header is
3510         not assumed to be a fragment.
3511
3512 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
3513
3514         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
3515         tremolo beams up.
3516
3517         * lily/stem.cc (chord_start_y): Return 0 if no heads.
3518         (get_default_stem_end_position): No tremolo head juggling if no
3519         heads.  Fixes tremolo crash on rests (backportme).
3520
3521         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
3522
3523 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3524
3525         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
3526         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
3527
3528         * lily/lexer.ll: Allow \encoding in NOTES mode.
3529
3530         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
3531         for lyrics, not for commands.
3532
3533         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
3534         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
3535
3536         * input/regression/newaddlyrics.ly: New file.
3537
3538         * Documentation/topdocs/NEWS.texi: Update.
3539
3540         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
3541         (Music_list): Allow embedded scm.
3542
3543         * lily/score.cc (ly:score-bookify): New function.
3544
3545         * lily/music.cc (ly:music-scorify): Idem.
3546
3547         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
3548         (ly:parser-print-score): Idem.
3549
3550         * scm/lily.scm (default-toplevel-book-handler): Idem.
3551         (default-toplevel-music-handler): Idem.
3552         (default-toplevel-score-handler): Idem.
3553
3554         * ly/declarations-init.ly: Set default toplevel handlers.
3555
3556         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
3557
3558         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
3559         printer for score at toplevel.
3560
3561 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3562
3563         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
3564         Fix for simple case: input/simple-song.ly, more complex stuff
3565         does not work yet.
3566
3567 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3568
3569         * lily/parser.yy (Prefix_composite_music): split Composite_music
3570         in Prefix_composite_music and Grouped_music_list.
3571         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
3572
3573 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3574
3575         * scm/lily.scm (toplevel-expression): New define.
3576
3577         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
3578
3579         * lily/parser.yy (toplevel_expression): Use it.
3580
3581         * lily/include/my-lily-parser.hh: Smobbify.
3582
3583         * lily/my-lily-parser.cc (parse_string): New method.
3584
3585         * lily/my-lily-parser.cc (ly:parse-string): New function.
3586
3587         * Documentation/user/lilypond.tely: Add comment and workaround for
3588         gs-8.01 crash.  Fixes make web.
3589
3590         Simplification of toplevel music.
3591
3592         * lily/lexer.ll, lily/parser.yy:
3593
3594         * In LYRICS mode, return LYRICS_STRING.  This fixes one
3595         shift/reduce problem.
3596
3597         * Use NOTES mode at start of maininput.
3598
3599         * Grok toplevel composite music expression, put in score and book.
3600
3601         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
3602
3603         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
3604
3605         * input/simple.ly: New file.
3606
3607         * input/simple-song.ly: Idem.
3608
3609 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
3612         Sandberg.
3613
3614 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3615
3616         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
3617
3618 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
3619
3620         * input/regression/accidental-octave.ly: doc automatic showing
3621         of note names.
3622
3623 2004-04-16  Heikki Junes <janneke@gnu.org>
3624
3625         * po/fi.po: do "make po && make -C po po-update" at top-level,
3626         then "cp po/out/fi.po po/fi.po" and update fields.
3627
3628         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
3629
3630 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3631
3632         * Documentation/user/introduction.itely (About this manual): Fix
3633         templates and regression urls (backportme).
3634
3635 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3636
3637         * ly/engraver-init.ly (Score:graceSettings): Increase
3638         beamed-lengths, especially for 32nd notes.
3639
3640         * Documentation/user/notation.itely (Grace notes): Correct the
3641         syntax for add-grace-property example.
3642
3643 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3644
3645         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
3646         `Generated' tag.
3647
3648         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
3649         Severely broken (the Debian package, at least).
3650
3651 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3652
3653         * lily/context.cc (find_create_context): assign to lvalue.
3654
3655 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3656
3657         * lily/include/translator.hh (class Translator): rename
3658         get_parent_context() to context () to avoid confusion.
3659
3660         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
3661
3662         * lily/lexer.ll: change is_string -> ly_c_string_p 
3663
3664         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
3665
3666         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
3667
3668 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3669
3670         * VERSION: release 2.3.0
3671
3672         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
3673
3674         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
3675         if nonempty.
3676
3677         * lily/include/context.hh (class Context): make members protected.
3678         (children_contexts): new accessor function.
3679
3680         * lily/include/translator.hh (class Translator): make
3681         daddy_context_ protected.
3682         (class Translator): clean up. 
3683
3684         * lily/include/context.hh (class Context): make daddy_context_
3685         private.
3686
3687         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
3688         higher for finding Voice. (backportme)  
3689
3690         * lily/include/context.hh (class Context): remove
3691         find_context_below() as a method.
3692
3693         * Documentation/user/notation.itely (The Lyrics context): add note
3694         about manual durations
3695
3696         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
3697         encoding.
3698
3699         * scm/output-tex.scm (text): dump \inputencoding{} for text.
3700
3701 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3702
3703         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
3704         \usepackage{inputenc}
3705
3706         * lily/paper-book.cc (classic_output): don't advance Offset for
3707         TeX output.
3708
3709         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
3710         ec-sauter.map in rules
3711
3712         * mf/ecb.mf (font_identifier): new file, based on ecbx
3713
3714         * mf/ecb10.mf (gensize): new file.
3715
3716         * Documentation/topdocs/NEWS.texi (Top): document some more new
3717         features.
3718
3719         * ly/declarations-init.ly: run convert-ly
3720
3721         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
3722         from input-file-results. Remove input-file-results.* 
3723
3724 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3725
3726         * scm/output-ps.scm (font-command): Fix, again.
3727
3728         * input/test/title-markup.ly: Add \noPagebreak test.
3729
3730         * lily/score-engraver.cc (try_music): Bugfix.
3731
3732 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3733
3734         * lily/main.cc (main_with_guile): excise dependency options -M and
3735         --dep-prefix
3736
3737         * lily/input-file-results.cc: excise Makefile dependency code
3738
3739         * Documentation/user/invoking.itexi (Invoking the lilypond
3740         binary): remove dep doco
3741
3742         * lily/main.cc (main_with_guile): call lilypond-main
3743
3744         * scm/lily.scm (lilypond-main): new function: handle multiple files.
3745
3746         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
3747         exception.
3748
3749         * lily/my-lily-parser.cc: remove paper_description function
3750
3751         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
3752         new function.
3753
3754         * lily/main.cc: remove global_score_count.
3755
3756         * lily/book.cc (process): don't take header from global_input_file.
3757
3758         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
3759
3760         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
3761
3762         * lily/music-output-def.cc (LY_DEFINE): new function
3763         ly_output_description. This function does the bulk for  setting,
3764         parsing and breaking down of an input file.
3765
3766         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
3767         anonymous modules globally. Let's hope they get GCd
3768
3769         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
3770
3771 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3772
3773         * scm/output-ps.scm (header): Papersize from paper.
3774
3775         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
3776         for classic output.
3777
3778         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
3779         lilypondclassic is defined.
3780         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
3781
3782         * input/regression/between-systems.ly: Remove.
3783
3784         * python/lilylib.py (get_bbox): Fix regular expression
3785         for bounding box.
3786
3787         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
3788
3789         * scm/output-tex.scm (stop-page): Use it.
3790
3791         * scm/output-ps.scm (define-fonts): Bugfix.
3792
3793         * lily/grob.cc: Add penalty to interface.
3794
3795         * lily/include/paper-line.hh (class Paper_line): New member
3796         var penalty_.
3797
3798         * lily/system.cc (get_line): Initialise Paper_line with
3799         page-penalty's from original grobs.
3800
3801         * scm/define-music-properties.scm (all-music-properties): Add
3802         page-penalty.
3803
3804         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
3805
3806         * lily/score-engraver.cc (try_music): Handle page-penalty.
3807
3808         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
3809
3810 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3811
3812         * ly/declarations-init.ly (melismaEnd): typo
3813
3814         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
3815
3816         * scm/output-ps.scm (text): split string into spaces, use moveto
3817         for setting space. 
3818
3819 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3820
3821         * po/nl.po: Update.
3822
3823         * scm/font.scm (add-cmr-fonts): Typo.
3824
3825 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3826
3827         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
3828         font-encoding.
3829
3830         * scm/define-grobs.scm (all-grob-descriptions): idem.
3831
3832         * lily/time-signature.cc (numbered_time_signature): idem.
3833
3834         * scm/font.scm (add-cmr-fonts): use real encoding names for
3835         font-encoding.
3836
3837 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3838
3839         * lily/paper-book.cc (classic_output): 
3840         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
3841         Fixes classic output.
3842         (lilypondstart):
3843         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
3844         kludge.
3845
3846         * scripts/old-lilypond-book.py: Remove.
3847
3848         Page layout for SCOREs enclosed in a BOOK:
3849
3850         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
3851         layout tweaking.
3852
3853         * input/les-nereides.ly (theScore): Add \book.
3854
3855         * input/test/title-markup.ly: Add \book.
3856
3857         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
3858         only if 'verbose.
3859
3860         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
3861
3862         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
3863
3864         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
3865         * scm/output-tex.scm (start-system): Update for page layout by
3866         LilyPond.
3867
3868         * scm/output-ps.scm (start-system): Previously (new-start-system).
3869
3870         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
3871         passed to define-fonts.
3872
3873         * lily/paper-column.cc: 
3874         * lily/system.cc (get_line):
3875         * ly/property-init.ly (newpage): 
3876         * scm/define-grob-properties.scm:
3877         * scm/output-ps.scm: 
3878         * scm/output-tex.scm: Remove between-system-string kludge.
3879
3880         * scm/output-ps.scm (define-fonts, font-command,
3881         font-load-encoding): Handle ENCODING = #f.
3882
3883         * scm/output-tex.scm (output-scopes): Check if variable is bound.
3884
3885         * scm/define-markup-commands.scm (fill-line): Use
3886         make-simple-markup (WAS: unexisting make-word-markup).
3887
3888         * lily/text-item.cc (interpret_markup): Bugfix, transpose
3889         ENCODING, MARKUP parameters for interpret_string.
3890
3891         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
3892
3893         * lily/score.cc (book_rendering): New method.
3894         (default_rendering): Create Paper_book helper locally, dump
3895         output.
3896
3897         * lily/my-lily-lexer.cc (the_key_tab): Add book.
3898
3899         * lily/parser.yy: Handle \book.
3900
3901         * lily/include/book.hh: 
3902         * lily/book.cc: New file.
3903
3904 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3905
3906         * lily/text-item.cc (interpret_string): new file, select font with
3907         encoding.
3908
3909         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
3910
3911         * scm/define-markup-commands.scm (encoded-simple): new markup command.
3912
3913         * lily/parser.yy (markup): take encoding from lexer.
3914
3915 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3916
3917         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
3918
3919         * scm/output-ps.scm: Remove some cruft.
3920
3921 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3922
3923         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
3924
3925         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
3926
3927 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3928
3929         * scm/font.scm (add-century-schoolbook-fonts):
3930         (make-century-schoolbook-tree): New function.
3931
3932         * input/test/title-markup.ly: Use Century Schoolbook font.
3933
3934 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3935
3936         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
3937         to Erik Sandberg) 
3938
3939         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
3940
3941         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
3942
3943         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
3944
3945         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
3946
3947 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3948
3949         * scm/part-combiner.scm (determine-split-list): bugfix: if no
3950         solo-state (at end of solo), we can set the solo status
3951         too. (backportme.)
3952
3953         * input/regression/part-combine-solo-end.ly: new file.
3954
3955 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3956
3957         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
3958         flavour abc files.  Really ignore unknown keys (backportme).
3959
3960 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3961
3962         * lily/scaled-font-metric.cc (text_dimension): only multiply with
3963         magnification_ when looking up in orig_.
3964
3965         * scm/output-tex.scm (text): switch off char-mapping.
3966
3967         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
3968         because AFM's encoding field cannot have spaces.
3969
3970 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3971
3972         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
3973
3974 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3975
3976         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
3977
3978         * mf/cmr.enc: new file, without hi-bit ascii info. 
3979
3980         * lily/bezier-bow.cc (slur_shape): make indent dependent on
3981         width. This removes the 'hook' at the end of a long slur.
3982
3983         * buildscripts/mf-to-table.py (parse_logfile): don't append
3984         encoding to fontname.
3985
3986 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3987
3988         * scm/output-ps.scm (define-fonts): Load .enc only once.
3989
3990         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
3991         too.
3992
3993 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3994
3995         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
3996         encoding field.
3997
3998         * lily/stencil-scheme.cc: remove ly:fontify-atom 
3999
4000         * ly/portuges.ly (pitchnames): new file.
4001
4002         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
4003         Michael Welsh Duggan
4004
4005         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
4006
4007         * ly/nederlands.ly: add comment about digits.
4008
4009         * lily/scaled-font-metric.cc (derived_mark): idem.
4010
4011         * scm/encoding.scm (make-encoding-mapping): change permutation to
4012         mapping.
4013
4014         * lily/scaled-font-metric.cc (derived_mark): is a const method.
4015         (Modified_font_metric): make alist for coding_description_
4016         (LY_DEFINE): remove coding-name.
4017
4018         * scm/output-tex.scm (text): remove debugging code.
4019
4020         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
4021
4022         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
4023         from infile.
4024
4025         * mf/feta-generic.mf: move fet_beginfont into generic code.
4026         use fetaMusic (without space) as encoding
4027
4028         * mf/feta-autometric.mf: take encoding argument
4029
4030         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
4031
4032         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
4033         use.
4034
4035         * scm/encoding.scm (read-encoding-file): use symbol for glyph
4036         name.
4037
4038 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4039
4040         * input/test/title-markup.ly: Set inputencoding.
4041
4042         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
4043
4044         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
4045
4046         * scm/encoding.scm (get-coding-filename, get-coding-command): New
4047         function.
4048         (coding-alist): Also hold filename, command.
4049         (read-encoding-file): Return symbols.
4050
4051 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4052
4053         * scm/output-tex.scm: remove fontify; text and char take a font
4054         argument.
4055
4056         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
4057
4058         * lily/scaled-font-metric.cc (text_dimension): init
4059         coding_{permutation,table}_ too 
4060         (LY_DEFINE): ly:font-encoding, new function return
4061
4062         * lily/paper-def.cc (find_scaled_font): take input coding from
4063         inputcoding paper var.
4064
4065         * lily/performance.cc (output): remap modulo 16.
4066
4067         * lily/text-item.cc (interpret_markup): whoops, variable
4068         shadowing fixed.
4069
4070 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
4071
4072         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
4073         symbols, not symbols to strings.
4074
4075         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
4076         symbols, not symbols to strings.
4077
4078 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4079
4080         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
4081         (ly:kpathsea-gulp-file): New function.
4082
4083         * scm/encoding.scm (read-encoding-file): Use it.
4084
4085 2004-04-06  Werner Lemberg  <wl@gnu.org>
4086
4087         * scm/encoding.scm (coding-alist): Fix typo.
4088
4089 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4090
4091         * lily/scaled-font-metric.cc (text_dimension): move function from
4092         Font_metric
4093         (make_scaled_font_metric): init coding_scheme_ to TeX
4094         (text_dimension): use get-coding-vector for non TeX coding_scheme_
4095
4096         * lily/include/scaled-font-metric.hh (struct
4097         Modified_font_metric): rename from Scaled_font_metric
4098
4099         * scm/encoding.scm (read-encoding-file): split up large function,
4100         leave caching to (delay)
4101
4102         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
4103
4104 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4105
4106         * lily/my-lily-lexer.cc (set_encoding): New method.
4107
4108         * lily/lexer.ll: Grok \encoding.
4109
4110         * lily/font-metric.cc (get_encoded_index): New function.
4111
4112         * lily/include/font-metric.hh (coding_scheme): New method.
4113
4114         * scm/encoding.scm: New file.
4115
4116         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
4117
4118 2004-04-05  Werner Lemberg  <wl@gnu.org>
4119
4120         * Documentation/user/tutorial.itely: Revised (finished).
4121
4122         * Documentation/user/macros.itexi (@separate): Removed.
4123
4124 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4125
4126         * scm/output-ps.scm (define-fonts): fix scaling.
4127
4128         * lily/scaled-font-metric.cc (design_size): add function.
4129
4130         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
4131         partial cut&paste of ly:font-magnification.
4132
4133 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4134
4135         * scm/output-ps.scm (define-fonts):
4136         (fontify): Update.
4137
4138 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4139
4140         * po/fr.po: update. (backportme).
4141
4142         * po/nl.po: update. (backportme). 
4143
4144         * mf/feta-beugel.mf: document why design size is not fixed.
4145
4146         * mf/feta-braces-a.mf: rename to stress that it's not design size.
4147
4148 2004-04-04  Werner Lemberg  <wl@gnu.org>
4149
4150         * Documentation/user/tutorial.itely: Revised (continued).
4151
4152 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4153
4154         * po/nl.po: Update (backportme).
4155
4156 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4157
4158         * po/de.po: update. (backportme).
4159
4160         * scm/output-tex.scm (font-command): use ly: functions to
4161         construct name.
4162         (define-fonts): don't use alist, just dump \font definitions.
4163         (font-load-command): calculate proper scaling by taking
4164         outputscale from paper argument.
4165
4166         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
4167         expression.
4168
4169         * lily/paper-outputter.cc (output_header): pass paper arg to
4170         define-fonts
4171
4172         * lily/paper-def.cc (font_descriptions): dump list of
4173         Scaled_font_metrics
4174         (find_scaled_font): take Font_metric argument, store
4175         Scaled_font_metrics in hash-table containing (size ->
4176         Scaled_font_metrics) alist.
4177         (get_dimension): rename from get_realvar
4178
4179         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
4180         ly:font-magnification, ly:font-name: new functions
4181
4182 2004-04-03  Werner Lemberg  <wl@gnu.org>
4183
4184         * Documentation/user/dedication.itely,
4185         Documentation/user/preface.itely,
4186         Documentation/user/introduction.itely,
4187         Documentation/user/tutorial.itely: Revised.
4188         Removing leading spaces which distorts output if info files are read
4189         with stand-alone info.
4190         Removing superfluous inter-word spaces which also distorts output
4191         for stand-alone info.
4192         Using ` and ' instead of `` and '' everywhere to improve
4193         legilibility with stand-alone info
4194         Using @samp for single-letter input items and data which contains
4195         spaces, @code for other things.
4196
4197         * lily/grob-interface.cc: Adding copyright.
4198         (check_interfaces_for_property): Improve format of warning message.
4199
4200 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4201
4202         * lily/include/font-metric.hh (struct Font_metric): add
4203         design_size () method.
4204
4205         * buildscripts/mf-to-table.py (base): add DesignSize comment.
4206
4207         * lily/afm.cc (read_afm_file): read design size.
4208
4209         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
4210
4211         * scm/music-functions.scm (unfold-repeats): handle dots too.
4212
4213 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4214
4215         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
4216         (backportme)
4217
4218 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4219
4220         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
4221         lyric indent.  Revert melismaBusyProperties using \unset.
4222
4223 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4224
4225         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
4226
4227         * lily/parser.yy (command_element): allow redefinition of |
4228         meaning.
4229
4230         * lily/break-align-engraver.cc (acknowledge_grob): construct
4231         LeftEdge where the first cause for alignment is coming from.
4232         This makes \override Staff.LeftEdge work as expected.
4233
4234         * lily/slur-performer.cc (Slur_performer): add inits
4235
4236         * lily/beam-performer.cc (Beam_performer): add inits
4237
4238 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4239
4240         * VERSION (PACKAGE_NAME): release 2.2.0