commit 965bb331f185514e2225bbece5b69d4089d810da
parent 52b38de84dda91107a2649a8217728f8df63e153
Author: Nihal Jere <nihal@nihaljere.xyz>
Date: Thu, 13 Oct 2022 12:52:54 -0500
fix flag drawing
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/smallpond.lua b/smallpond.lua
@@ -534,7 +534,7 @@ while true do
end
end
- if el.length == 8 and not el.beamed then
+ if el.length == 8 and el.beamed == 0 then
if el.stemdir == 1 then
table.insert(staff3[staff], {kind="glyph", glyph=Glyph["flag8thDown"], x=preoffset + rx, y=lowheight + 3.5*em})
else