s += EXTSEP; // append a char to s
s += ext_; // append a string to s
— vs. —
s += EXTSEP + ext_;
\___/
make a string
\/
append it to s
Either one could involve memory allocation, but I deemed it more
likely in the latter case. I don't have reason to
On Sat, Jan 11, 2020 at 10:47 PM Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> Hi Marnen,
>
> > New version is now available at
> >
> https://bintray.com/marnen/lilypond-darwin-64/download_file?file_path=lilypond-2.19.83.build20200111.1-darwin-64.tar.gz
> > (sha-256
> 6f1300a64281273d
Hi Urs (et al.),
> This is a very good idea, and it is good you brought it up for
> discussion. I had a very similar plan with regard to the openLilyLib
> presentation on Sunday.
Excellent!
> I think the main target audience for the Sunday topics is people who
> are very much into LilyPond and i
On 1/11/20, 8:48 PM, "lilypond-devel on behalf of Kieren MacMillan"
wrote:
Hi Marnen,
> New version is now available at
>
https://bintray.com/marnen/lilypond-darwin-64/download_file?file_path=lilypond-2.19.83.build20200111.1-darwin-64.tar.gz
> (sha-256 6f1300a64281273da2
Hi Marnen,
> New version is now available at
> https://bintray.com/marnen/lilypond-darwin-64/download_file?file_path=lilypond-2.19.83.build20200111.1-darwin-64.tar.gz
> (sha-256 6f1300a64281273da22c53926b6f5cbfa41fe612df173b0aaa4da905ee6b2af7;
> I switched to Bintray because Google Drive isn't tha
Works for me on Sierra (10.12).
Thanks for your work on this, Marnen!
Carl
On 1/11/20, 12:32 PM, "lilypond-devel on behalf of Marnen Laibow-Koser"
wrote:
On Sat, Jan 11, 2020 at 8:58 AM Marnen Laibow-Koser
wrote:
>
>
> On Sat, Jan 11, 2020 at 8:45 AM Dan Eble wrot
On 2020/01/12 01:13:51, dak wrote:
https://codereview.appspot.com/566920044/diff/549120043/python/convertrules.py
File python/convertrules.py (right):
https://codereview.appspot.com/566920044/diff/549120043/python/convertrules.py#newcode3898
python/convertrules.py:3898: mods = str.join (re.f
https://codereview.appspot.com/566920044/diff/549120043/python/convertrules.py
File python/convertrules.py (right):
https://codereview.appspot.com/566920044/diff/549120043/python/convertrules.py#newcode3898
python/convertrules.py:3898: mods = str.join (re.findall ("\n(" +
wordsyntax + r")\s*=\s
Reviewers: hahnjo,
https://codereview.appspot.com/583290043/diff/557180043/python/convertrules.py
File python/convertrules.py (right):
https://codereview.appspot.com/583290043/diff/557180043/python/convertrules.py#newcode1774
python/convertrules.py:1774: str += "'" * (o + 1)
On 2020/01/08 08:17
https://codereview.appspot.com/583320043/diff/581420044/flower/file-name.cc
File flower/file-name.cc (right):
https://codereview.appspot.com/583320043/diff/581420044/flower/file-name.cc#newcode124
flower/file-name.cc:124: s += ext_;
On 2020/01/11 22:20:34, lemzwerg wrote:
any reason to use two
On Sat, Jan 11, 2020 at 6:05 PM Stanton Sanderson
wrote:
> > On Jan 11, 2020, at 3:29 PM, lilypond-devel-requ...@gnu.org wrote:
> >
> > New version is now available at
> >
> https://bintray.com/marnen/lilypond-darwin-64/download_file?file_path=lilypond-2.19.83.build20200111.1-darwin-64.tar.gz
> >
> On Jan 11, 2020, at 3:29 PM, lilypond-devel-requ...@gnu.org wrote:
>
> New version is now available at
> https://bintray.com/marnen/lilypond-darwin-64/download_file?file_path=lilypond-2.19.83.build20200111.1-darwin-64.tar.gz
> (sha-256 6f1300a64281273da22c53926b6f5cbfa41fe612df173b0aaa4da905ee6b
LGTM, thanks!
https://codereview.appspot.com/583320043/diff/581420044/flower/file-name.cc
File flower/file-name.cc (right):
https://codereview.appspot.com/583320043/diff/581420044/flower/file-name.cc#newcode124
flower/file-name.cc:124: s += ext_;
any reason to use two lines? In other files you
> 11:15 Frescobaldi
> 15:30 openLilyLib
> 16:00 edition-engraver
Program changed accordingly; I now use »Vormittag« and »Nachmittag« as
block names.
Werner
Am Sa., 11. Jan. 2020 um 20:45 Uhr schrieb Urs Liska :
> I think the main target audience for the Sunday topics is people who
> are very much into LilyPond and its development anyway. Probably there
> are random participants, but anybody who stays for another night will
> very much have a quite sp
Hi Marnen. Seems to work fine here (after necessary adjustments in System
Preferences => Security & Privacy).
MacBook Pro running macOS Catalina version 10.15.2.
Erlend E. Aasland
On 11 Jan 2020, at 20:31, Marnen Laibow-Koser
mailto:mar...@marnen.org>> wrote:
On Sat, Jan 11, 2020 at 8:58 AM M
Hi Kieren,
Am Samstag, den 11.01.2020, 11:03 -0500 schrieb Kieren MacMillan:
> Hello colleagues!
>
> I just had a wonderful video-chat with Jan-Peter, as part of the
> preparations for my session “The Edition-Engraver: The benefits and
> limitations of tweaking LilyPond scores” at next week’s
> [
On Sat, Jan 11, 2020 at 8:58 AM Marnen Laibow-Koser
wrote:
>
>
> On Sat, Jan 11, 2020 at 8:45 AM Dan Eble wrote:
>
>> On Jan 11, 2020, at 08:40, Marnen Laibow-Koser wrote:
>> > Dammit, I did already fix this error! I wonder if I left the modified
>> gs.reloc file out of the bundle by mistake,
Hello colleagues!
I just had a wonderful video-chat with Jan-Peter, as part of the preparations
for my session “The Edition-Engraver: The benefits and limitations of tweaking
LilyPond scores” at next week’s [un]conference.
Rather than simply talk for thirty minutes about how I use the
edition-
On Sat, Jan 11, 2020 at 8:45 AM Dan Eble wrote:
> On Jan 11, 2020, at 08:40, Marnen Laibow-Koser wrote:
> > Dammit, I did already fix this error! I wonder if I left the modified
> gs.reloc file out of the bundle by mistake, or if something else is going
> on.
> >
> > Would you post the contents
On Jan 11, 2020, at 08:40, Marnen Laibow-Koser wrote:
> Dammit, I did already fix this error! I wonder if I left the modified
> gs.reloc file out of the bundle by mistake, or if something else is going on.
>
>
> Would you post the contents of
> LilyPond.app/Contents/Resources/etc/relocate/g
On Sat, Jan 11, 2020 at 8:29 AM Jonas Hahnfeld wrote:
[...]
>
> GUB has another gs.reloc which sets a few variables looking related...
I know, and I already tweaked that file, which is why I’m surprised that
these issues are still occurring.
>
> Jonas
>
--
Marnen Laibow-Koser mar...@marnen.o
On Sat, Jan 11, 2020 at 8:18 AM Dan Eble wrote:
> On Jan 11, 2020, at 07:48, Marnen Laibow-Koser wrote:
> >
> > Could you try it without renaming and see if you get the same results?
> (Renaming shouldn’t actually matter, but I want to make sure I didn’t do
> something stupid.)
>
> same result
Am Samstag, den 11.01.2020, 08:18 -0500 schrieb Dan Eble:
> On Jan 11, 2020, at 07:48, Marnen Laibow-Koser <
> mar...@marnen.org
> > wrote:
> > Could you try it without renaming and see if you get the same results?
> > (Renaming shouldn’t actually matter, but I want to make sure I didn’t do
> >
On Jan 11, 2020, at 07:48, Marnen Laibow-Koser wrote:
>
> Could you try it without renaming and see if you get the same results?
> (Renaming shouldn’t actually matter, but I want to make sure I didn’t do
> something stupid.)
same result
> There was the usual security problem with running un
On Sat, Jan 11, 2020 at 7:08 AM Dan Eble wrote:
> On Jan 11, 2020, at 01:36, Marnen Laibow-Koser wrote:
> > I'd really appreciate fellow Mac users testing the build and reporting
> any
> > issues you find. (Karlin? Carl?) You can download it at
> > https://drive.google.com/open?id=18b1nX5nJsBr
Success for linux-64 target in GUB! Thank you very much, Dan. I did not
test the other targets yet, however.
It produces a usable lilypond installer which compiled a test example fine.
Am 11.01.2020 um 00:14 schrieb Dan Eble:
On Jan 10, 2020, at 16:21, Dan Eble mailto:d...@faithful.be>> wrote:
On Jan 11, 2020, at 01:36, Marnen Laibow-Koser wrote:
> I'd really appreciate fellow Mac users testing the build and reporting any
> issues you find. (Karlin? Carl?) You can download it at
> https://drive.google.com/open?id=18b1nX5nJsBrzDBGqga9T753oCL8ilwqs ; it
> should work on any recent versi
28 matches
Mail list logo