Re: [Mutopia-discuss] review of GalileiV/saltarello

2012-12-15 Thread Federico Bruni
Il 15/12/2012 11:20, Felix Janda ha scritto: Sorry, you should leave the composer field as it was and only change the mutopiacomposer field. (The composer field is what will be seen on the pdf whereas mutopiacomposer is for example used to list pieces by composer on the mutopia page.) Sure,

Re: [Mutopia-discuss] Help with Lilypond

2013-04-21 Thread Federico Bruni
Hi Huw I'm CCing lilypond-user because you'll probably get more help from there 2013/4/21 Huw Richards a...@eng.cam.ac.uk Dear All, I have been using Lilypond to transcribe various pieces of music for Mutopia for 2 or 3 years now, but have not yet uploaded anything to Mutopia. I am very

Re: [Mutopia-discuss] 3 requests to improve the project communication (and hopefully get new contributors)

2014-01-06 Thread Federico Bruni
Hi Chris thanks for your prompt reply Il dom, gen 5, 2014 at 9:26 , Chris Sawer ch...@mutopiaproject.org ha scritto: [...] 3. Licenses - http://www.mutopiaproject.org/legal.html Can you please add on that page the reason why licenses are limited to public domain, CC By and CC By-Sa? Cc

[Mutopia-discuss] spurious git diff

2014-02-22 Thread Federico Bruni
Hi all I think that a good practice to ancourage and ease the review of updates is splitting a pull request in at least two commits: one for the initial convert-ly and the second for the manual changes. I think it may be added to the wiki page:

[Mutopia-discuss] file encoding should be UTF-8, right?

2014-02-22 Thread Federico Bruni
$ file -i ftp/ScriabinA/O59/prelude/prelude.ly ftp/ScriabinA/O59/prelude/prelude.ly: text/plain; charset=us-ascii Can I run iconv on it, right? This again will break the diff (see previous thread), but it's needed. One more thing to add to the wiki? If you give me the ok, I can edit the page

Re: [Mutopia-discuss] file encoding should be UTF-8, right?

2014-02-22 Thread Federico Bruni
Il sab, feb 22, 2014 at 6:38 , Federico Bruni f...@inventati.org ha scritto: $ file -i ftp/ScriabinA/O59/prelude/prelude.ly ftp/ScriabinA/O59/prelude/prelude.ly: text/plain; charset=us-ascii Can I run iconv on it, right? This again will break the diff (see previous thread), but it's needed

Re: [Mutopia-discuss] file encoding should be UTF-8, right?

2014-02-22 Thread Federico Bruni
Il sab, feb 22, 2014 at 7:12 , Noeck noeck.marb...@gmx.de ha scritto: Hi, I might be wrong, but the file has no property like utf8 orascii, it is just encoded as such. Ascii is a subset of utf8. If there are only ascii charachters in the file, there is no reason for the file command to say

[Mutopia-discuss] Update to 2.16/2.18: next step?

2014-05-08 Thread Federico Bruni
Glen, I see that most of pull requests are cleared. Let's start a new session of updates? -- Federico___ Mutopia-discuss mailing list Mutopia-discuss@mutopiaproject.org http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss

Re: [Mutopia-discuss] clean pull requests?

2014-05-13 Thread Federico Bruni
Il giorno mar 13 mag 2014 alle 23:09, Javier Ruiz-Alma jav...@ruiz-alma.com ha scritto: Hi Federico, Glen graciously added instructions on how to setup your github fork, and basic workflow involved in maintaining existing pieces in Mutopia using github. He also a started a document to

Re: [Mutopia-discuss] Renaming file names of movements

2014-05-14 Thread Federico Bruni
I would not hard-code the numbers in the names. If you have a file for the whole suite, which includes all the movements in the right order, you have already defined the order. Cleaner and more flexible, in my opinion. On 14 maggio 2014 04:46:22 CEST, Knute Snortum ksnor...@gmail.com wrote: I

Re: [Mutopia-discuss] Renaming file names of movements

2014-05-14 Thread Federico Bruni
Il 14.05.2014 14:43 Knute Snortum ha scritto: This is how I propose to have the movements and the suite: https://drive.google.com/folderview?id=0B_aEseOV9KTXamtCeUhXenF2eWcusp=sharing [21] A couple of comments: - your -all.ly file, which includes all the movements, doesn't print the

Re: [Mutopia-discuss] Renaming file names of movements

