]> git.donarmstrong.com Git - lilypond.git/commitdiff
coding style nit.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 12:21:17 +0000 (13:21 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 12:21:17 +0000 (13:21 +0100)
scm/music-functions.scm

index 54b363bdd9ed5c5ff76e88bf06f3e337dd572fe0..76b8cf2edc710e8b9a7b803de6d0d28e5aa1fc5c 100644 (file)
@@ -496,9 +496,9 @@ of beat groupings "
              'duration duration
              'text string))
 
-(define-safe-public (make-span-event type spandir)
+(define-safe-public (make-span-event type span-dir)
   (make-music type
-             'span-direction spandir))
+             'span-direction span-dir))
 
 (define-public (set-mus-properties! m alist)
   "Set all of ALIST as properties of M."