From 82383443196290f4e30784b974795ee2c94be342 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 8 Sep 2024 20:28:47 +0200
Subject: [PATCH] give orrery balls precise positioning

---
 seasons.sty | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/seasons.sty b/seasons.sty
index 145b0427..6441e4da 100644
--- a/seasons.sty
+++ b/seasons.sty
@@ -124,7 +124,9 @@
   \setcounter{enc}{\value{cycle}}
   \addtocounter{enc}{-1}
   \multiply\value{enc}by 60
+  \addtocounter{enc}{-15}% Allow room for day to move things a bit.
   \addtocounter{fenestraPosition}{\value{enc}}
+  \addtocounter{fenestraPosition}{\value{diceNo}}
 }
 
 \newcommand\orrery[1][\month/\day]{
-- 
GitLab