Skip to content

Commit

Permalink
Cosmetics (comments and indentation)
Browse files Browse the repository at this point in the history
  • Loading branch information
th-we committed Feb 5, 2021
1 parent f7fc603 commit 8edba69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/sibmei4_batch_sib.plg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

if (not IsObject(folder))
{
Sibelius.MessageBox('Not a folder object: ' & folder);
Sibelius.MessageBox('Not a folder object: ' & folder);
}
else
{
Expand Down
1 change: 0 additions & 1 deletion src/ExportGenerators.mss
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ function GenerateBarRest (bobj) {
}

switch (bobj.PauseType) {
// TODO: Check for flipped fermatas
case(PauseTypeRound)
{
GenerateFermata(bobj, 'curved', ConvertFermataForm(bobj));
Expand Down
1 change: 0 additions & 1 deletion src/TextHandler.mss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ function FiguredBassTextHandler (this, textObject) {


function CreateAnchoredText (this, textObj) {
//$module(ExportConverters.mss)
anchoredText = libmei.AnchoredText();
AddFormattedText(anchoredText, textObj);
return anchoredText;
Expand Down

0 comments on commit 8edba69

Please sign in to comment.