瀏覽代碼

update VexFlowPatch/readme.txt

sschmidTU 4 年之前
父節點
當前提交
1d23680200
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/VexFlowPatch/readme.txt

+ 6 - 6
src/VexFlowPatch/readme.txt

@@ -7,24 +7,24 @@ if using a different vexflow version, disable this prebuild patch script in pack
 
 These files are custom patches for the currently installed vexflow version.
 They are copied by the npm prebuild script to ../../node_modules/vexflow/src/ before a build.
-Each .js has comments like "//VexFlowPatch: [explanation]" to indicate what was changed.
+Each .js has comments like "// VexFlowPatch: [explanation]" to indicate what was changed.
 (a diff can be created from the base vexflow version)
 
-stave.js:
+stave.js (custom addition):
 prevent a bug where a modifier width is NaN, leading to a VexFlow error
 
-stavevolta.js:
+stavevolta.js (merged Vexflow 3.x):
 Fix the length of voltas for first measures in a system
 (whose lengths were wrongly extended by the width of the clef, key signature, etc. (beginInstructions) in Vexflow 1.2.93)
 
-tabnote.js:
+tabnote.js (merged Vexflow 3.x):
 Add a context group for each tabnote, so that it can be found in the SVG DOM ("vf-tabnote")
 
-tremolo.js:
+tremolo.js (custom addition):
 Add extra_stroke_scale, y_spacing_scale
 
 Currently, we are using Vexflow 1.2.93, because of some formatter advantages
 compared to Vexflow 3.x versions.
 Because of that, we need to patch in a few fixes that came after 1.2.93.
 
-All the current fixes are already merged into the Vexflow repository.
+Most of the current fixes are already merged into the Vexflow repository.