Reviewers: ,
Message:
Please review
Description:
Let scheme-sandbox use system-repl with guile-2.x
This fixes the warning returned by guile-2.x
`scm-style-repl' in the default environment is deprecated.
Find it in the `(ice-9 scm-style-repl)' module instead, or
better y
Reviewers: ,
Message:
Please review. Thanks!
Description:
Issue 5097: reach HorizontalBracketText through directed tweak
HorizontalBracketText is now caused by HorizontalBracket, rather
than the same note-grouping event.
Fix a number of programming errors caused by commit for Issue
5064.
Ple
> On 21 Mar 2017, at 13:56, Urs Liska wrote:
> So please review this script carefully and look for unintended behaviour…
Depending on the setup you have, if the Flex & Bison source files are altered,
their generated files might need to be regenerated.
___
Am 21.03.2017 um 11:21 schrieb Urs Liska:
>
> Am 21.03.2017 um 11:11 schrieb Phil Holmes:
>> "Urs Liska" wrote in message
>> news:bbe7ead5-ea04-abcf-e08c-9a2ae3dce...@openlilylib.org...
>>> lilypond --version
>>> GNU LilyPond 2.19.57
>>>
>>> Copyright (c) 1996--2015 by
>>> Han-Wen Nienhuys
>>>
the repeating syscall is the read, on the same file descriptor. If
fontconfig failed a cache, you'd more likely see
open() = 6
read(6, .. )
close(6)
open() = 6
read(6, .. )
close(6)
I think.
I'll have a look again tonight. Maybe I can attach a debugger (my
machine has long lost the ability