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