X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=2c71a04aaf2053808bbf8bf925c832d95d024c98;hb=d7238789e8089f1985cf147187126ace5935c129;hp=21410ff98497766fce6687f67903cb930b69e727;hpb=fb12ceb650185264bd13d9497d541aa35eb1bf56;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 21410ff984..2c71a04aaf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,62 @@ +2004-06-14 Jan Nieuwenhuizen + + * input/simple-song.ly: Down one octave. + + * scm/output-gnome.scm: Remove script again; re-add modules fix + (CVS conflict resolve?) + + * lily/stencil.cc (ly:interpret-stencil): Was: + interpret_stencil_expression. + +2004-06-13 Jan Nieuwenhuizen + + * buildscripts/guile-gnome.sh: New file. + + * scm/output-gnome.scm: White background, better window size, sane + canvas size. Cleanups. + +2004-06-13 Han-Wen Nienhuys + + * Documentation/user/invoking.itexi (Invoking the lilypond + binary): document --safe. + + * scm/output-gnome.scm: set PATH in script. + + * scm/page-layout.scm (default-page-make-stencil): don't stretch + if there is too few systems on a page. + + * lily/parser.yy (relative_music): start at middle C without pitch + argument. + + * Documentation/user/changing-defaults.itely (Page layout): new node. + (Paper size): rename node + (Page breaking): new node. + (Titling): move from invoking. + (File structure): new node. + + * lily/parser.yy (score_body): allow \header and music anywhere in + \score body. + 2004-06-13 Jan Nieuwenhuizen * scm/lily.scm (ly:load): Remove page-breaking.scm. 2004-06-13 Han-Wen Nienhuys + * lily/include/paper-system.hh: move cc/hh file from paper-line.* + + * lily/include/paper-line.hh: rename to Paper_system. + + * lily/include/paper-book.hh: doc class. + + * lily/paper-book.cc (c_ragged_page_breaks): remove functions. + + * scm/page-layout.scm (plain-footer): add tagline/copyright. + (plain-header): add instrument-name. + (default-page-make-stencil): bugfixes. + + * lily/parser.yy (book_body): allow \header anywhere in \book{} + * lily/paper-book.cc: remove copyright & tagline. Remove interactions with Page