I’ve noticed that musicxml2ly ignores delayed turns. Is there a simpler way to achieve that than the snippet at http://lilypond.org/doc/v2.18/Documentation/snippets/expressive-marks, shown below? \relative c'' { c2*2/3 ( s2*1/3\turn d4) r << { c4.( d8) } { s4 s\turn } >> \transpose c d \relative c'' << { c4.( d8) } { s4 \once \set suggestAccidentals = ##t \once \override AccidentalSuggestion #'outside-staff-priority = ##f \once \override AccidentalSuggestion #'avoid-slur = #'inside \once \override AccidentalSuggestion #'font-size = #-3 \once \override AccidentalSuggestion #'script-priority = #-1 \single \hideNotes b8-\turn \noBeam s8 } >> } JM
> Le 3 janv. 2017 à 21:42, Jacques Menu Muzhic <[email protected]> a écrit : > > Hello folks, > > I’m using musicxml2ly rather often, to convert MusicXML exported by > PhotoScore Ultimate. > > It is quite usable and does a good job, with some limitations that you have > to live with: > - it does not handle well \repeat’s with more that 2 alternatives; > - upbeats (anacruses) are not nicely handled: you get a full mesure > with skips to fill it; > - it sometimes « loses » some lyrics on the way; > - and for some reason, the recent versions generate \stem* commands and > an annoying \pointAndClickOff, all of which I remove each time. > > I thus recommend musicxml2ly as a useful tool for my purposes. > > JM > >> Le 3 janv. 2017 à 16:58, Henning Hraban Ramm <[email protected]> a écrit : >> >> Am 2017-01-03 um 15:10 schrieb Urs Liska <[email protected]>: >> >>> thanks for the detailed feedback. Could I summarize this as "it does >>> work but not really satisfactorily. Depending on the kind of input there >>> will be substantial cleanup to be done"? >> >> Yes, that was IMO a good analysis and might be helpful in >> enhancing/replacing the script. >> >> I tried midi2ly in the past, trying to convert MIDIs from other notational >> software like Harmony Assistant. >> I would summarize it as "works theoretically, but the output makes no sense >> at all". >> I never found MIDIs where it was _not_ easier to key the music in anew. (Ok, >> I copied some rhythmic voices that I needed only for MIDI output, not in >> notes.) >> >> Greetlings, Hraban >> --- >> fiëé visuëlle >> Henning Hraban Ramm >> http://www.fiee.net >> >> >> >> >> _______________________________________________ >> lilypond-user mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/lilypond-user > _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
