Re: speed of fontconfig

2018-03-01 Thread Werner LEMBERG
>>> [... replacing] 2.12.6 [... with] 2.12.93 indeed provides ~100x >>> improvement and builds the cache on my system in 600ms. >> >> This was a report of using fontconfig on Windows, IIRC. So my >> question: Does the Windows tarball of lilypond contain a recent >> fontconfig version? > >

Re: Problem with showing git status in bash

2018-03-01 Thread Simon Albrecht
On 01.03.2018 20:59, Joram wrote: The git-part you want to add is just the '$(__git_ps1)' part. So you can use the original $PS1 and add that part if you don't want other changes. Thanks, that’s what I did, ending up with this monster: export PS1="\[\e]0;\u@\h:

Re: Problem with showing git status in bash

2018-03-01 Thread Joram
Hi Simon, you can also look at the variable before changing it: echo $PS1 You'll probably find the colors there like '\[\033[00m\]'. The git-part you want to add is just the '$(__git_ps1)' part. So you can use the original $PS1 and add that part if you don't want other changes. Best, Joram

Re: Problem with showing git status in bash

2018-03-01 Thread Federico Bruni
Il giorno gio 1 mar 2018 alle 17:01, Simon Albrecht <"simon.albrecht"@mail.de> ha scritto: Hello everybody, I just applied the suggestion from the CG to add export PS1="\u@\h \w\$(__git_ps1)$ " export GIT_PS1_SHOWDIRTYSTATE=true export GIT_PS1_SHOWUNTRACKEDFILES=true export

Problem with showing git status in bash

2018-03-01 Thread Simon Albrecht
Hello everybody, I just applied the suggestion from the CG to add export PS1="\u@\h \w\$(__git_ps1)$ " export GIT_PS1_SHOWDIRTYSTATE=true export GIT_PS1_SHOWUNTRACKEDFILES=true export GIT_PS1_SHOWUPSTREAM=auto to ~/.bashrc in order to show the status of a git repository in the command prompt.

Re: Replacement for gmane to post bug reports

2018-03-01 Thread Karlin High
On 2/28/2018 12:06 PM, Simon Albrecht wrote: Is there anything similar to the gmane interface that we might use? I see quite a bit of Nabble users on the LilyPond mailing lists. http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html -- Karlin High Missouri, USA

Re: GSoC Follow-Up

2018-03-01 Thread Urs Liska
Hi Ed, Am 01.03.2018 um 05:01 schrieb Kieren MacMillan: Hi Ed, I’d love to hear everyone’s opinions about doing a project with stylesheets, which seems to be the project I plan on applying with. What would everyone want to see in the project? I think I can piggy-back on Kieren's post to

Re: [GSoC 2018] Introduce myself

2018-03-01 Thread Urs Liska
Hello Wang, Am 22.02.2018 um 12:39 schrieb Yijie Wang: Hi everyone, My name is Yijie Wang, I'm a Computer Science sophomore from Beijing Jiaotong University, China. I have knowledge of C++, Python and Java. Lilypond is a very useful tool for me and I would love to be a part of improving it.