fix booklet layout

This commit is contained in:
Sebastian Hugentobler 2025-01-17 11:14:15 +01:00
parent ae8d6a5d87
commit 5135de5e11
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
10 changed files with 114 additions and 128 deletions

View file

@ -6,5 +6,5 @@ for t in src/songs/*.typ; do
base="$(basename $t .typ)"
title="$(grep -oP '^\W*title\W*=\W*"\K.*(?="\W*$$)' src/songs/$base.ly)"
echo -en "#song(\"$title\", \"$base\")\n" >>build/songs.typ
echo -en "#song(\"$title\", \"$base\")\n#pagebreak()\n" >>build/songs.typ
done