smallpond

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

commit 310d8f5d33768186168068c675fb50ba0a5d499c
parent db79ec5a0edde90613d391cbb1b78e1c53a461e4
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Fri, 17 Feb 2023 23:26:15 -0600

fix first stem on beamed stem down

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

diff --git a/smallpond.lua b/smallpond.lua @@ -873,7 +873,9 @@ for _, notes in ipairs(beams) do end end - notes[1].note.stem.y2 = notes[1].note.stem.y2 + stemextension + if notes[1].note.stemdir == 1 then + notes[1].note.stem.y2 = y0s + 7*(notes.maxbeams - 2) + beamheight + stemextension + end for i, entry in ipairs(notes) do if i == 1 then goto continue end