Compare commits
1 Commits
chord-spac
...
9f80524a06
Author | SHA1 | Date | |
---|---|---|---|
9f80524a06 |
@ -108,7 +108,7 @@
|
||||
text
|
||||
(let make-custom-linebreaks
|
||||
((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)
|
||||
newtext
|
||||
(make-custom-linebreaks
|
||||
|
Reference in New Issue
Block a user