Compare commits
1 Commits
9de2869750
...
9f80524a06
Author | SHA1 | Date | |
---|---|---|---|
9f80524a06 |
@ -108,7 +108,7 @@
|
|||||||
text
|
text
|
||||||
(let make-custom-linebreaks
|
(let make-custom-linebreaks
|
||||||
((break-words custom-verse-breaks)
|
((break-words custom-verse-breaks)
|
||||||
(newtext (ly:regex-replace (ly:make-regex "\n") text " ")))
|
(newtext (ly:regex-replace (ly:make-regex "\r?\n") text " ")))
|
||||||
(if (null? break-words)
|
(if (null? break-words)
|
||||||
newtext
|
newtext
|
||||||
(make-custom-linebreaks
|
(make-custom-linebreaks
|
||||||
|
Reference in New Issue
Block a user