gibt nur noch default style, alles andere in Liederbuchrepos
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user