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