right and left hyphen
This commit is contained in:
parent
b4690f63bc
commit
a1bc48b824
@ -148,3 +148,14 @@ repStopWithTag = \lyricmode {
|
|||||||
\set stanza = \markup { \repStop }
|
\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 = "-"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user