CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/04/24 21:41:14
Modified files: . : ChangeLog Documentation/user: advanced-notation.itely invoking.itely lily : separation-item.cc scm : lily.scm Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3492&tr2=1.3493&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.9&tr2=1.10&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/invoking.itely.diff?tr1=1.28&tr2=1.29&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/separation-item.cc.diff?tr1=1.52&tr2=1.53&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/lily.scm.diff?tr1=1.325&tr2=1.326&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3492 lilypond/ChangeLog:1.3493 --- lilypond/ChangeLog:1.3492 Thu Apr 21 18:45:04 2005 +++ lilypond/ChangeLog Sun Apr 24 21:41:09 2005 @@ -1,3 +1,20 @@ +2005-04-22 Bernard Hurley <[EMAIL PROTECTED]> + + * scm/x11-color.scm: new file + All x11 color names can be accessed with: + #(x11-color 'ColorName), + #(x11-color "ColorName") or: + #(x11-color "color name") + If the x11 color name is not recognised then it defaults + to black + + * scm/lily.scm: amended to call scm/x11-color.scm + +2005-04-24 Han-Wen Nienhuys <[EMAIL PROTECTED]> + + * Documentation/user/invoking.itely (Reporting bugs): comment out + reference to online PNG bug repository. + 2005-04-21 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * lily/translator-scheme.cc (ly:translator-property): Remove. @@ -3778,11 +3795,11 @@ 2004-12-09 Graham Percival <[EMAIL PROTECTED]> - * Documentation/user/changing-defaults.itely: add info about - make-dynamic-script + * Documentation/user/changing-defaults.itely: add info about + make-dynamic-script - * Documentation/user/notation.itely: add link in dynamics to - section about make-dynamic-script. + * Documentation/user/notation.itely: add link in dynamics to + section about make-dynamic-script. 2004-12-09 Christian hitz <[EMAIL PROTECTED]> @@ -4001,7 +4018,7 @@ foo= \new Staff .. << \foo \foo >> - produce 2 staves. + produce 2 staves. * scm/define-music-properties.scm (all-music-properties): add @@ -4019,7 +4036,7 @@ 2004-11-24 Erik Sandberg <[EMAIL PROTECTED]> - * buildscripts/guile-gnome.sh: Fixed typo. + * buildscripts/guile-gnome.sh: Fixed typo. 2004-11-23 Han-Wen Nienhuys <[EMAIL PROTECTED]> @@ -4043,7 +4060,7 @@ 2004-11-22 Erik Sandberg <[EMAIL PROTECTED]> - * ly/dynamic-scripts-init.ly: Fixed typo. + * ly/dynamic-scripts-init.ly: Fixed typo. 2004-11-22 Han-Wen Nienhuys <[EMAIL PROTECTED]> @@ -4683,7 +4700,7 @@ 2004-11-04 Heikki Junes <[EMAIL PROTECTED]> - * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x. + * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x. 2004-11-04 Jan Nieuwenhuizen <[EMAIL PROTECTED]> @@ -7867,7 +7884,7 @@ --include-css=.../texinfo.css; command includes css into the html. * Documentation/texinfo.css: add file. - define <hr> as black and thin. + define <hr> as black and thin. 2004-06-20 Han-Wen Nienhuys <[EMAIL PROTECTED]> Index: lilypond/Documentation/user/advanced-notation.itely diff -u lilypond/Documentation/user/advanced-notation.itely:1.9 lilypond/Documentation/user/advanced-notation.itely:1.10 --- lilypond/Documentation/user/advanced-notation.itely:1.9 Thu Apr 21 14:28:31 2005 +++ lilypond/Documentation/user/advanced-notation.itely Sun Apr 24 21:41:10 2005 @@ -171,6 +171,7 @@ @end example + @seealso Program reference: @internalsref{TransposedMusic}, and Index: lilypond/Documentation/user/invoking.itely diff -u lilypond/Documentation/user/invoking.itely:1.28 lilypond/Documentation/user/invoking.itely:1.29 --- lilypond/Documentation/user/invoking.itely:1.28 Fri Apr 8 12:09:05 2005 +++ lilypond/Documentation/user/invoking.itely Sun Apr 24 21:41:11 2005 @@ -485,12 +485,12 @@ @end ignore @verbatim -There are a few things that the convert-ly cannot handle. Here's a list of limitations -that the community has complained about. +There are a few things that the convert-ly cannot handle. Here's a +list of limitations that the community has complained about. -This bug report structure has been chosen because convert-ly has a structure that doesn't -allow to smoothly implement all needed changes. Thus this is just a wishlist, placed -here for reference. +This bug report structure has been chosen because convert-ly has a +structure that doesn't allow to smoothly implement all needed changes. +Thus this is just a wishlist, placed here for reference. 1.6->2.0: Doesn't always convert figured bass correctly, specifically things like {< >}. Mats' comment on working around this: @@ -524,11 +524,15 @@ problem. Don't forget to tell which version of LilyPond you use! Send the report to @email{bug-lilypond@@gnu.org}. [EMAIL PROTECTED] [EMAIL PROTECTED] the bug database is not up to date enough. + When you've found a bug, have a look at our @uref{http://@/lilypond@/.org/@/doc/@/v2.5/@/bugs/,bug database} to see if it has already been reported. You could also try to do a few searches on the mailing list for the bug. Sometimes the bug will have already been reported and a fix or workaround is already known. [EMAIL PROTECTED] ignore Here is an example of a good bug report: Index: lilypond/lily/separation-item.cc diff -u lilypond/lily/separation-item.cc:1.52 lilypond/lily/separation-item.cc:1.53 --- lilypond/lily/separation-item.cc:1.52 Wed Mar 16 19:19:15 2005 +++ lilypond/lily/separation-item.cc Sun Apr 24 21:41:11 2005 @@ -49,7 +49,7 @@ if (pc != il->get_column ()) { /* this shouldn't happen, but let's continue anyway. */ - programming_error (_ ("Separation_item: I've been drinking too much")); + programming_error ("Separation_item: I've been drinking too much"); continue; /*UGH UGH*/ } @@ -93,7 +93,7 @@ if (pc != il->get_column ()) { /* this shouldn't happen, but let's continue anyway. */ - programming_error (_ ("Separation_item: I've been drinking too much")); + programming_error ("Separation_item: I've been drinking too much"); continue; /*UGH UGH*/ } Index: lilypond/scm/lily.scm diff -u lilypond/scm/lily.scm:1.325 lilypond/scm/lily.scm:1.326 --- lilypond/scm/lily.scm:1.325 Thu Apr 21 14:28:31 2005 +++ lilypond/scm/lily.scm Sun Apr 24 21:41:12 2005 @@ -226,6 +226,7 @@ "paper.scm" "backend-library.scm" + "x11-color.scm" ;; must be after everything has been defined "safe-lily.scm")) _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs