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