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