Laurent Pugin
Laurent Pugin
Unfortunately, building still fails. When running `pod trunk push Verovio.podspec` I get ```bash ... - NOTE | xcodebuild: note: Using codesigning identity override: - NOTE | xcodebuild: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.2.sdk/usr/include/c++/v1/codecvt:187:28: note: 'codecvt_utf8'...
@DavidBauer1984 sorry for the delay on the follow up. I wanted to test the different bindings, and as far as I can see it does work as expected. I still...
Yes, moving some layout calculation steps would already enable some parallelization for some jobs and would be good. I think I would like to keep the PR as draft so...
It makes sense to me. @annplaksin and @martha-thomae any comments on this?
Yes, @rettinghaus is right. This is a general feature request. I've been thinking about it for a while. (See [this](https://github.com/music-encoding/music-encoding/issues/357) discussion. It seems that the common understanding for offsets if...
@craigsapp there is also `@to` (see https://music-encoding.org/guidelines/dev/attribute-classes/att.visualOffset.to.html), which I think would be quite interesting to support for dynamic rendering. However, the common understanding for that one might be more to...
Looking at the example you previously sent I would expect this ```xml ``` If we are talking about a modern transcription, I do wonder if this is really two elements....
> None of the `@func` options (alternating | interchanging | mixed) seem to be quite accurate in this case. Perhaps I should make that a schema issue Alternatively you can...
Looking at `meterSig@form`, it reads for 'invis' "Meter signature not rendered." I would assume this also to apply to `@sym` and not only to the numbers. So there is definitely...
This should be improved in a generic manner. What we can do is have new `AttCache` class inheriting from `Att` from which selected attribute can inherit (instead for `Att`). Which...