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