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