]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily-library.scm
* scm/editor.scm: New module.
[lilypond.git] / scm / lily-library.scm
index cd8b72cafb4155ca64a13f5dd511232e58ae7b27..3f77e9a174ae36a21b7189241f04840834a1b3e5 100644 (file)
@@ -304,7 +304,6 @@ possibly turned off."
        (cons x  (cons between y))))
   (fold-right conc #f lst))
 
-
 (define-public (string-regexp-substitute a b str)
   (regexp-substitute/global #f a str 'pre b 'post))