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