2014-05-14 Thread Federico Bruni
Il 14.05.2014 17:02 Knute Snortum ha scritto: I would put all the changes into one pull request (I wouldn't even use a branch) but Glen has said (and this document [1] implies) that there should be one file per branch per pull request.  I admit that this seems strange but I'm trying to do

Re: [Mutopia-discuss] OK to use devel version of LilyPond?

2014-07-19 Thread Federico Bruni
Il giorno sab 19 lug 2014 alle 4:17, Abel Cheung abelche...@gmail.com ha scritto: On Sun, Jul 13, 2014 at 10:48 PM, Chris Sawer ch...@mutopiaproject.org wrote: The \version in the .ly file should match the version of LilyPond that you want us to compile with. Thanks, then there's only one

Re: [Mutopia-discuss] First Typetting Request: Checkpoint Summary

2014-09-28 Thread Federico Bruni
their time and effort for our first typesetting request, some of which are contributing to the Mutopia Project for the first time: Knute Snortum, Steve Taylor, Abel Cheung, Federico Bruni, Joram Berger, and Glen Larsen. If you missed the background and goals of this request, please check our

[Mutopia-discuss] reviewing pull requests in github

2014-12-02 Thread Federico Bruni
Hi all I'm reading this guide: https://help.github.com/articles/checking-out-pull-requests-locally/ I see that I can easily checkout the branch submitted through a pull request with this command: git fetch origin pull/ID/head:BRANCHNAME git checkout BRANCHNAME Now, if the author of the pull

Re: [Mutopia-discuss] reviewing pull requests in github

2014-12-03 Thread Federico Bruni
Il giorno mer 3 dic 2014 alle 4:24, Javier Ruiz-Alma jav...@ruiz-alma.com ha scritto: Having a link to this guide would've made things easier for the few times I've copy/pasted code to compile some else's pull-requests. This doesn't happen often, though, so maybe you can create a new wiki

Re: [Mutopia-discuss] reviewing pull requests in github

2014-12-03 Thread Federico Bruni
Il giorno mer 3 dic 2014 alle 10:23, Federico Bruni f...@inventati.org ha scritto: I don't think it's possible to submit changes to someone else's open pull request. You can upload the .patch file of your changes in the comments of the pull request, if you want the author of the PR to see your

Re: [Mutopia-discuss] reviewing pull requests in github

2014-12-05 Thread Federico Bruni
Il giorno ven 5 dic 2014 alle 18:36, Federico Bruni f...@inventati.org ha scritto: Perhaps it's better using 'git format-patch' in case the contributor approves it and what to apply to his branch? I don't know if the patch generated with the command above can be applied with 'git am'. sorry

[Mutopia-discuss] frescobaldi manuscript viewer (still in development)

2015-07-12 Thread Federico Bruni
Hi all I think that you might be interested to checkout the manuscript-viewer branch of Frescobaldi. It's still in early stages of development but already working. See this screenshot: http://postimg.org/image/gs4lgw80v/ More information: https://github.com/wbsoft/frescobaldi/issues/112

[Mutopia-discuss] 403 Forbidden for any file on Mutopia website

2018-10-21 Thread Federico Bruni
Hi all Yesterday I noted that I cannot get access to any file on Mutopia website. Main pages in the web root as well as cgibin/ pages are accessible, but it seems that any other page within ftp/ is not. Example: Forbidden You don't have permission to access

[Mutopia-discuss] checking Mutopia headers with Mutopia.java

2018-10-21 Thread Federico Bruni
Hi folks In this wiki page: https://github.com/MutopiaProject/MutopiaProject/wiki/Updating-Lilypond-files-for-the-Mutopia-Project#mutopia-headers I read: ``` Even if it compiles cleanly and looks like the original, you should still check the Mutopia header elements before you commit your

Re: [Mutopia-discuss] Is the Mutopia Project still going?

2020-02-19 Thread Federico Bruni
+1 I'm currently involved in other lilypond stuff and can't contribute to Mutopia right now, but I will in the future. I think we need more reviewers of pull requests. It's not a fun task, but it's important and can't be left to only one/two persons. I guess that after some time an active

Re: [Mutopia-discuss] Copy of the mutopia project in Belgium and translations

2022-12-06 Thread Federico Bruni via Mutopia-discuss
Hi Nicolas Unfortunately Mutopia is a staled project. The last commit in the repository was made three years ago and there are several pull requests waiting to be reviewed and merged: https://github.com/MutopiaProject/MutopiaProject The main problem is finding some people willing to do all