File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ function plugindef()
99 finaleplugin .CategoryTags = " Document"
1010 finaleplugin .MinJWLuaVersion = 0.74
1111 finaleplugin .Notes = [[
12- This script reads a musicxml file exported from Finale and makes modifies it to
12+ This script reads a musicxml file exported from Finale and modifies it to
1313 improve the importing into Dorico or MuseScore. The best process is as follows:
1414
1515 1. Export your document as uncompressed MusicXML.
@@ -24,7 +24,7 @@ function plugindef()
2424 Due to a limitation in the xml parser, all xml processing instructions are removed. These are metadata that neither
2525 Dorico nor MuseScore use, so their removal should not affect importing into those programs.
2626 ]]
27- return " Massage MusicXML..." , " " , " Massages the MusicXML for the current open document ."
27+ return " Massage MusicXML..." , " " , " Massages MusicXML to make it easier to import to Dorico and MuseScore ."
2828end
2929
3030local text_extension = " .musicxml"
You can’t perform that action at this time.
0 commit comments