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