ref stanzas without dot

This commit is contained in:
Christoph Wagner 2025-01-27 22:16:34 +01:00
parent bf7e959100
commit e4b65aafcb

View File

@ -28,7 +28,7 @@
(interpret-markup layout props
(if (null? stanzanumbers)
refString
(ly:format refStringWithNumbers (string-join (map (lambda (stanzanumber) (ly:format "~a." stanzanumber)) stanzanumbers) ", ")))))
(ly:format refStringWithNumbers (string-join (map (lambda (stanzanumber) (ly:format "~a" stanzanumber)) stanzanumbers) ", ")))))
}
generalLayout = \layout {