einheitliche ref und stanza Formatierung

This commit is contained in:
tux
2023-11-22 16:48:44 +01:00
parent fbaf7a2c86
commit 6975cb1713
2 changed files with 14 additions and 6 deletions

View File

@ -97,4 +97,12 @@ schwarzkopf =
% hübsche Wiederholungszeichen für den Liedtext
repStart = "𝄆"
repStop = "𝄇"
repStop = "𝄇"
stanzaFormat = "~a."
stanza =
#(define-music-function (parser location stanzanumber) (number?)
#{ \set stanza = #(ly:format stanzaFormat stanzanumber) #})
refString = "Ref.:"
ref = { \set stanza = \refString }