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