grame-cncm / guidolib

Guido project - music score layout engine - music description language
http://guido.grame.fr
Mozilla Public License 2.0
155 stars 35 forks source link

Proposal: Ability to reset/set measure number on Bar tag #118

Closed arshiacont closed 4 years ago

arshiacont commented 4 years ago

Currently the measure number is internally calculated in GuidoLib. We can control how measure numbers appear with Barformat's style parameter and whether they appear or not with Bar tag's displayMeasNum parameter.

The proposal is to introduce a tag parameter on bar tag such as measNum=<int> whose role is to reset the internal measure number to parameter value.

I can see several benefits to this:

dfober commented 4 years ago

agree ! I'll do it asap.

dfober commented 4 years ago

That's done. Tell me if it's ok for your.

dfober commented 4 years ago

can I close this issue ?

arshiacont commented 4 years ago

Yes looks fine.. I'll create another ticket if I see anything strange.. sorry for the delay