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