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