gibt nur noch default style, alles andere in Liederbuchrepos

This commit is contained in:
tux
2023-11-22 17:31:33 +01:00
parent 6975cb1713
commit bc769f0831
6 changed files with 26 additions and 64 deletions

View File

@ -1,10 +1,9 @@
\language "deutsch"
\include "default_style.ly"
\include "default_author_style.ly"
\include "default_songinfo_style.ly"
\include "footer_with_songinfo.ly"
\include "styles.ly"
\include #(ly:format "styles/~a.ly" songStyle)
\include #(if (defined? 'customStyleOverridesFile) customStyleOverridesFile "void.ly")
@ -95,14 +94,8 @@ schwarzkopf =
\override NoteHead.color = #grey
#})
% hübsche Wiederholungszeichen für den Liedtext
repStart = "𝄆"
repStop = "𝄇"
stanzaFormat = "~a."
stanza =
#(define-music-function (parser location stanzanumber) (number?)
#{ \set stanza = #(ly:format stanzaFormat stanzanumber) #})
refString = "Ref.:"
ref = { \set stanza = \refString }