David Kastrup wrote Saturday, August 13, 2011 6:12 AM
It crashes because the internal garbage collector data structures
have
been clobbered. Which is likely due to some Lilypond code problem
(like
data available too early for collection). So it is likely that we
are
not "powerless to resolv
Graham Percival writes:
> On Sat, Aug 13, 2011 at 07:12:53AM +0200, David Kastrup wrote:
>> Keith OHara writes:
>>
>> > Issue 1809 is an interesting test of this policy. `make test`
>> > sometimes crashes for some programmers, making it very hard for them
>> > to contribute, but it crashes in
Ok, so I have been trying to get a hold on the nested context property
thing. The main issue is getting a grip of how to update stuff on
removal. With regard to nested context properties, an update further
down in the nested property alist can have repercussions further up if
some parts of the l
Here's how a better solution should work:
* create a smaller tie in addition to this one
* use a scm regexp to find this special case; something like:
#(use-modules (ice-9 regex))
#(display (regexp-substitute #f (string-match "([^:])~([^:])~([^:])"
"questa~è~in")
'pre 1 " " 2 " " 3 'post))
But I
Reviewers: ,
Message:
This patch prevents all table cells in our documentation from being
wrapped with a , which causes huge spacing, like in
http://lilypond.org/doc/v2.14/Documentation/learning/on-the-un_002dnestedness-of-brackets-and-ties.html
http://lilypond.org/doc/v2.14/Documentation/learnin
Hello. I have found
http://lilypond.org/doc/v2.14/Documentation/topdocs/
and
http://lilypond.org/doc/v2.14/Documentation/topdocs/AUTHORS
which are not linked from anywhere AFAIK. Given that we now have
different pages for author listings, maybe we could get rid of those.
--
Francisco Vila
Reviewers: ,
Message:
Assuming that there will not be major objections for the loglevels patch
on the 48-hour countdown, here is a patch that documents the various
logging functions in the contributor's guild.
Description:
Loglevels: Developer documentation
Please review this at http://coderevi
On 12 August 2011 01:44, Carl Sorensen wrote:
> Yep. Here it is, along with the change to /usr/bin/env guile.
I had to change this to
/usr/bin/guile
to get the script to work:
/usr/bin/env: guile -s: No such file or directory
> I think I'm really going to like having this, if we can get all
LGTM.
http://codereview.appspot.com/4808074/diff/7001/scm/define-markup-commands.scm
File scm/define-markup-commands.scm (right):
http://codereview.appspot.com/4808074/diff/7001/scm/define-markup-commands.scm#newcode943
scm/define-markup-commands.scm:943: (tie-str (markup #:hspace (/
word-space
http://codereview.appspot.com/4809057/diff/1/lily/bar-line.cc
File lily/bar-line.cc (right):
http://codereview.appspot.com/4809057/diff/1/lily/bar-line.cc#newcode40
lily/bar-line.cc:40: /* Due to rounding problems, barlines extending to
the outermost edges
bar lines
http://codereview.appspot.co
Hi list,
I'm having a problem with a scheme engraver. Whenever I fetch the
direction property of a grob's stem object (or directly through a
listener on stem-event), the following warning is shown:
warning: no viable initial configuration found: may not find good
beam slope
The re
On 13 August 2011 17:14, Ricardo Wurmus wrote:
> I'm having a problem with a scheme engraver. Whenever I fetch the
> direction property of a grob's stem object (or directly through a
> listener on stem-event), the following warning is shown:
>
> warning: no viable initial configuration found: m
Graham Percival wrote Thursday, August 11, 2011 8:41 PM
On Thu, Aug 11, 2011 at 12:32:09PM -0700, Keith OHara wrote:
On Wed, 10 Aug 2011 22:06:16 -0700, Graham Percival
wrote:
On Thu, 11 Aug 2011 00:02:51 -0700, Trevor Daniels
wrote:
>>>Graham Percival percival-music.ca> writes:
Am Saturday, 13. August 2011, 17:44:52 schrieb Neil Puttock:
> On 12 August 2011 01:44, Carl Sorensen wrote:
> > Yep. Here it is, along with the change to /usr/bin/env guile.
>
> I had to change this to
>
> /usr/bin/guile
>
> to get the script to work:
>
> /usr/bin/env: guile -s: No such file
On Sat, Aug 13, 2011 at 04:21:41PM +0200, Francisco Vila wrote:
> Hello. I have found
>
> http://lilypond.org/doc/v2.14/Documentation/topdocs/
> which are not linked from anywhere AFAIK. Given that we now have
> different pages for author listings, maybe we could get rid of those.
Aren't those
Hello, does anybody what this error means?
cd Documentation/
cd ./out-www; texi2pdf -I ./out-www -I ../out -I .. -I .. --quiet notation.texi
egrep: Invalid range end
Error (196): Command token too long
Error (196): Command token too long
Doc compilation ends successfuly, but an error is an error
On 8/13/11 9:44 AM, "Neil Puttock" wrote:
> On 12 August 2011 01:44, Carl Sorensen wrote:
>
>> Yep. Here it is, along with the change to /usr/bin/env guile.
>
> I had to change this to
>
> /usr/bin/guile
>
> to get the script to work:
>
> /usr/bin/env: guile -s: No such file or directory
2011/8/13 Francisco Vila :
> Hello, does anybody what this error means?
>
> cd Documentation/
> cd ./out-www; texi2pdf -I ./out-www -I ../out -I .. -I .. --quiet
> notation.texi
> egrep: Invalid range end
This is caused by line 1713 of /usr/bin/texi2dvi (GNU Texinfo 4.13)
1.135 in my system,
Am Saturday, 13. August 2011, 21:05:13 schrieb Francisco Vila:
> Hello, does anybody what this error means?
>
> cd Documentation/
> cd ./out-www; texi2pdf -I ./out-www -I ../out -I .. -I .. --quiet
> notation.texi egrep: Invalid range end
Bug in texi2dvi. egrep doesn't like a range [A-z]... Prob
On 13 August 2011 20:06, Carl Sorensen wrote:
> De we have a standard for how much indentation we should have for each type
> of compound expression?
>
> define
> let
> begin
>
> all get two, apparently.
>
> I see some sources that show that
>
> list
>
> gets one.
>
> Are you aware of a definitiv
>> Hello, does anybody what this error means?
>>
>> cd Documentation/
>> cd ./out-www; texi2pdf -I ./out-www -I ../out -I .. -I .. --quiet
>> notation.texi egrep: Invalid range end
>
> Bug in texi2dvi. egrep doesn't like a range [A-z]... Probably needs
> to be changed to [A-Za-z]?
Fixed alread
The lilynet website still seems to be under construction. In
particular the lilydev remix iso is not available from the link in
the CG. (I guess this should be a critical bug under the proposed
new classification scheme.)
I'd actually like to obtain it, as I need to reinstall my ubuntu
syst
On Sat, Aug 13, 2011 at 5:53 PM, Trevor Daniels wrote:
> The lilynet website still seems to be under construction. In particular the
> lilydev remix iso is not available from the link in the CG. (I guess this
> should be a critical bug under the proposed new classification scheme.)
>
> I'd actua
Francisco Vila:
> 2011/8/13 Francisco Vila :
> > Hello, does anybody what this error means?
> >
> > cd Documentation/
> > cd ./out-www; texi2pdf -I ./out-www -I ../out -I .. -I .. --quiet
> > notation.texi
> > egrep: Invalid range end
>
> This is caused by line 1713 of /usr/bin/texi2dvi (GNU Te
Am Sunday, 14. August 2011, 03:36:05 schrieb Karl Hammar:
> Works here:
Doesn't work here on a German Kubuntu system:
> $ echo '/usr/' | egrep '^(/|[A-z]:/)'
> /usr/
$ echo '/usr/' | egrep '^(/|[A-z]:/)'
egrep: Das Ende des angegebenen Intervalls ist nicht gültig
(No output; same result for all
Reviewers: Neil Puttock, Reinhold, Graham Percival,
Message:
Here's the latest version of guileindent.scm.
It's been added to scripts/auxiliar.
After doing a tab->space conversion on scm/music-functions.scm, I ran it
through guileindent.scm.
I've made comments about the places where the spacin
26 matches
Mail list logo