Re: guile-1.8 to be removed from debian unstable before the freeze (5th of November)

2014-05-30 Thread Don Armstrong
On Fri, 23 May 2014, Federico Bruni wrote: > Have you seen this email from guile maintainer? > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746005 > > "I'm planning to have guile-1.8 removed from unstable before the > freeze; please migrate to guile-2.0 as soon as possible." > > Does it mean

Re: Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread markpolesky
On 2014/05/30 10:45:36, dak wrote: ; (ly-type? vector) => #t That's rubbish. None of the given types in ly-type? should trigger for a vector. And indeed it would appear that the definition of ly:music-list? is broken and returns #t for anything that is not a list. Your new commit st

PATCHES: Countdown - June 2nd - 06:00 GMT

2014-05-30 Thread James
Hello, 3927

Re: varC clefs in 2.19

2014-05-30 Thread James
On 30/05/14 14:12, bobr...@centrum.is wrote: - Original Message - From: "James" To: bobr...@centrum.is, "lilypond-devel" Sent: Friday, May 30, 2014 9:26:56 AM Subject: Re: varC clefs in 2.19 On 30/05/14 10:24, James wrote: On 29/05/14 23:11, bobr...@centrum.is wrote: I was just look

Re: varC clefs in 2.19

2014-05-30 Thread bobr...@centrum.is
- Original Message - From: "James" To: bobr...@centrum.is, "lilypond-devel" Sent: Friday, May 30, 2014 9:26:56 AM Subject: Re: varC clefs in 2.19 On 30/05/14 10:24, James wrote: > On 29/05/14 23:11, bobr...@centrum.is wrote: >> I was just looking over the "changes" page for the current

Re: Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread dak
https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm File scm/documentation-lib.scm (right): https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm#newcode112 scm/documentation-lib.scm:112: (or (vector? val) ; vector is an ly-type On 2014/05/30 09:11

Re: Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread markpolesky
On 2014/05/30 09:11:57, Mark Polesky wrote: https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm#newcode144 scm/documentation-lib.scm:144: (string-regexp-substitute "\n " "\n " str))) On 2014/05/30 08:38:23, dak wrote: > pretty-print has a key #:per-line-prefix. Would

Re: varC clefs in 2.19

2014-05-30 Thread James
On 30/05/14 10:24, James wrote: On 29/05/14 23:11, bobr...@centrum.is wrote: I was just looking over the "changes" page for the current development version (2.19.x) and the section with the new clef glyphs caught my eye. The example given for; \clef "varC" *seems* to be alto clef only. Yes

Re: varC clefs in 2.19

2014-05-30 Thread James
On 29/05/14 23:11, bobr...@centrum.is wrote: I was just looking over the "changes" page for the current development version (2.19.x) and the section with the new clef glyphs caught my eye. The example given for; \clef "varC" *seems* to be alto clef only. Yes that seems right from the file ch

Re: Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread markpolesky
https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm File scm/documentation-lib.scm (right): https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm#newcode112 scm/documentation-lib.scm:112: (or (vector? val) ; vector is an ly-type On 2014/05/30 08:38

Re: Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread dak
https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm File scm/documentation-lib.scm (right): https://codereview.appspot.com/95710044/diff/20001/scm/documentation-lib.scm#newcode112 scm/documentation-lib.scm:112: (or (vector? val) ; vector is an ly-type Comment makes no se

Re: Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread Urs Liska
Am 30.05.2014 09:31, schrieb markpole...@gmail.com: Reviewers: , Message: Here's a new patch to tidy up the IR a little bit. Please review. - Mark Description: This patch uses (pretty-print) instead of (display) to show some IR properties, such as alists and vectors, that are really hard to r

Issue 3935: Use (pretty-print) for some IR props. (issue 95710044)

2014-05-30 Thread markpolesky
Reviewers: , Message: Here's a new patch to tidy up the IR a little bit. Please review. - Mark Description: This patch uses (pretty-print) instead of (display) to show some IR properties, such as alists and vectors, that are really hard to read as it stands. It increases the internals.pdf pag