From: Arshia C. <ars...@an...> - 2016-09-02 10:29:22
|
Hello Dominique et al I managed to implement a pretty coherent addition to libmusicxml that adds Lyrics for xml2guido convertor. I use the Advanced Guido Lyric stuff for this and everything works so far. Is there any guidelines for submitting code to the repository? I suspect that we should no longer use Google Code?! > On 28 Jul 2016, at 14:22, Dominique Fober <fo...@gr...> wrote: > > >> Le 28 juil. 2016 à 11:27, Arshia Cont <ars...@an...> a écrit : >> >> Thanks Dominique for the response. >> >>>> Is there any Guideline on how to add this conversion for xml2guido, or maybe it exists already and I’m doing something wrong? >>> >>> no guideline but the sample code (and existing code for the conversion) should be clear enough. >> >> Can you point me to the sample code in question? > > see the ‘samples’ folder and connotes.cpp or partsummary.cpp for simple visitors samples > regarding the global architecture, see also ‘doc/presentation/libmusicxml2.pdf' > the guido converter is in src/guido > >> >> Also, would you mind making a TODO list for the xml2guido visitors to implement? > > probably more easy to maintain a list of what is converted, I’ll do it > >> >> I was also wondering how you’d recommend converting XML lyrics to Guido. I see documentations on MusicXML’s Lyrics encoding here: >> http://www.musicxml.com/tutorial/the-midi-compatible-part/lyrics/ >> Hard to find an equivalent for the \lyrics(…) in Guido to write a useful convertor… or maybe Google is not helping me.. > > that’s the tricky part: it’s sometimes quite awkward to convert from one representation to another one > regarding guido side, lyric specification is in 'doc/advanced-guido-draft/lyrics.htm’ > you can also find sample gmn code in 'gmn-examples/lyrics’ > one of the problems is that there is no ‘verse’ notion in guido (although you can write them, but arranged in the graphic space) > > — > Dom > > |