X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fdisplay-lily.scm;h=c53da4680a80e4149b117722cfceec3ca3907b55;hb=3e06d4668033e396c6cff199190ca9f33754cc40;hp=b7e253566aa54414529d9b099bacf6da21be42e9;hpb=91f01637f31c7d904fd8016b49184e935bf1c8ab;p=lilypond.git diff --git a/scm/display-lily.scm b/scm/display-lily.scm index b7e253566a..c53da4680a 100644 --- a/scm/display-lily.scm +++ b/scm/display-lily.scm @@ -2,7 +2,7 @@ ;;; ;;; ;;; -;;; (c) 2005--2006 Nicolas Sceaux +;;; (c) 2005--2007 Nicolas Sceaux ;;; ;;; - This file defines the procedures used to define display methods for each @@ -132,7 +132,7 @@ display method will be called." (define (gen-condition expr pattern) "Helper function for `with-music-match'. Generate an form that checks if the properties of `expr' -match thoses desscribed in `pattern'." +match thoses described in `pattern'." (let* (;; all (property . value) found at the first depth in pattern, ;; including a (name . ) pair. (pat-all-props (cons (cons 'name (second pattern))