]> git.donarmstrong.com Git - lilypond.git/commitdiff
formatting nitpicks.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 18 Dec 2006 15:21:12 +0000 (16:21 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 18 Dec 2006 15:21:12 +0000 (16:21 +0100)
lily/note-collision.cc
scm/define-grobs.scm

index ec79a41e3c67b49bf854f77c764d7755f928e762..f5c4483bbd874d2aaa85f2f09a60a3f2aa0ad954 100644 (file)
@@ -424,7 +424,6 @@ Note_collision_interface::get_clash_groups (Grob *me)
 /** This complicated routine moves note columns around horizontally to
     ensure that notes don't clash.
 
-    This should be put into Scheme.
 */
 SCM
 Note_collision_interface::automatic_shift (Grob *me,
index 994b5e11d88ba4b25ee5713a17f7afb6825bda05..7aad372102825fbbe3882e3a7d255cfc7b6cfed1 100644 (file)
              (apply unpure args)
              (let ((pure (assq unpure pure-conversions-alist)))
                (if pure
-                   (apply (cdr pure) (append (list (car args) start end) (cdr args)))))))))
+                   (apply (cdr pure)
+                          (append
+                           (list (car args) start end)
+                           (cdr args)))))))))