Re: Unable to use git-cl

2016-03-06 Thread Valentin Villenave
On Mon, Mar 7, 2016 at 3:21 AM, Carl Sorensen  wrote:
> It appears that my ssl certificate is not working properly.

Greetings Carl,
have you by any chance disabled JavaScript in your Web browser? (I was
unable to post anything until I complied with SourceForge demanding to
execute non-free JavaScript code in my browser.)
When issuing git cl upload, does the actual page open in your Web
browser? Does it tell you that everything is ok or does it complain
about something?

Cheers,
Valentin.

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


fee.fi = 0 was interpreted as as fee = 0 for undefined fee (issue 293760043 by d...@gnu.org)

2016-03-06 Thread lemzwerg

LGTM.

https://codereview.appspot.com/293760043/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: starting to contribute (GSoC)

2016-03-06 Thread Carl Sorensen
On 3/6/16 9:33 PM, "lilypond-devel-bounces+c_sorensen=byu@gnu.org on
behalf of Nathan Chou"  wrote:

>Thank you for your suggestions!
>
>I started looking at issue 3947. I found that adjusting baseline-skip can
>be added to commands like \small in define-markup-commands.scm. But I'm
>not
>sure where to look to adjust baseline-skip whenever font-size is
>overridden
>not via one of those commands.

You don't need to adjust baseline-skip when font-size is overridden by an
\override or \tweak.  When the user chooses to do an \override or \tweak
they are responsible for all of the settings.

So it seems like you should be ready to prepare a patch and post it for
review.  Please do so!

The Frog issues are intended to be easy issues like 3947, so they
shouldn't take a lot of time.

>
>Also regarding GSoC, currently allowing spanners to cross voices seems to
>be of most interest to me. Who should I contact (Urs?) to discuss this
>project and writing a proposal, if it is still a possibility this summer?


Since Urs is listed as the potential mentor, he's the one to contact.  I'd
expect him to reply to your email.

Thanks,

Carl


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: starting to contribute (GSoC)

2016-03-06 Thread Nathan Chou
Thank you for your suggestions!

I started looking at issue 3947. I found that adjusting baseline-skip can
be added to commands like \small in define-markup-commands.scm. But I'm not
sure where to look to adjust baseline-skip whenever font-size is overridden
not via one of those commands.

Also regarding GSoC, currently allowing spanners to cross voices seems to
be of most interest to me. Who should I contact (Urs?) to discuss this
project and writing a proposal, if it is still a possibility this summer?

Nathan
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Unable to use git-cl

2016-03-06 Thread Carl Sorensen
Dear developers,

I'm still trying, unsuccessfully, to get git-cl to work on my system.

I have done my best to follow the instructions at
http://www.lilypond.org/doc/v2.19/Documentation/contributor/git_002dcl#configuring-git_002dcl

As far as I can see, everything is fine at SourceForge -- I'm listed as a
developer on the LilyIssues project, and I have a bearer key for git-cl.

But when I do

git-cl upload master

I get the following:

[lilypond-git (issue-4693 %)]$ git-cl upload master
 input/regression/notehead-height.ly | 15 +++
 mf/feta-params.mf   | 14 +-
 2 files changed, 28 insertions(+), 1 deletion(-)
This branch is associated with Rietveld issue 283550043. Adding patch to
that issue.
Message describing this patch set: Yet another try at git-cl
Upload server: codereview.appspot.com (change with -s/--server)
Your browser has been opened to visit:

https://codereview.appspot.com/get-access-token?port=8001

If your browser is on a different machine then exit and re-run
upload.py with the command-line parameter

  --no_oauth2_webbrowser

Issue updated. URL: http://codereview.appspot.com/283550043
We were not able to associate this patch with a tracker issue.
Please enter a valid tracker issue number
(or enter nothing to create a new issue): 4693
Traceback (most recent call last):
  File "/home/carl/git-cl/git-cl", line 628, in 
sys.exit(main(sys.argv))
  File "/home/carl/git-cl/git-cl", line 622, in main
return func(argv[2:])
  File "/home/carl/git-cl/git-cl", line 341, in CmdUpload
issueId = projecthosting_upload.upload(issue, patchset, subject, desc,
issueId)
  File "/home/carl/git-cl/projecthosting_upload.py", line 182, in upload
status = patchy.upload(issue, patchset, subject, description, issue_id)
  File "/home/carl/git-cl/projecthosting_upload.py", line 173, in upload
issue_id = allura_issues.update_issue(issue_id, description)
  File "/home/carl/git-cl/allura_issues.py", line 70, in update_issue
filehandle = urllib.urlopen (allura_api + str(allura_issue_id) +
"/save", data_encoded)
  File "/usr/lib/python2.7/urllib.py", line 89, in urlopen
return opener.open(url, data)
  File "/usr/lib/python2.7/urllib.py", line 215, in open
return getattr(self, name)(url, data)
  File "/usr/lib/python2.7/urllib.py", line 443, in open_https
h.endheaders(data)
  File "/usr/lib/python2.7/httplib.py", line 997, in endheaders
self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 850, in _send_output
self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 812, in send
self.connect()
  File "/usr/lib/python2.7/httplib.py", line 1212, in connect
server_hostname=server_hostname)
  File "/usr/lib/python2.7/ssl.py", line 350, in wrap_socket
_context=self)
  File "/usr/lib/python2.7/ssl.py", line 566, in __init__
self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 788, in do_handshake
self._sslobj.do_handshake()
IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate
verify failed (_ssl.c:581)


It appears that my ssl certificate is not working properly.  But I don't
know how to test my ssl certificate, since SourceForge does not have a
shell login enabled by default.

Any help you could give me in getting this working would be greatly
appreciated.

Thanks,

Carl
___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Lose the tagline (permanently)

2016-03-06 Thread Valentin Villenave
On Fri, Mar 4, 2016 at 11:20 PM, tisimst  wrote:
> Engraved with LilyPond X.Y---lilypond.org

Well, it’s still language-dependent.
What about David’s earlier proposal, enclosed with small notes? Too
cheesy? (I quite liked it, but maybe it’s just embarrassingly telling
about my own lack of taste more than anything else.)

Cheers,
Valentin.

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel