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