Skip to main content

6 posts tagged with "web-music-score"

WebMusicScore library

View All Tags

Update 2026 Week 9

· One min read
Stefan B.
Stefan B.
Creator of Web Music Score

Past two weeks have been quiet.

Work for coming weeks is to finish audio update. It will include samples for about ten most common instruments. Each instrument will have corresponding synthesizers that will work out of the box.

After that there are no big updates planned and things will become more stable.

Update 2026 Week 7

· One min read
Stefan B.
Stefan B.
Creator of Web Music Score

Hello!

I have published patch version 6.3.8 and pre-release version 6.4.0-pre.7.

My updates have been quite irregular. I am thinking of going into weekly updates.

The design hasn’t been very clear from the start. Since I’m not a professional musician, many questions are still open. My focus has shifted from trying to build a large, ambitious product to creating a simple, solid piece of music software instead. For now, the priority is to refine what already works and keep the scope small and manageable.

Update 2026 Week 6

· One min read
Stefan B.
Stefan B.
Creator of Web Music Score

Added some 6.4.0-pre-release documentation. There are some improvements and changes to make things more future compatible.

Currently supported versions are:

  • 6.3.x - working on bug fixes.
  • 6.4.x-pre - working on improvements and new features.

Versions 6.2.x and earlier are not maintained.

Update 2026 Week 3

· One min read
Stefan B.
Stefan B.
Creator of Web Music Score

Version 6.3.0 update.

Library Changes

  • Added Common time signature "C".
  • Added controls button layout singlePlay and new button setup functions for score.WmsControls.
  • Made fermata part of articulation which is subtype of annotation. Fixed fermata layout issue.
  • Gave default player for each document, but can also create and play player instances independently.

Website Changes

  • Improved website documents section a lot, also internal improvements.
  • Removed AI generated stuff and wrote things myself.

Update 2026 Week 2

· One min read
Stefan B.
Stefan B.
Creator of Web Music Score

Version 6.1.0 Update

WebMusicScore Update

v6.1.0 Introduced custom HTML elements:

  • <wms-view>
  • <wms-controls>.

v6.1.0 renamed and deprecated following classes:

Deprecated NameNew Name
Score.MRenderContextScore.WmsView
Score.MPlaybackButtonsScore.WmsControls
Score.MPlayerScore.PLayer
Score.MRenderContextScore.WmsView
ReactUI.MusicScoreViewReactUI.WmsView
ReactUI.PlaybackButtonsReactUI.WmsControls

Website update

Introduced changes to support multiple versions in the future.