Re: [PATCH 1/5] Remove parser/location global variable setup

2015-05-30 Thread David Kastrup
"Trevor Daniels" writes: > David Kastrup wrote Saturday, May 30, 2015 7:51 PM > >> Oh, and regarding the %parser and %location names: GUILE itself uses >> names like that for several fluids. >> >> At any rate: huh. I propose getting rid of a 10-year old syntactic >> artifact and the only resp

Re: Fedora issues

2015-05-30 Thread Masamichi HOSODA
> Dear Phil, > > Thanks. I’m aware that without passing you the score this will possibly never > get fixed. My issue occurs on Fedora 21, 22 and Mint 17, which is Ubuntu > based. At this point, I am going to try a binary chop debugging approach. I > had hoped the previous posting of the failed

Re: add stencil-whiteout-outline function (issue 236480043 by paulwmor...@gmail.com)

2015-05-30 Thread k-ohara5a5a
I realize I am changing my opinion here on a few points: 1) leave the old whiteout as a simple box and give the new function a new name 2) enabling either type of whiteout through a single property looks better 3) the thickness should be in terms of line-thickness rather than staff-space I hope y

Re: Fedora issues

2015-05-30 Thread Andrew Bernard
Dear Phil, Thanks. I’m aware that without passing you the score this will possibly never get fixed. My issue occurs on Fedora 21, 22 and Mint 17, which is Ubuntu based. At this point, I am going to try a binary chop debugging approach. I had hoped the previous posting of the failed assertion me

Re: [PATCH 1/5] Remove parser/location global variable setup

2015-05-30 Thread Trevor Daniels
David Kastrup wrote Saturday, May 30, 2015 7:51 PM > Oh, and regarding the %parser and %location names: GUILE itself uses > names like that for several fluids. > > At any rate: huh. I propose getting rid of a 10-year old syntactic > artifact and the only response are naming convention enquirie

Re: [PATCH 1/5] Remove parser/location global variable setup

2015-05-30 Thread David Kastrup
Carl Sorensen writes: > On 5/30/15 12:51 PM, "David Kastrup" wrote: > >>David Kastrup writes: >> >>At any rate: huh. I propose getting rid of a 10-year old syntactic >>artifact and the only response are naming convention enquiries. I mean: >>good to know that there are still developers alive.

Re: [PATCH 1/5] Remove parser/location global variable setup

2015-05-30 Thread Carl Sorensen
On 5/30/15 12:51 PM, "David Kastrup" wrote: >David Kastrup writes: > >At any rate: huh. I propose getting rid of a 10-year old syntactic >artifact and the only response are naming convention enquiries. I mean: >good to know that there are still developers alive. > >I still think it may have th

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread David Kastrup
"Trevor Daniels" writes: > David Kastrup wrote Saturday, May 30, 2015 2:53 PM > >> At any rate, I can go ask on Savannah if people think that could be a >> viable hosting option. > > OK, that seems a sensible next step. http://lists.gnu.org/archive/html/savannah-hackers/2015-05/msg00033.html

Re: [PATCH 1/5] Remove parser/location global variable setup

2015-05-30 Thread David Kastrup
David Kastrup writes: > Dan Eble writes: > >> On May 27, 2015, at 05:45 , David Kastrup wrote: >>> >>> +(define %parser (make-fluid)) >>> +(define %location (make-fluid)) >> >>> +(define-public (*parser*) (fluid-ref %parser)) >>> +(define-public (*location*) (fluid-ref %location)) >> >> Are th

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread Trevor Daniels
James Lowe wrote Friday, May 29, 2015 8:08 AM > On 28/05/15 18:18, Trevor Daniels wrote: > >> Given this problem I thought it prudent to see if I could still import the >> Issues DB from GoogleCode to Allura in SourceForge. I started the import at >> 12 noon today (28 May) and after a disconc

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread Trevor Daniels
David Kastrup wrote Saturday, May 30, 2015 2:53 PM > "Trevor Daniels" writes: > >> OK, I'll wait for someone to make these enquiries. The last time I >> interacted with people at Savannah they lost interest as soon as there >> was no response to their request for someone from LilyPond to help

