Laurent Pugin

Results 399 comments of Laurent Pugin

What I am saying is that the export can add the `(DE-633)`. In the internal MARC data and in the editor we would have only `V-CVbav`. Only the exported MARC...

This issue does not fulfil the report requirements. It does not describe the issue accurately and provides no minimal data and expected output. Please do not open again an issue...

As you can see the `@func` is on the `div` and is meant to describe how the division interrupts the flow. When placed between two measures, a `` represents a...

That works if you want to use and rely on encoded layout (i.e., `sb`), but not if you do not want to have encoded `sb`. That is what `div@func` is...

I do not see a major difference between `systemlike="true"` and `func="vdiv"`. > The best way is to make it explicit by putting it on a higher level between sections or,...

I think during saving this might be complicated, but as a back-end validation that should be OK

`GetHumdrumBuffer` is the equivalent of `GetCString` (and `SetCString`). I am not sure why Humdrum has a dedicated function. @craigsapp wouldn't be possible to use `Set/GetCString` instead and to drop them?

OK. My understanding would be that we can: * make SetHumdrumBuffer private or protected * rename GetHumdrum and GetHumdrumFile to RenderToHumdrum and RenderToHumdrumFile respectively * make GetHumdrum in the C...