On Wed, 2021-03-24 at 09:01 +0000, Richard Shann wrote: > On Tue, 2021-03-23 at 18:19 +0000, Richard Shann wrote: > > On Tue, 2021-03-23 at 12:20 -0500, Jeremiah Benham wrote: > > > Richard, > > > Here is an example of the type of thing that I am often needing > > > to > > > open. > > > > I think there is a bug in Denemo's musicxml import - several bars > > in > > the second staff just before bar 60 should have a tuplet close at > > the > > end of the bar but do not. > > I think I can see why this bug happens, the TuxGuitar MusicXML has no > indicators to say where triplets start and end - it just starts using > notes with <time-modification> fields(*). > > It needs to have entries like this: > > <notations> > <tuplet type="start" number="1"></tuplet> > </notations> > > and a "stop" one > to indicate how the triplet brackets should group the notes. > > Fixes: > 1) modify TuxGuitar's output to include them (are the start > and > end of triplets inidcated when there are successive triplets in a > piece > in TuxGuitar's TAb?) > 2) make importmusicxml.c work in the absence of the markers > 3) post process the imported music inserting trailing tuplet > close markers at the end of bars if a tuplet is open.
As the third of these is so easy to do I've fixed it in git. So your file imports now. Richard