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