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