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