X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flily-sort.scm;h=e05c15a61189b18e42417c517e8a7cb11494bc18;hb=548baf434eb7f66c849172afd388dcbc75926643;hp=33526d7f35f3f0d48a54cd68277ceacf762f13ea;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/scm/lily-sort.scm b/scm/lily-sort.scm index 33526d7f35..e05c15a611 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--2011 Mark Polesky +;;;; Copyright 2009--2014 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))))