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