fix custom verse breaks for windows
This commit is contained in:
		| @@ -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