smallpond

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/smallpond
Log | Files | Refs | README | LICENSE

commit b55eb2a29067ed6c8e7570043a57343f3b6988ae
parent 81b64ef10d44195335ed34867da4346b3168ae8d
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Mon, 12 Dec 2022 21:40:28 -0600

HACK: bring staffs closer together

Diffstat:
Msmallpond.lua | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/smallpond.lua b/smallpond.lua @@ -796,7 +796,8 @@ for i, staff in pairs(stafforder) do end extent.yoff = yoff - yoff = yoff + extent.ymax - extent.ymin + -- HACK: bring staffs closer together + yoff = yoff + extent.ymax - extent.ymin - 50 end -- draw beam (and adjust stems) after all previous notes already have set values