Re: display-scheme-music not working inside markup-command-definition?

2015-05-30 Thread David Kastrup
David Kastrup writes: > Thomas Morley writes: > >> But for >> >> #(define-markup-command (foo parser location)() >> (display-scheme-music #{ \chordmode { c:m } #}) >> (interpret-markup parser location "xy")) >> >> \markup \foo >> >> I get this: >> >> Preprocessing graphical >> objects.../hom

Re: Fedora issues

2015-05-30 Thread Phil Holmes
Please remember the "reply all" I think the problem you have with your complex score and the simple score failure are not the same? I believe the simple issue is to do with GhostScript and how it interacts with the installed version in Fedora, although I am not an expert in this area. I also

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread Werner LEMBERG
> At any rate, I can go ask on Savannah if people think that could be > a viable hosting option. Please do so! I can imagine that other projects will probably benefit also. Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org https://li

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Trevor Daniels" Cc: Sent: Saturday, May 30, 2015 2:53 PM Subject: Re: git-cl upload has stopped working (so has patchy) "Trevor Daniels" writes: OK, I'll wait for someone to make these enquiries. The last time I interacted with peo

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread David Kastrup
"Trevor Daniels" writes: > OK, I'll wait for someone to make these enquiries. The last time I > interacted with people at Savannah they lost interest as soon as there > was no response to their request for someone from LilyPond to help > with the development required to support images. So I wou

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread Trevor Daniels
David Kastrup wrote Saturday, May 30, 2015 11:13 AM > "Trevor Daniels" writes: > >> Trevor Daniels wrote Thursday, May 28, 2015 6:18 PM >>> >>> James Lowe wrote Thursday, May 28, 2015 7:04 AM On 27/05/15 21:17, David Kastrup wrote: > So now git-cl -n works again. But git c

Re: Part_combine_iterator::derived_mark()

2015-05-30 Thread David Kastrup
Dan Eble writes: > Part_combine_iterator::split_list_ is a SCM. As I read the comments > in smobs.hh, this means that Part_combine_iterator::derived_mark() > should call scm_gc_mark (split_list_). Am I right? Partly. split_list_ is initialized with split_list_ = get_music ()->get_propert

Part_combine_iterator::derived_mark()

2015-05-30 Thread Dan Eble
Part_combine_iterator::split_list_ is a SCM. As I read the comments in smobs.hh, this means that Part_combine_iterator::derived_mark() should call scm_gc_mark (split_list_). Am I right? — Dan ___ lilypond-devel mailing list lilypond-devel@gnu.org h

Re: time-scaled-music-iterator.hh

2015-05-30 Thread David Kastrup
Dan Eble writes: > I seek a word of approval to delete > lily/include/time-scaled-music-iterator.hh without the full review > process. It looks like it hasn’t been used since this commit. > > commit 131fa6b31beae464e4e6730dc11a3e406e4893a4 > Author: Neil Puttock > Date: Wed Feb 17 22:30:47 20

time-scaled-music-iterator.hh

2015-05-30 Thread Dan Eble
I seek a word of approval to delete lily/include/time-scaled-music-iterator.hh without the full review process. It looks like it hasn’t been used since this commit. commit 131fa6b31beae464e4e6730dc11a3e406e4893a4 Author: Neil Puttock Date: Wed Feb 17 22:30:47 2010 + Rename Time_scal

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread David Kastrup
"Trevor Daniels" writes: > Trevor Daniels wrote Thursday, May 28, 2015 6:18 PM >> >> James Lowe wrote Thursday, May 28, 2015 7:04 AM >>> >>> On 27/05/15 21:17, David Kastrup wrote: >>> So now git-cl -n works again. But git cl does not just need to communicate with Rietveld. Everythin

Re: git-cl upload has stopped working (so has patchy)

2015-05-30 Thread Trevor Daniels
Trevor Daniels wrote Thursday, May 28, 2015 6:18 PM > > James Lowe wrote Thursday, May 28, 2015 7:04 AM >> >> On 27/05/15 21:17, David Kastrup wrote: >> >>> So now git-cl -n works again. But git cl does not just need to >>> communicate with Rietveld. Everything else (which basically means >>> G