Skip to content

Commit

Permalink
chore: autopublish 2024-09-23T00:44:45Z
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 23, 2024
1 parent 55099e3 commit e928d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions dist/musicxml_massage_export.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function plugindef()
finaleplugin.CategoryTags = "Document"
finaleplugin.MinJWLuaVersion = 0.74
finaleplugin.Notes = [[
This script reads a musicxml file exported from Finale and makes modifies it to
This script reads a musicxml file exported from Finale and modifies it to
improve the importing into Dorico or MuseScore. The best process is as follows:
1. Export your document as uncompressed MusicXML.
Expand All @@ -30,7 +30,7 @@ function plugindef()
\widowctrl\hyphauto
\fs18
{\info{\comment "os":"mac","fs18":"fs24","fs26":"fs32","fs23":"fs29","fs20":"fs26"}}
{\pard \sl264 \slmult1 \ql \f0 \sa180 \li0 \fi0 This script reads a musicxml file exported from Finale and makes modifies it to improve the importing into Dorico or MuseScore. The best process is as follows:\par}
{\pard \sl264 \slmult1 \ql \f0 \sa180 \li0 \fi0 This script reads a musicxml file exported from Finale and modifies it to improve the importing into Dorico or MuseScore. The best process is as follows:\par}
{\pard \sl264 \slmult1 \ql \f0 \sa0 \li360 \fi-360 1.\tx360\tab Export your document as uncompressed MusicXML.\par}
{\pard \sl264 \slmult1 \ql \f0 \sa0 \li360 \fi-360 2.\tx360\tab Run this plugin on the output *.musicxml document.\par}
{\pard \sl264 \slmult1 \ql \f0 \sa0 \li360 \fi-360 3.\tx360\tab The massaged file name has " massaged" appended to the file name.\par}
Expand All @@ -41,7 +41,7 @@ function plugindef()
}
]]
finaleplugin.HashURL = "https://raw.githubusercontent.com/finale-lua/lua-scripts/master/hash/musicxml_massage_export.hash"
return "Massage MusicXML...", "", "Massages the MusicXML for the current open document."
return "Massage MusicXML...", "", "Massages MusicXML to make it easier to import to Dorico and MuseScore."
end
local text_extension = ".musicxml"
local function remove_processing_instructions(file_path)
Expand Down
2 changes: 1 addition & 1 deletion hash/musicxml_massage_export.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c099c63267fabaa98df19e6e79687a4ba15c85ef33e86c1eb455c407c68f5571c068fcb14df262053c7180b900944454fb063911989248ddce7ef2d62493d7a4 musicxml_massage_export.lua
0d50e62f01bf3b2e16e9ee3bf08bad140274a26a266616b0664b72efb39b4f98e8dfc2cb982c83e8a2755f676b2071b3f25a1dc58af1f9eba1833ce9f0baa475 musicxml_massage_export.lua

0 comments on commit e928d96

Please sign in to comment.