X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=6d8ea29465b963720ab79ef19163d28cf209cdd0;hb=58a81257f1063e394b061288a0ad7c3de2c363ee;hp=6ab95979063c79ac40558146b3f35a478f4a9192;hpb=4b5d14fc3b5ea19d4cf71d2222ddb3964122eeb2;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 6ab9597906..6d8ea29465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,275 @@ +2006-08-28 Han-Wen Nienhuys + + * lily/tie-engraver.cc (stop_translation_timestep): robustness for ambiti. + + * lily/all-font-metrics.cc: remove TFM support. + + * lily/include/tfm.hh: remove TFM support, TFM reader. + + * lily/include/binary-source-file.hh: remove Binary_source_file. + +2006-08-27 Graham Percival + + * Documentation/topdocs/NEWS.itely: add @c marker for + stuff I've processed. + + * Documentation/user/ various: info from NEWS. + +2006-08-27 Joe Neeman + + * lily/paper-column-engraver.cc (finalize): Oops, this change + should have gone in on 2006-08-23 + +2006-08-26 Mats Bengtsson + + * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use double + quotes to quote arguments. Fixes Windows problem. + + * python/lilylib.py (progress): idem + +2006-08-26 Han-Wen Nienhuys + + * scripts/musicxml2ly.py: fix for importing + minor key signatures from MusicXML. (Phillip Kirlin) + +2006-08-24 Phillip Kirlin + + * python/musicxml.py: + (Attributes.get_key_signature): now correctly retrieves mode from + MusicXML. + +2006-08-25 Han-Wen Nienhuys + + * lily/parser.yy (output_def_body): take ownership of identifier + back to C++. + + * Documentation/user/advanced-notation.itely (Metronome marks): + update use of \tempo in \midi. + +2006-08-24 Erik Sandberg + + * input/mutopia/*: upgrade to new midi tempo syntax (repairs make + web partially) + +2006-08-24 Han-Wen Nienhuys + + * input/regression/tie-chord-partial.ly: clarify example. + + * scm/define-music-properties.scm (all-music-properties): remove + untied. + + * ly/music-functions-init.ly: remove \untied. + + * lily/tie-engraver.cc (struct Head_event_tuple): store both + stream events and music events. + (stop_translation_timestep): search acknowledged heads for + tie-event. + + * input/regression/tie-chord-partial.ly: new file. + + * scm/define-markup-commands.scm (char): use ly:wide-char->utf-8 + for \char markup command. + + * scm/define-event-classes.scm (unlistened-music-event-classes): idem. + + * scm/define-music-types.scm (music-descriptions): consistency: + Use solo-{one,two}-event iso. solo-[12]-event. + + * lily/part-combine-engraver.cc (process_music): + Use solo-{one,two}-event iso. solo-[12]-event. + + * ly/declarations-init.ly (partCombineListener): add Timing as + alias + + * flower/std-string.cc (string_copy): use copy () + + * lily/source-file.cc (Source_file): use copy(). Remove contents_str0() + +2006-08-24 Graham Percival + + * Documentation/user/changing-defaults.itely, global.itely, + lilypond-book.itely, page.itely: minor changes from mailist. + +2006-08-23 Han-Wen Nienhuys + + * buildscripts/mutopia-index.py (allfiles): filter lily-XXX and + snippet-map + + * scm/define-context-properties.scm + (translator-property-description): robustness: detect type errors + in property definitions. + + * lily/parser.yy (score_body): protect SCORE_IDENTIFIER result + after getting it from SCM. + + * lily/smobs.cc (protect_smob): switch off fancy smob protection + for now. + + * lily/include/performer.hh (class Performer): strip get_tempo() + method. + + * lily/midi-def.cc: strip file. + + * lily/lexer.ll (Lily_lexer): don't protect hash key separately. + + * lily/include/context-def.hh (struct Context_def): use + VIRTUAL_COPY_CONSTRUCTOR(). + + * lily/source-file.cc: smobification. + + * lily/include/source-file.hh (class Source_file): smobify + Source_file. Trim redundant members. + + * lily/parser.yy (Lily_lexer::try_special_identifiers): unprotect + clones after creation. This plugs a huge memory leak. + + * python/convertrules.py (FatalConversionError.sub_tempo): + complete rule for \midi{ \tempo } + + * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): idem. + + * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): update tempo. + +2006-08-23 Joe Neeman + + * input/regression/optimal-page-breaking-hstretch.ly: test for + ragged-last-bottom also + + * lily/paper-column-engraver.cc (finalize): make the end of a score + breakable by default. This is to balance out a change in behaviour + of the page-turn-breaker which no longer makes the end of a score + breakable. + + * lily/paper-book.cc (pages): set the systems_ once the pages are + broken + + * lily/page-turn-page-breaking.cc (calc_subproblem): use the new + Page_breaking interface. + + * lily/page-breaking.cc (class Page_breaking): make the interface + more consistent and provide abstractions for dealing with + Line_divisions. + + * lily/optimal-page-breaking.cc (solve): use a more straightforward + algorithm. Use the new interface to Page_breaking. + + * lily/page-spacing.cc: better support for ragged-bottom and + ragged-last-bottom + +2006-08-22 Han-Wen Nienhuys + + * python/convertrules.py (conv): warning on \tempo{} + + * ly/performer-init.ly: set tempoWholesPerMinute. + + * ly/midi-init.ly: remove \midi + + * lily/tempo-performer.cc: look at tempoWholesPerMinute to set + MIDI tempo. + + * lily/metronome-engraver.cc (process_music): use tempoUnitCount + tempoUnitDuration for determining what to print. + + * lily/lyric-extender.cc: typo. + + * lily/parser.yy (output_def_body): disallow \tempo in \midi{} + + * lily/duration-scheme.cc (LY_DEFINE): ly:duration-length: new + function. + + * scm/lily.scm (define-scheme-options): alphabetize, add eps-pad-boxes. + + * scm/framework-ps.scm (dump-stencil-as-EPS): only pad boxes if + eps-pad-boxes is set. + + * scripts/lilypond-book.py (main): use -deps-pad-boxes. + + * THANKS: update sponsors. + + * ly/english.ly: quarter tone naming (thanks, Trevor Baca) + + * Documentation/topdocs/NEWS.tely (Top): doc new feature. + + * input/regression/tie-chord-untied.ly: new file. + + * lily/tie-engraver.cc (acknowledge_note_head): check 'untied property. + + * scm/define-music-properties.scm (all-music-properties): add + 'untied property. + + * buildscripts/mutopia-index.py (allfiles): look for .ly rather + than .ly.txt. + (headertext_nopics): sanitize no-examples text. + + * scm/page.scm (make-page-stencil): don't rely on extents of + page-stencil. This fixes spurious space around .EPS files produced + with the EPS backend. + +2006-08-21 Han-Wen Nienhuys + + * lily/stencil-scheme.cc (LY_DEFINE): make extent arguments optional. + + * lily/hara-kiri-engraver.cc (process_music): remember + keepAliveInterfaces after processing \set + + * lily/lyric-extender.cc (print): support left/right-padding for + extenders. + + * scm/documentation-generate.scm (string-append): revert lilypond/ + path, doc why. + +2006-08-20 Graham Percival + + * Documentation/user/lilypond.tely: clarification to + license presentation (not to actual license). + + * Documentation/user/basic-notation.itely, + instrument-notation.itely: minor changes. + + * input/ {regression, test}/+.ly: clarification to + text (you can click on examples). Thanks, Mats! + + * input/manual/bar-lines.ly: adds ||: repeats. + +2006-08-20 Han-Wen Nienhuys + + * make/ly-vars.make (OMF_FILES): strip ps.gz from OMF_FILES + + * scm/documentation-lib.scm (texi-file-head): category LilyPond. + + * Documentation/user/lilypond.tely: strip lilypond/ from info + links, rename to category LilyPond + + * lily/pango-font.cc (description_string): new function. + + * VERSION: release 2.9.15 + + * lily/spacing-engraver.cc (stop_translation_timestep): use + Dscho's fix for spacing spanner. + + * scm/define-music-types.scm (music-descriptions): use + apply-output-event for ApplyOutputEvent + + * lily/output-property-engraver.cc (listen_apply_output): rename + from listen_layout_instruction. + + * lily/piano-pedal-engraver.cc (struct Pedal_type_info): new + function protect() + 2006-08-19 Han-Wen Nienhuys + * scm/lily.scm (lilypond-all): option read-file-list: substitute + commandline args with contains, split by \n. + + * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): + write snippet-names file, call with -dread-file-list. Fixes + command limitations on 64-bit systems. + * input/regression/stencil-color-rotation.ly: new file. * lily/include/translator.hh (struct Acknowledge_information): revert: don't use Protected_scm in global objects, as GUILE can't - handle gc_unprotect from automated destructors. + handle gc_unprotect from automated destructors on MacOS X. * lily/grob.cc (get_print_stencil): use retval.expr() as base for color, not the original stencil. Fixes combinations of @@ -16,7 +281,7 @@ * lily/spacing-engraver.cc (stop_translation_timestep): don't crash if spacing_ is nonexistent. -2006-08-14 Mats Bengtsson +2006-08-14 Mats Bengtsson * scripts/lilypond-book.py (output): Remove obsolete(!?) \catcode`\@=12 in the LaTeX output. @@ -87,7 +352,6 @@ * lily/spacing-loose-columns.cc (set_loose_columns): don't barf if spacing not set. - * lily/spacing-engraver.cc (stop_translation_timestep): set spacing for proportional notation too. @@ -137,7 +401,7 @@ accidental for trill span event. This fixes spurious accidentals on trills. -2006-08-04 Mats Bengtsson +2006-08-04 Mats Bengtsson * scm/define-grob-properties.scm (all-user-grob-properties): Clarify documentation of side-axis and direction. Thanks to Paul @@ -163,7 +427,7 @@ * lily/beam-engraver.cc (listen_beam): add method for Grace_beam_engraver too. -2006-08-03 Mats Bengtsson +2006-08-03 Mats Bengtsson * python/convertrules.py: Fix indentation bug that broke conversion of files older than 1.3.117. @@ -190,7 +454,7 @@ * input/test/instrument-name-align.ly: update version. -2006-08-02 Mats Bengtsson +2006-08-02 Mats Bengtsson * Documentation/user/lilypond-book.itely (Invoking lilypond-book): Doc the --pdf flag to lilypond-book. @@ -385,7 +649,7 @@ * scm/define-music-types.scm: Removed BusyPlayingEvent -2006-07-19 Mats Bengtsson +2006-07-19 Mats Bengtsson * Documentation/user/advanced-notation.itely (Font selection): Document how to get a list of available fonts using 'lilypond @@ -613,7 +877,7 @@ * lily/parser.yy: Wrap non-post-events in EventChords before assigning them to identifiers. -2006-06-27 Mats Bengtsson +2006-06-27 Mats Bengtsson * lily/bar-line.cc (compound_barline): Fix parenthesis error, gives correct vertical placement of \bar ":" in all staff @@ -641,7 +905,7 @@ * Documentation/user/ various: small additions from mailist. -2006-06-22 Mats Bengtsson +2006-06-22 Mats Bengtsson * ly/performer-init.ly: Add some missing links in the context hierarchy for MIDI output. There are probably some more missing! @@ -831,7 +1095,7 @@ * HACKING: trim outdated info. -2006-06-09 Mats Bengtsson +2006-06-09 Mats Bengtsson * scm/define-grobs.scm (all-grob-descriptions): Add line-spanner-interface to all grobs that already have @@ -850,7 +1114,7 @@ * scripts/lilypond-book.py (find_toplevel_snippets): don't use generator expressions (2.3 compat). -2006-06-09 Mats Bengtsson +2006-06-09 Mats Bengtsson * lily/vertical-align-engraver.cc: Make sure that the align{Above,Below}Context properties are included in the automatic @@ -1340,7 +1604,7 @@ * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version number stays up to date. Backportme. -2006-05-30 Mats Bengtsson +2006-05-30 Mats Bengtsson * Documentation/user/basic-notation.itely (Bar lines): Document the "||:" bar type. @@ -1675,7 +1939,7 @@ * Documentation/topdocs/NEWS.tely (Top): add hairpinToBarline feature. -2006-05-16 Mats Bengtsson +2006-05-16 Mats Bengtsson * Documentation/user/advanced-notation.itely (Instrument names): Modified obsolete instruction on how to move instrument names away @@ -1776,7 +2040,7 @@ * Documentation/user/ various: small fixes. -2006-05-12 Mats Bengtsson +2006-05-12 Mats Bengtsson * Documentation/user/programming-interface.itely (Markup programmer interface): Remove duplicate text. @@ -2089,7 +2353,7 @@ * lily/relocate.cc (framework_relocation): remove old relocation stuff. -2006-05-01 Mats Bengtsson +2006-05-01 Mats Bengtsson * scm/define-grob-properties.scm (all-user-grob-properties): Correct typo, thanks to Eduardo. @@ -2131,7 +2395,7 @@ * python/convertrules.py (conv): indent 4 for python files. -2006-04-29 Mats Bengtsson +2006-04-29 Mats Bengtsson * Documentation/user/changing-defaults.itely (Creating contexts): Clarify \new semantics. @@ -2336,7 +2600,7 @@ * scm/define-context-properties.scm (all-user-translation-properties): * Documentation/user/global.itely (Page formatting): Compile fix. -2006-04-09 Mats Bengtsson +2006-04-09 Mats Bengtsson * Documentation/user/advanced-notation.itely (Polymetric notation): Update the example to use the "+" symbol and add link @@ -2499,7 +2763,7 @@ * lily/pango-font.cc (pango_item_string_stencil): only use uXXX glyphnames if we have a ttf font. -2006-03-30 Mats Bengtsson +2006-03-30 Mats Bengtsson * Documentation/user/advanced-notation.itely (Font selection): Corrected reference to the font-family-override.ly example. @@ -2835,7 +3099,7 @@ * Documentation/user/global.itely: small fix from mailist. -2006-03-14 Mats Bengtsson +2006-03-14 Mats Bengtsson * scripts/lilypond-book.py (LATEX_INSPECTION_DOCUMENT): Use the file descriptor returned by tempfile.mkstemp() when writing @@ -2876,7 +3140,7 @@ * ly/engraver-init.ly: init rehearsalMarkAlignSymbol to staff-bar. -2006-03-12 Mats Bengtsson +2006-03-12 Mats Bengtsson * Documentation/user/instrument-notation.itely (Setting simple songs): Added \book{...} around the full example, so the separate @@ -4552,7 +4816,7 @@ * lily/main.cc: * configure.in: Cosmetic fixes. -2006-01-04 Mats Bengtsson +2006-01-04 Mats Bengtsson * Documentation/user/music-glossary.tely (Pitch names): Added Spanish pitch names and durations, thanks to Ernesto Gancedo @@ -5235,7 +5499,7 @@ * lily/all-font-metrics.cc (kpathsea_find_file): use (scm kpathsea) module. -2005-11-29 Mats Bengtsson +2005-11-29 Mats Bengtsson * Documentation/user/advanced-notation.itely (Setting automatic beam behavior): Correct a few typos. Thanks to David Bobroff. @@ -5334,7 +5598,7 @@ * python/midi.c: doc module. -2005-11-22 Mats Bengtsson +2005-11-22 Mats Bengtsson * Documentation/user/global.itely (Creating MIDI files): Fix compilation problem. @@ -5430,7 +5694,7 @@ * lily/clef-engraver.cc (inspect_clef_properties): reset localKeySignature for clef changes. -2005-11-17 Mats Bengtsson +2005-11-17 Mats Bengtsson * python/midi.c: PyMIDINIT_FUNC isn't defined in Python < 2.3 add dummy definition that works in Linux and add information in @@ -5442,7 +5706,7 @@ * Documentation/user/music-glossary.tely (dal segno): Updated example to version >=2.6. -2005-11-16 Mats Bengtsson +2005-11-16 Mats Bengtsson * Documentation/user/instrument-notation.itely (Printing chord names): Reorder \chordmode and \repeat in one example. @@ -5602,7 +5866,7 @@ * scripts/lilypond-book.py (main): use commands.mkarg () to quote shell arguments. -2005-11-10 Mats Bengtsson +2005-11-10 Mats Bengtsson * Documentation/user/examples.itely (Piano templates): Minor modification to the Piano centered lyrics example. @@ -5790,7 +6054,7 @@ * scm/define-grob-properties.scm (all-user-grob-properties): remove [XY]-offset-callbacks add [YX]-offset -2005-11-02 Mats Bengtsson +2005-11-02 Mats Bengtsson * scm/define-grobs.scm (all-grob-descriptions): Added space-alist entry for time signatures after breathing signs. Bug report by @@ -6474,7 +6738,7 @@ * lily/include/horizontal-bracket.hh (struct Horizontal_bracket): new file. -2005-10-04 Mats Bengtsson +2005-10-04 Mats Bengtsson * scripts/lilypond-book.py: Bug fix, put the quote around the actual score for LaTeX documents. @@ -6657,7 +6921,7 @@ * scm/define-music-types.scm (music-descriptions): set length and start-callback for QuoteMusic -2005-09-15 Mats Bengtsson +2005-09-15 Mats Bengtsson * lily/tie.cc (get_configuration): Replace fabs -> abs for integer arguments. Fixes compilation error with gcc 3.3. @@ -6830,7 +7094,7 @@ * Documentation/user/advanced-notation.itely, basic-notation.itely: minor changes. -2005-08-31 Mats Bengtsson +2005-08-31 Mats Bengtsson * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a \linebreak between each .eps file if \betweenLilyPondSystem is @@ -6966,7 +7230,7 @@ * scm/define-markup-commands.scm (null): add null markup. -2005-08-25 Mats Bengtsson +2005-08-25 Mats Bengtsson * lily/item.cc: Add documentation of center-invisible @@ -7069,7 +7333,7 @@ * lily/skyline.cc: fix ASCII art. -2005-08-22 Mats Bengtsson +2005-08-22 Mats Bengtsson * python/convertrules.py (string_or_scheme): Fix spelling error @@ -7182,7 +7446,7 @@ * lily/include/performer-group.hh: rename. -2005-08-18 Mats Bengtsson +2005-08-18 Mats Bengtsson * input/test/script-abbreviations.ly: Removed some old LaTeX left overs. @@ -7324,7 +7588,7 @@ input/regression/ to input/no-notation. Be sure to call `display-lily-init' before trying to use the display function. -2005-08-16 Mats Bengtsson +2005-08-16 Mats Bengtsson * scripts/lilypond-book.py (option_definitions): Don't localize the empty string. Fixes bug when --psfonts was used with @@ -7381,7 +7645,7 @@ * tex/GNUmakefile (INSTALLATION_FILES): Remove enc symlink setup, encoding files are already removed. -2005-08-15 Mats Bengtsson +2005-08-15 Mats Bengtsson * Documentation/user/advanced-notation.itely (Instrument names): Document a workaround for instrument names that collide with @@ -7433,7 +7697,7 @@ * Documentation/user/advanced-notation.itely: add markup example to Text spanners. -2005-08-12 Mats Bengtsson +2005-08-12 Mats Bengtsson * Documentation/user/basic-notation.itely (Ties): Add example of tying a tremolo to a chord. Thanks to Steve Doonan. @@ -7490,7 +7754,7 @@ do_shift if script inside slur, even if slur not contained in script y-extent. Increment k in loop. -2005-08-11 Mats Bengtsson +2005-08-11 Mats Bengtsson * scm/define-markup-commands.scm: Improved regexp to search for EPS bounding boxes and corrected call to ly:warning. @@ -7501,7 +7765,7 @@ expressions): doc for \displayLilyMusic. Also some precisions in "Markup construction in Scheme" -2005-08-10 Mats Bengtsson +2005-08-10 Mats Bengtsson * scm/define-markup-commands.scm (normal-text): Added 2 new markup commands, \normal-text and \medium (the latter thanks to @@ -7532,7 +7796,7 @@ * Documentation/user/basic-notation.itely: reword multi-measure rest discussion in Rests. -2005-08-08 Mats Bengtsson +2005-08-08 Mats Bengtsson * Documentation/user/programming-interface.itely (Markup construction in Scheme): Corrected example and tried to clarify @@ -7741,7 +8005,7 @@ * mf/feta-generic.mf: add feta-arrow. -2005-08-03 Mats Bengtsson +2005-08-03 Mats Bengtsson * Documentation/user/lilypond-book.itely (An example of a musicological document): Added flag -o to dvips for people who use @@ -7780,7 +8044,7 @@ * ly/declarations-init.ly (center): escape to Scheme. Fixes spurious # errors. Backportme. -2005-08-03 Mats Bengtsson +2005-08-03 Mats Bengtsson * Documentation/user/programming-interface.itely (Markup construction in Scheme): Corrected markup syntax in the @@ -8494,7 +8758,7 @@ * Documentation/user/lilypond.itely: change encoding to utf-8. -2005-07-01 Mats Bengtsson +2005-07-01 Mats Bengtsson * Documentation/user/advanced-notation.itely (Setting automatic beam behavior): Correct the documentation of @@ -8574,7 +8838,7 @@ * scm/midi.scm: compile fix. -2005-06-28 Mats Bengtsson +2005-06-28 Mats Bengtsson * scripts/lilypond-book.py : Fix embarrassing bug in my previous patch. Now, the tempfile module is loaded too, not only used. @@ -8674,7 +8938,7 @@ * buildscripts/gen-emmentaler-scripts.py (notice): add GPL notice to fonts. -2005-06-23 Mats Bengtsson +2005-06-23 Mats Bengtsson * scripts/lilypond-book.py (LATEX_DOCUMENT): More or less ugly workaround since /dev/stdin doesn't work on Cygwin. Using a @@ -8836,7 +9100,7 @@ * scm/backend-library.scm (postprocess-output): remove debugging gobs. -2005-06-14 Mats Bengtsson +2005-06-14 Mats Bengtsson * Documentation/topdocs/NEWS.tely (Top): Corrected name of \musicDisplay @@ -9218,7 +9482,7 @@ * lily/main.cc (prepend_env_path, set_env_file): Use them. -2005-06-02 Mats Bengtsson +2005-06-02 Mats Bengtsson * lily/easy-notation.cc: Added include cctype to correct compilation error. @@ -9698,7 +9962,7 @@ * lily/main.cc (setup_paths)[ARGV0_RELOCATION]: Remove GS_*. -2005-05-16 Mats Bengtsson +2005-05-16 Mats Bengtsson * lily/horizontal-bracket.cc (print): Take care of the direction property so brackets above the stave point downwards. @@ -9898,7 +10162,7 @@ Documentation/user/tutorial.itely: begin pruning unused (duplicated) cindex entries and misc cleanup. -2005-05-12 Mats Bengtsson +2005-05-12 Mats Bengtsson * input/test/volta-chord-names.ly: Bring the explanation up to date. @@ -9989,7 +10253,7 @@ * configure.in (gui_b): Add mbrtowc checking. Resurrect [utf8/]wchar.h checking. -2005-05-09 Mats Bengtsson +2005-05-09 Mats Bengtsson * Documentation/user/advanced-notation.itely (Metronome marks): Add link to the program reference for MetronomeMark @@ -10011,7 +10275,7 @@ * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32 bits. Patch by Matthias Neeracher. -2005-05-09 Mats Bengtsson +2005-05-09 Mats Bengtsson * scripts/convert-ly.py: In the conversion to version 1.9.0, keep Scheme expressions and strings unmodified when doing the @@ -10132,7 +10396,7 @@ * Documentation/user/programming-interface.itely (How markups work internally ): remove \encoding reference. -2005-05-04 Mats Bengtsson +2005-05-04 Mats Bengtsson * scripts/convert-ly.py: Attempt to do a smarter update of text markups from versions < 1.9.0 with arbitrary nesting. @@ -10295,7 +10559,7 @@ * configure.in: Search for mingw wcrtomb library. -2005-05-02 Mats Bengtsson +2005-05-02 Mats Bengtsson * scripts/convert-ly.py: Bug fix @@ -10330,7 +10594,7 @@ * Documentation/user/advanced-notation.itely: corrected docs concerning remove-first. -2005-04-29 Mats Bengtsson +2005-04-29 Mats Bengtsson * lily/part-combine-engraver.cc: make sure that the relevant properties are included in the documentation. @@ -11495,7 +11759,7 @@ lilypond-book filter example and warned about not doing --filter and --process at the same time. -2005-03-23 Mats Bengtsson +2005-03-23 Mats Bengtsson * lily/parser.yy (bass_number), Documentation/user/instrument-notation.itely (Figured bass): @@ -13277,7 +13541,7 @@ * mf/feta-test-generic.mf: Include all files as in feta-generic.mf. -2005-01-13 Mats Bengtsson +2005-01-13 Mats Bengtsson * Documentation/user/notation.itely (Ancient rests): Fix typo (thanks Anthony) @@ -13505,7 +13769,7 @@ dump systems as separate .eps files (without fonts) and write a single collecting .tex file. -2005-01-05 Mats Bengtsson +2005-01-05 Mats Bengtsson * Documentation/user/notation.itely (Setting simple songs): Correct several errors in the equivalent formulation of @@ -14084,7 +14348,7 @@ * scm/output-svg.scm (svg-font): Add weight to font selection. -2004-12-14 Mats Bengtsson +2004-12-14 Mats Bengtsson * Documentation/topdocs/INSTALL.texi (Top): Point to buildscripts/out/clean-fonts instead of @@ -14341,7 +14605,7 @@ * lily/vaticana-ligature.cc: Fix for MacOS X: use instead of beacause isinf/isnan is undefined in -2004-12-03 Mats Bengtsson +2004-12-03 Mats Bengtsson * cygwin/lily-wins.py (stat): remove old flag -p when calling lilypond. @@ -14962,7 +15226,7 @@ * buildscripts/guile-gnome.sh: Update. -2004-11-10 Mats Bengtsson +2004-11-10 Mats Bengtsson * scm/define-grobs.scm (all-grob-descriptions): Added line-interface to the LigatureBracket object. @@ -15219,7 +15483,7 @@ * tex/texinfo.tex: Updated from texinfo CVS -- this version provides better output for multicolumn tables. -2004-11-01 Mats Bengtsson +2004-11-01 Mats Bengtsson * lily/main.cc (dir_info): Fixed typo in the printouts.