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