right and left hyphen

This commit is contained in:
tux 2024-10-23 22:21:46 +02:00
parent b4690f63bc
commit a1bc48b824

View File

@ -147,4 +147,15 @@ repStopWithTag = \lyricmode {
\once \override StanzaNumber.direction = 1
\set stanza = \markup { \repStop }
}
}
rightHyphen = \lyricmode {
\once \override StanzaNumber.font-series = #'normal
\once \override StanzaNumber.direction = 1
\set stanza = "-"
}
leftHyphen = \lyricmode {
\once \override StanzaNumber.font-series = #'normal
\set stanza = "-"
}