fix booklet layout
This commit is contained in:
parent
ae8d6a5d87
commit
5135de5e11
10 changed files with 114 additions and 128 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue