made libraries more independent

This commit is contained in:
2024-11-27 22:48:43 +01:00
parent 39d9f65428
commit 5cade9cd94
4 changed files with 3 additions and 19 deletions
-6
View File
@@ -1,6 +0,0 @@
\paper {
% #(set-paper-size "a4")
#(define fonts
(make-pango-font-tree "EB Garamond" "DejaVu Sans" "DejaVu Sans Mono" (/ staff-height pt 20)))
}
\header {tagline = ##f}
-10
View File
@@ -1,10 +0,0 @@
#(set-global-staff-size 14)
\paper {
#(define fonts
(set-global-fonts
#:roman "EB Garamond"
#:factor (/ staff-height pt 18)
))
% #(set-paper-size "a4")
}
\header {tagline = ##f}
+2 -2
View File
@@ -8,7 +8,7 @@
\usepackage{ifthen} \usepackage{ifthen}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{ltxtable} \usepackage{ltxtable}
\usepackage{lyluatex} \usepackage[staffsize=14,pass-fonts]{lyluatex}
\usepackage{multirow} \usepackage{multirow}
\usepackage[ngerman]{selnolig} \usepackage[ngerman]{selnolig}
\usepackage{svg} \usepackage{svg}
@@ -99,7 +99,7 @@ BoldFont = *-Bold
\newcommand{\Outro}[1]{\par\textit{Outro} {#1}} \newcommand{\Outro}[1]{\par\textit{Outro} {#1}}
\newcommand{\St}[2]{\par\textit{{#1}.} {#2}} \newcommand{\St}[2]{\par\textit{{#1}.} {#2}}
\setluaoption{ly}{staffsize}{14} %\setluaoption{ly}{staffsize}{14}
\setlength\parindent{0pt} \setlength\parindent{0pt}
\setlength\parskip{2mm plus 1mm minus 1.5mm} \setlength\parskip{2mm plus 1mm minus 1.5mm}