commit 1e97cf5a56e4da19a800e1e1cb3ed7e28f002644
parent 9a0cf9a173a1ed36618801dbf6267998b1faa4fb
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Tue, 6 Dec 2022 18:49:03 -0600
fix flags
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/smallpond.lua b/smallpond.lua
@@ -575,7 +575,7 @@ local staff3ify = function(timing, el, staff)
end
end
- if el.length == 8 and el.beamed == 0 then
+ if el.length == 8 and not el.beamgroup then
if el.stemdir == 1 then
local fx, fy = glyph_extents(Glyph["flag8thDown"])
table.insert(staff3[staff], {kind="glyph", glyph=Glyph["flag8thDown"], size=glyphsize, x=altoffset + preoffset + rx, y=highheight + 3.5*em, time={start=stemstoptime}})