David Cuenca | 25 Apr 2013 22:05
Picon

Musical score transcription as a Wikimedia project

Hi all,

At the Wikimedia community we are discussing about the possible creation of a project for musical score transcription based on LilyPond:
https://meta.wikimedia.org/wiki/Requests_for_comment/Musical_score_transcription_project_proposal

Currently we have a project called Wikisource, where users can proofread books (ocr text vs scanned image), and we were thinking of expanding this concept to musical scores. Here a couple of examples:
https://en.wikisource.org/wiki/Page:A_Dictionary_of_Music_and_Musicians_vol_1.djvu/24
https://fr.wikisource.org/wiki/Page:Barzaz_Breiz,_huiti%C3%A8me_%C3%A9dition.djvu/642

This score rendering capability has been just released so it still needs some polishing, but we are assessing the interest to develop it further.

What would be your opinion on such a project? Would the Mutopia community be open for a potential collaboration?

Regards,
David ---User:Micru

_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@...
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss
Huw Richards | 21 Apr 2013 11:42
Picon
Picon
Favicon

Help with Lilypond

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 happy with typing in the notes, clefs, time  
signatures etc. but I struggle to know how to produce a complete  
assembled document with page numbers, cover, text etc.

As an example of what I mean, I have produced a set of six viola/ 
violin duets by Benjamin Blake. I have them as multiple files (- viola  
file, violin file, score file) for each duet.

I would like to be able to combine them elegantly into a book.  I  
think I may have started in the wrong way and perhaps should have  
understood more about possible file structures before I started.
I do not understand how, or if,  Lilypond can combine files together  
to produce a single output.

Is there any way / anywhere I can get face-to-face training or help  
with this in particular and with Lilypond in general?

I live in Cambridge, UK.

Huw Richards - ahr@...
Picon

Help in typesetting/decyphring a song into a musical notation

Hello there, I've been seeking/hunting for a musical sheet for a song, which I'm delightfully writing about on Wikipedia, the song is written, produced and composed by Boney James (which features his saxophone along LeToya Luckett's vocal, former member of Destiny's Child) and the song is titled When I Had The Chance, however I've had no success in my search.

Even though I hadn't luck in finding its musical composition, I could create or ask for helping on creating one, this is important to the song's article in Wikipedia because details such as composition key, time and vocal range would enhance its encyclopedic value. So I came accross Mutopia, and the intriguing detail is that I'm fancy of open community/projects/source things.

So, can anyone aid me in this?

--
Ricardo Barros Duarte d'Oliveira

_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@...
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss
Javier Ruiz-Alma | 20 Feb 2013 08:43

Your Participation Requested: New Tagline Design

Hello friends and contributors,

Mutopia includes a distinctive tagline on the last page of its sheet 
music. We will be updating to a new design for future and updated 
publications.

We invite your contributions and ideas.

To minimize email traffic to the discussion list, please visit the 
following link to comment, contribute, and (gently) critique:

https://github.com/chrissawer/The-Mutopia-Project/issues/131

There, you'll find all the details behind this request, as well as 
sample submissions.

If you have a tagline-specific question, contact me directly:
javier (at) ruiz-alma.com

We plan on selecting the new tagline in the coming weeks.

Thanks in advance for your support,

Javier
Felix Janda | 16 Dec 2012 12:29
Picon

On the header parsing

Hi,

just some thoughts on the current header parsing of Mutopia's software
motivated by (not wanting to install java and) the thought that lilypond's
language is so complex that parsing it should be left to lilypond itself.

I noticed that lilypond has (since at least version 2.8.0) a --header
option which could be used to retrieve header fields from the file,
thereby letting lilypond do the parsing for us. Compared to the manual
parsing this of course takes longer, especially since it seems that one
has to compile the piece in order to get the header information, on the
other hand one does not need to care where the header is placed in the
file, whether there are multiple headers or variables are used inside
the headers.

In addition to retrieving header fields the Mutopia software also inserts a
lastupdated field, a footer and a tagline to the header. So lilypond's --header
option is not enough to stop the need of manually parsing the files. But one
could put these fields into a separate header at the end of the files. In this
way they take precendence over fields of the original header while keeping it
intact.

Maybe going a bit further one could strip the (new) files in the git repository
from the (automatically generated) lastupdated, footer and tagline fields and
add a new field like mutopiaId (I hope that the name is self-explanatory). When
preparing the files for the server one adds the lastupdated field, the footer
field with something like

footer=\markup{\concat{"Mutopia-" \lastupdated "-" \mutopiaId}}

and the tagline in a separate header to the end of each file. One advantage of
this would be that if a update/correction of a piece sent via git is ok, it
wouldn't have to be modified at all. For new pieces just the mutopiaId field
needs to be set. Disadvantages would be the fact that there are now two versions
of the files floating around and I'm not sure about legal matters: For a piece
contributed in terms of a CC license then the only hint about this license in
the files in the git repository would be the copyright field. Is that enough to
comply with the license?

