Skip to content

Commit a396501

Browse files
chore: autopublish 2024-02-01T15:07:26Z
1 parent 7b6bbc1 commit a396501

File tree

88 files changed

+127
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+127
-126
lines changed

dist/accidental_simplify.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
555555
return -left
556556
end
557557

558-
function note_entry.calc_left_of_primary_notehead()
558+
function note_entry.calc_left_of_primary_notehead(_entry)
559559
return 0
560560
end
561561

dist/articulation_autoposition_rolled_chords.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
112112
return -left
113113
end
114114

115-
function note_entry.calc_left_of_primary_notehead()
115+
function note_entry.calc_left_of_primary_notehead(_entry)
116116
return 0
117117
end
118118

dist/beam_selected_region.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
112112
return -left
113113
end
114114

115-
function note_entry.calc_left_of_primary_notehead()
115+
function note_entry.calc_left_of_primary_notehead(_entry)
116116
return 0
117117
end
118118

dist/cue_notes_overlay.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5099,7 +5099,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
50995099
return -left
51005100
end
51015101

5102-
function note_entry.calc_left_of_primary_notehead()
5102+
function note_entry.calc_left_of_primary_notehead(_entry)
51035103
return 0
51045104
end
51055105

dist/deletion_chooser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5005,7 +5005,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
50055005
return -left
50065006
end
50075007

5008-
function note_entry.calc_left_of_primary_notehead()
5008+
function note_entry.calc_left_of_primary_notehead(_entry)
50095009
return 0
50105010
end
50115011

dist/document_options_as_json.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6134,7 +6134,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
61346134
return -left
61356135
end
61366136

6137-
function note_entry.calc_left_of_primary_notehead()
6137+
function note_entry.calc_left_of_primary_notehead(_entry)
61386138
return 0
61396139
end
61406140

dist/document_save_as_text.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
112112
return -left
113113
end
114114

115-
function note_entry.calc_left_of_primary_notehead()
115+
function note_entry.calc_left_of_primary_notehead(_entry)
116116
return 0
117117
end
118118

dist/expression_add_opaque_background.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
618618
return -left
619619
end
620620

621-
function note_entry.calc_left_of_primary_notehead()
621+
function note_entry.calc_left_of_primary_notehead(_entry)
622622
return 0
623623
end
624624

dist/expression_remove_enclosure.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
618618
return -left
619619
end
620620

621-
function note_entry.calc_left_of_primary_notehead()
621+
function note_entry.calc_left_of_primary_notehead(_entry)
622622
return 0
623623
end
624624

dist/expression_reset_positioning.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ package.preload["library.note_entry"] = package.preload["library.note_entry"] or
618618
return -left
619619
end
620620

621-
function note_entry.calc_left_of_primary_notehead()
621+
function note_entry.calc_left_of_primary_notehead(_entry)
622622
return 0
623623
end
624624

0 commit comments

Comments
 (0)