einheitliche ref und stanza Formatierung
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user