Compare commits
1 Commits
set-spacin
...
a1bc48b824
Author | SHA1 | Date | |
---|---|---|---|
a1bc48b824 |
@ -147,4 +147,15 @@ repStopWithTag = \lyricmode {
|
|||||||
\once \override StanzaNumber.direction = 1
|
\once \override StanzaNumber.direction = 1
|
||||||
\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 = "-"
|
||||||
}
|
}
|
Reference in New Issue
Block a user