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