Fw: GNU Guile 2.0.1 released

2011-04-27 Thread Werner LEMBERG
FYI Werner --- Begin Message --- We are pleased to announce GNU Guile release 2.0.1, the next maintenance release for the 2.0.x stable series. The Guile web page is located at http://gnu.org/software/guile/, and among other things, it contains a link to the Guile FAQ and pointers to the mail

Re: Allows glissandi between chords (issue4442082)

2011-04-27 Thread mtsolo
On 2011/04/26 17:11:02, c_sorensen_byu.edu wrote: On 4/26/11 11:00 AM, "m...@apollinemike.com" wrote: > On Apr 26, 2011, at 7:55 AM, mailto:m...@apollinemike.com wrote: > >> On Apr 26, 2011, at 7:30 AM, mailto:carl.d.soren...@gmail.com wrote: >> >> The old beha

Re: Doc: Adjusted CG Policy on @lilypond[] variables (issue4445070)

2011-04-27 Thread tdanielsmusic
A couple of nitpicks; otherwise looks fine. http://codereview.appspot.com/4445070/diff/1/Documentation/contributor/doc-work.itexi File Documentation/contributor/doc-work.itexi (right): http://codereview.appspot.com/4445070/diff/1/Documentation/contributor/doc-work.itexi#newcode323 Documentation

Doc: Adjusted CG Policy on @lilypond[] variables (issue4445070)

2011-04-27 Thread percival . music . ca
Looks pretty good. http://codereview.appspot.com/4445070/diff/1/Documentation/contributor/doc-work.itexi File Documentation/contributor/doc-work.itexi (right): http://codereview.appspot.com/4445070/diff/1/Documentation/contributor/doc-work.itexi#newcode314 Documentation/contributor/doc-work.ite

PATCH: Doc: Adjusted CG Policy on @lilypond[] variables

2011-04-27 Thread James Lowe
Patch is here: http://codereview.appspot.com/4445070 Doc: Adjusted CG Policy on @lilypond[] variables As a result of work on NR 3.2 Titles and Headers, (See: http://codereview.appspot.com/4124056/ ) it was necessary to define some more explicit requirements for using the variables in the @

Re: Doc: NR rewrite of 3.2 Titles and Headers (issue4124056)

2011-04-27 Thread pkx166h
Just an updated. New Patch for @lilypond policy here http://codereview.appspot.com/4445070/ Once we have ratified this we can apply it to this one. http://codereview.appspot.com/4124056/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https:/

Fix "make doc" error: Character set messup in pdf-scheme.cc (issue4449061)

2011-04-27 Thread jan . nieuwenhuizen
LGTM Some nitpicks, see below http://codereview.appspot.com/4449061/diff/1/lily/pdf-scheme.cc File lily/pdf-scheme.cc (left): http://codereview.appspot.com/4449061/diff/1/lily/pdf-scheme.cc#oldcode41 lily/pdf-scheme.cc:41: if (!g) { Please use gnu coding standards for brace placement http://c

Re: Fix "make doc" error: Character set messup in pdf-scheme.cc (issue4449061)

2011-04-27 Thread reinhold . kainhofer
Reviewers: jan.nieuwenhuizen, Message: On 2011/04/26 13:19:01, jan.nieuwenhuizen wrote: LGTM Some nitpicks, see below New patch is up, which includes all of Jan's nitpicks (in particular, GNU coding standard for braces, char const*, BOM comment and definition as \xFE\xFF). I also fixed a me