From: Dominique F. <fo...@gr...> - 2016-07-28 12:22:39
|
> 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 |