commit 28c4142464f9323ba3f24cd24b3ea1ec684b098c
parent cfa4e8f22865af873249dab78d3965722c40aa9f
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Mon, 5 Dec 2022 20:31:31 -0600
barline doesn't need to be in staff1
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/smallpond.lua b/smallpond.lua
@@ -380,7 +380,6 @@ local dispatch1 = {
table.insert(staff1[curname], timesig)
end,
barline = function(data)
- table.insert(staff1[curname], {kind="barline"})
timings[time].barline = true
lastnote = nil
end,