Skip to content

Commit 54ae4cc

Browse files
committed
Remove boilerplate comments
1 parent a895446 commit 54ae4cc

24 files changed

+1
-49
lines changed

src/beam_selected_region.lua

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
1+
function plugindef()
42
finaleplugin.RequireSelection = true
53
finaleplugin.Author = "Robert Patterson"
64
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"

src/clef_change.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Jacob Winkler"
53
finaleplugin.Copyright = "2022"
64
finaleplugin.Version = "1.0.1"

src/dynamics_move_above_staff.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireScore = false
53
finaleplugin.RequireSelection = true
64
finaleplugin.Author = "Jacob Winkler"

src/expression_add_opaque_background.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = true
53
finaleplugin.Author = "Robert Patterson"
64
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"

src/expression_find_orphaned_definitions.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0"

src/expression_remove_enclosure.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = true
53
finaleplugin.Author = "Robert Patterson"
64
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"

src/expression_score_parts_assignment.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = true
53
finaleplugin.Author = "Robert Patterson"
64
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"

src/finale_lua_menu_organizer.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireDocument = false
53
finaleplugin.RequireSelection = false
64
finaleplugin.NoStore = true

src/harp_pedal_wizard.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = false
53
finaleplugin.Author = "Jacob Winkler"
64
finaleplugin.Copyright = "2022"

src/layers_create_whole_rests_1_2.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Jacob Winkler"
53
finaleplugin.Copyright = "2022"
64
finaleplugin.Version = "1.0.2"

src/measure_force_full_names.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = true
53
finaleplugin.Author = "Robert Patterson"
64
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"

src/mmrest_widen_to_tempo_mark.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = false
53
finaleplugin.Author = "Robert Patterson"
64
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"

src/page_title_remove_inserts.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0.1"

src/prefs_reset_group_abbreviated_name_fonts.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0.2"

src/prefs_reset_group_full_name_fonts.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0.1"

src/prefs_reset_lyrics_fonts.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0.1"

src/prefs_reset_staff_abbreviated_name_fonts.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0.2"

src/prefs_reset_staff_full_name_fonts.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0.2"

src/region_multimeasure_rest_tacet.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.RequireSelection = false
53
finaleplugin.Author = "The JWs: Jacob Winkler & Jari Williamsson"
64
finaleplugin.Version = "3.0"

src/smufl_bravura_larger_noteheads.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Jacob Winkler"
53
finaleplugin.Copyright = "2022"
64
finaleplugin.Version = "1.0"

src/smufl_maestro_wide_noteheads.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Jacob Winkler"
53
finaleplugin.Copyright = "2022"
64
finaleplugin.Version = "1.0"

src/staff_groups_copy_score_to_part.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Robert Patterson"
53
finaleplugin.Copyright = "CC0 https://creativecommons.org/publicdomain/zero/1.0/"
64
finaleplugin.Version = "1.0"

src/staff_rename.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Jacob Winkler"
53
finaleplugin.Copyright = "2022"
64
finaleplugin.Version = "3.0"

src/ties_remove_dangling.lua

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
function plugindef()
2-
-- This function and the 'finaleplugin' namespace
3-
-- are both reserved for the plug-in definition.
42
finaleplugin.Author = "Jacob Winkler"
53
finaleplugin.Copyright = "2024"
64
finaleplugin.Version = "1.2"

0 commit comments

Comments
 (0)