Hi Han-Wen, Am Samstag, 1. September 2007 schrieben Sie: > For now, I suggest to push to a kainhofer branch, and merge after reviews.
Thanks for giving me access. Since I'm new to git, I'm not sure how exactly I should commit in a new branch without messing up the whole repository. Is the following okay? git clone ssh://[EMAIL PROTECTED]/srv/git/lilypond git branch kainhofer git checkout kainhofer /* make changes */ git commit -a git push Am Samstag, 1. September 2007 schrieb Han-Wen Nienhuys: > Reinhold Kainhofer escreveu: > > Yes, I'm planning to do some more work on musicxml2ly, at least until it > > is in a state that it's easier for me to scan a score, export it to > > MusicXML and run musicxml2ly than to write it from scratch in lilypond. > > Cool. You might want to contact Darius Blasband , [EMAIL PROTECTED] , who > has been asking me for better MusicXML support for some time. He will also > have good Finale examples. Actually, I found out that Finale runs perfectly fine using Wine on Linux, so I have now generated several unit-test files (MusicXML export from Finale, Rosegarden, JScore, Noteedit) for the feature I have implemented and for some missing features/bugs. Where shall I put these files? Do they belong to the git repository at all? You mentioned something about regression tests... > > almost all clefs are correctly converted from Finale 2007 to lilypond > > (the only problem I still have is the "None" key, which means that no key > > should be used. Lilypond does not seems to support this :-((( ). > > what does that mean, "no key" - what's the difference between C-major? Grr, s/key/clef/. Basically, if you change the clef to "None" in Finale, a G clef is used, but not shown. Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, Vienna University of Technology, Austria email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/ * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/ * K Desktop Environment, http://www.kde.org, KOrganizer maintainer * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/ _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
