Hervé Bitteur

Results 556 comments of Hervé Bitteur

@lallafa We have a misunderstanding somewhere, but where? I just retried the transcription from scratch. I simply corrected manually the "détaché" word, a missing natural sign in measure 5 and...

> We can suspect a problem with the software used to read MusicXML on your side. Which software was it? I'm stupid. The problem is in the exported MusicXML data:...

> I can start a debugger from Netbeans. Do you have any suggestions where i can start debugging (breakpoints)? In class `PartwiseBuilder`, set a breakpoint in method `processMeasure (Measure measure)`...

Hmm, I don't like your "hidden" rests. In the measure 4, I have deleted your manual rests and entered new separate ones. Then, with a bit of voice linking (using...

> Unsupported class file major version 64 This sounds like a mismatch between Java components. To make sure you are using Java **17** (or higher), please try: ```bash $ java...

Searching on the Internet I found [this post](https://stackoverflow.com/questions/75878942/spring-initializr-project-results-in-unsupported-class-file-major-version-64), which looks similar to your problem. You could: - Either remove Java 20 and install Java 17 instead (I trust this one!)...

@olin256 I feel sorry. This issue should not be very difficult to address. It's only that I'm very busy on other topics. Give me a week or so. /Hervé

> I was surprised to learn that MusicXML actually handles breath marks as [descendants of notes](https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/breath-mark/)… That may actually make a general implementation more difficult, because it is not always...

FYI, I just posted a [message](https://github.com/w3c/musicxml/issues/498) on MusicXML issues forum. Perhaps someone will be able to help us.

I just pushed commit ae2422a940a59c518fb4f98c3f5ecdc9d2e3a7d2 into the "development" branch to support breath-mark and caesura signs. When such a pause sign is detected, a proper reference note (a head chord actually)...