New Esperanto PO file for 'lilypond' (version 2.19.54)

2017-07-21 Thread Translation Project Robot
Hello, gentle maintainer.

This is a message from the Translation Project robot.

A revised PO file for textual domain 'lilypond' has been submitted
by the Esperanto team of translators.  The file is available at:

http://translationproject.org/latest/lilypond/eo.po

(We can arrange things so that in the future such files are automatically
e-mailed to you when they arrive.  Ask at the address below if you want this.)

All other PO files for your package are available in:

http://translationproject.org/latest/lilypond/

Please consider including all of these in your next release, whether
official or a pretest.

Whenever you have a new distribution with a new version number ready,
containing a newer POT file, please send the URL of that distribution
tarball to the address below.  The tarball may be just a pretest or a
snapshot, it does not even have to compile.  It is just used by the
translators when they need some extra translation context.

The following HTML page has been updated:

http://translationproject.org/domain/lilypond.html

If any question arises, please contact the translation coordinator.

Thank you for all your work,

The Translation Project robot, in the
name of your translation coordinator.



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


Re: LilyDevOS, a LilyDev container + full VM image

2017-07-21 Thread Paul

On 07/17/2017 04:58 AM, Federico Bruni wrote:


$ sudo systemd-nspawn -bD lilydevos-0.1
sudo: unable to resolve host t440s


This is not causing any problem, right?
Anyway, here you can find some hints on how to fix it:
https://askubuntu.com/questions/59458/error-message-when-i-run-sudo-unable-to-resolve-host-none 



Thanks, I've seen this for awhile, but everything has seemed to work 
fine.  I've now fixed it with the info in that link.  (My machine name 
in /etc/hosts was off.)


Spawning container lilydevos-0.1 on 
/home/paul/lilypond-world/LilyDevOS/lilydevos-0.1.

Press ^] three times within 1s to kill container.
Failed to create directory 
/home/paul/lilypond-world/LilyDevOS/lilydevos-0.1/sys/fs/selinux: 
Read-only file system
Failed to create directory 
/home/paul/lilypond-world/LilyDevOS/lilydevos-0.1/sys/fs/selinux: 
Read-only file system


I think you can safely ignore it.

This may happen when selinux is disabled, according to this:
https://github.com/systemd/systemd/issues/3711

But I have selinux disabled and I'm not getting those messages...

# sestatus
SELinux status: disabled


Huh, odd.  I'll just ignore it for now.

[gitk] can work also from the guest if you use the correct DISPLAY 
environment variable.

Find it in your host with this command:

$ echo $DISPLAY
:0

Then launch gitk from the container with:

$ DISPLAY=:0 gitk 



You can use an alias and forget the special command.
Add this line to ~/.bashrc:

# Let gitk work on host display
alias gitk="DISPLAY=:0 gitk"

As .bashrc is the same for container and full VM, I won't add this 
configuration.
I'll add only a suggestion in the README. 


Great!  This is working for me now.  Same display value of `:0`


I've now updated the instructions about the container.

I've also added instructions on setting up the virtual machine in 
libvirt (i.e. also GNOME Boxes and virt-manager) with a single command.


Looks good.  Nice additions about libvirt use.

A suggestion: it might be worth clarifying the steps for first setup vs 
repeat use of the container?  I think the main (only?) difference is 
that you don't need to run the setup script after you've already done it.



Also, the authentication in git-cl opens a web page in a browser so 
I'm not sure how that will work from the container?


w3m and elinks accept cookies by default, so login to google is easy 
and saved across different sessions.


I just need to check if the redirect from /get-access-token?port=8001 
works.


I want to avoid installing a regular browser, as it would add some 
dependencies and increase the final size of the container.


Cool, glad there's a good solution for this.

BTW, let me know if the password is working. I'm not sure I've 
uploaded the correct version..


It wasn't working for me (e.g. when I tried to install guile-devel).


If it doesn't, use this command as root:

 echo 'dev:lilypond'|chpasswd


This fixed it for me.  And I was able to install guile-devel.  (GNU 
Guile 2.0.14)


Thanks again.  It's coming together well!

-Paul


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


Re: Web: Authors.itexi update (issue 323320043 by pkx1...@gmail.com)

2017-07-21 Thread trueroad

On 2017/07/21 14:07:06, pkx166h wrote:

On 2017/07/21 14:06:24, pkx166h wrote:
> Added Hosoda-sama to 'Translations' section



I have done this.


Thank you.
LGTM

https://codereview.appspot.com/323320043/

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


Re: Web: Authors.itexi update (issue 323320043 by pkx1...@gmail.com)

2017-07-21 Thread pkx166h

On 2017/07/21 14:06:24, pkx166h wrote:

Added Hosoda-sama to 'Translations' section


I have done this.

https://codereview.appspot.com/323320043/

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


Re: how to have a mentor and send scm files modified to the responsible for the development

2017-07-21 Thread James
Hello Hassan,

On Fri, 21 Jul 2017 12:38:29 +0200 (CEST)
hassan.elfat...@free.fr wrote:

> Hello everybody
> I installed lilypond-git and I made changes to the files
> Lily-library.scm and define-note-names.scm. In addition I have added
> a file Hel_arabic_makam.ly an altenative to arabic.ly. 
> I tested these files and it works very well.
> I would like to know how to make changes
> To those responsible for the development of lilypond.
> And How to have a mentor
> thank you very much
> hassan el fatihi
> 

Thank you for taking the time with LilyPond.

What I suggest you do is make a git formatted patch (based on current
master) and upload it to Rietveld which is our standard Code Review
method.

See:
http://lilypond.org/doc/v2.19/Documentation/contributor-big-page.html#uploading-a-patch-for-review

There are some pre-requisites that will need setting up in terms of
your Google Code review login and if you are intending to do more
patches in the future you may want to apply for write access to the
Tracker

See:
http://lilypond.org/doc/v2.19/Documentation/contributor-big-page#commit-access

If this is just a one-off patch then you can send it to this group
(please make sure that you include a short but informative commit
message) and one of us can shepherd this patch for you.

Regards

James

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


how to have a mentor and send scm files modified to the responsible for the development

2017-07-21 Thread hassan . elfatihi
Hello everybody
I installed lilypond-git and I made changes to the files
Lily-library.scm and define-note-names.scm. In addition I have added a file
 Hel_arabic_makam.ly an altenative to arabic.ly. 
I tested these files and it works very well.
I would like to know how to make changes
To those responsible for the development of lilypond.
And How to have a mentor
thank you very much
hassan el fatihi

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