From: Joe Neeman <joeneeman@gmail.com> Date: Thu, 1 Feb 2007 22:08:54 +0000 (+0200) Subject: trivial formatting X-Git-Tag: release/2.11.16-1^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d82a44e5ca6da31e5fc98099e64c29b4e060a8f7;p=lilypond.git trivial formatting --- diff --git a/ly/graphviz.ly b/ly/graphviz.ly index 71956d7b02..f488fd20d5 100644 --- a/ly/graphviz.ly +++ b/ly/graphviz.ly @@ -4,17 +4,14 @@ #(define last-grob-action '()) -#(define sym-blacklist - '()) +#(define sym-blacklist '()) +#(define sym-whitelist '()) -#(define sym-whitelist - '()) +#(define file-line-blacklist '()) +#(define file-line-whitelist '()) -#(define file-line-blacklist - '()) - -#(define file-line-whitelist - '()) +#(define grob-blacklist '()) +#(define grob-whitelist '()) #(define (blacklist-symbol sym) (set! sym-blacklist (cons sym sym-blacklist)))