X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily-sort.scm;h=a3d951df5cbcb4a95bbbe5bf0590e3c9342570f7;hb=acae40c266a7df9b4882f937c733745c803ac9e4;hp=dd83be316c97fc4ca233d8c81d96ec7374582d67;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/scm/lily-sort.scm b/scm/lily-sort.scm index dd83be316c..a3d951df5c 100644 --- a/scm/lily-sort.scm +++ b/scm/lily-sort.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; Copyright 2009--2010 Mark Polesky +;;;; Copyright 2009--2015 Mark Polesky ;; This file implements a LilyPond-specific character-sorting algorithm @@ -68,14 +68,14 @@ ((null? a) (cons #f (car b))) ((null? b) (cons (car a) #f)) ((not ((if ci char-ci=? char=?) (car a) (car b))) - (cons (car a) (car b))) + (cons (car a) (car b))) (else (find-mismatch (cdr a) (cdr b)))))) (define (ly:string-generic-string (car a)) (symbol->string (car b)))) (define (ly:alist-cistring (car a)) (symbol->string (car b))))