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