I think that it wouldn't be too difficult to implement it, even in shell by
tweaking and extending the current scripts. I haven't tried so, though. A bit
of thought would need to be spent on the best way of how to handle multiple-ly
pieces.

Any more thoughts on this?

Regards,
Felix
steve | 13 Dec 2012 17:23

J. S. Bach, errors in BWV 988: Goldberg Aria

Howdy!

       Not sure what else to do...so I am posting this here.

       There are 2 significant errors in the Goldberg Aria, which
I first identified several years ago. I did send a heads up
to the maintainer et. al.  listed but there was no acknowedgment
and the error remains. The correction is simple but I don't have
a lilypond version to verify the fix. Specifically the errors are

  i) Bar 18: the last eight note in the treble clef is incorrect. It
     should be a "g" and not an "e". This is verified in all other
      engravings and recordings.

  ii) Bar 6: the dotted quarter note in the bass clef appears on beat 2.5
     when it should be on beat 2. This is because of a conscious decision
     to offset it to that position. In lilypond source it is offset with
"s4.",
     instead of "s4"  While the original score is not 100% clear, all
     other engravings and recordings clearly have the dotted quarter on
     beat 2 not 2.5

         I appreciate that people are busy, and this error is not a
priority, but I simply want it documented.

          -steve
Federico Bruni | 9 Dec 2012 15:54
Picon
Gravatar

review of GalileiV/saltarello

Hi

I've updated this file:
http://www.mutopiaproject.org/cgibin/piece-info.cgi?id=110

Can you review it?
My main concern is how to deal with string numbers.
I'll comment TabStaff before comitting it, but I want TabStaff to work 
fine so I must specify the string to get the right fret number. This 
produces a lot of string numbers. How to deal with that?

A possible strategy is using minimumFret when I don't want to show the 
string number, but I'm a bit afraid of the warnings that it may generate 
(done just few tests).
What do you recommend?

Thanks
--

-- 
Federico
Attachment (saltarello.ly): text/x-lilypond, 4231 bytes
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@...
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss
Felix Janda | 5 Dec 2012 20:32
Picon

Size of Mutopia tagline

The size of the standard Mutopia taglines depends on the staff size. Is
that the desired behavior?

It is problematic if the staff size is bigger than usual since then the
tagline might get to wide to fit on the sheet. A piece which uses a too
large staff size is Traditional/Greensleaves. Should the staff size in
this piece be preserved or not?

Felix
Federico Bruni | 25 Nov 2012 20:49
Picon
Gravatar

update of Sicilienne (Op 78) by Gabriel Fauré

Hi

can I send the updated file here?
It's this file: 
ftp/FaureG/O78/faure-sicilienne-guitare-doigtee/faure-sicilienne-guitare-doigtee.ly

I've already received some very useful feedback here:
http://lists.gnu.org/archive/html/lilypond-user/2012-11/msg00671.html

I think that the input is ok now.
I'm not 100% sure about the header block.
I've set my name as maintainer and kept the credit to the original 
typesetter.

--

-- 
Federico
Attachment (faure-sicilienne.ly): text/x-lilypond, 6744 bytes
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@...
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss
Glen Larsen | 21 Nov 2012 19:41
Picon
Gravatar

Mutopia contributions

Mutopia has an interesting niche in classical sheet music availability and I would like to contribute more work. My sheet music contributions have slowed mostly because I have seen very little traffic on the site. I understand that this can happen as a site evolves and voluntary maintainers and contributors come and go.


I would like to help instead of watching and waiting. As a retired software engineer with an interest in improving my classical guitar repertoire, I can contribute both software expertise and transcriptions. Transcriptions are my primary interest but I would like to help in any way I can to keep mutopia alive, even if it is just having one more brain that doesn't mind updating existing scores.

Perhaps the best approach would be for me to ping the emails mentioned on mutopia's contact page, but I think the trickle of activity on the discussion list may be an indication of renewed interest.

-glen
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@...
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss
Calixte Faure | 21 Nov 2012 11:46
Picon

Mutopia must live!

Hi all!

Yesterday someone opens a discussion on French-Lilypond-list, about lilypond web-publishing.
(http://lilypond-french-users.1298960.n2.nabble.com/Ou-publier-les-partitions-quot-classiques-quot-td7578663.html#a7578666)

Last year, we talked about GIT, how far is it today?
How many administrator are they? Maybe we should add some? (and how many are we on this discussion list?)
We could rearrange the website, to make it more beautiful and user-friendly.

Regards,
Calixte.

_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@...
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss

Gmane